Skip to content

Commit

Permalink
revert - corrected version handling
Browse files Browse the repository at this point in the history
  • Loading branch information
olafk committed Sep 2, 2021
1 parent a8f67e7 commit 01603ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Bundle-Name: demo-checklist-web
Bundle-SymbolicName: com.liferay.sales.checklist
# remember to update the deflt value in ChecklistConfiguration!
# any time you update the bundle version and release!
Bundle-Version: 1.0.8-SNAPSHOT
Bundle-Version: 1.0.7
Export-Package: com.liferay.sales.checklist.constants,com.liferay.sales.checklist.api
Web-ContextPath:/demo-checklist-web
-dsannotations-options: inherit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public interface ChecklistConfiguration {
* @return
*/
@Meta.AD(
deflt = "1.0.6",
deflt = "1.0.7",
description = "config-updated-version-check-description",
name = "config-updated-version-check-name",
required = false
Expand Down

0 comments on commit 01603ff

Please sign in to comment.