Skip to content

Commit

Permalink
bump version, use appNG 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jun 8, 2021
1 parent 3b1a6fa commit 5a240d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions application-home/dictionary/manager-messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ migration.dbDeleteFailed=Error while deleting the Application-Database: {0}!
migration.dbNotAvailable=No matching database is available!
migration.dbNotDeleted=Application-Database has not been deleted: {0}
migration.dbSupported=The required database needs to be configured!
migration.dbNotMigrated=The database will be migrated when site is being (re-) loaded.
migration.failed=Migration of database failed!
migration.noDbSupported=Application does not require a database.
migration.success=Migration of database successful!
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>appng-manager</artifactId>
<packaging>jar</packaging>
<name>appNG Manager</name>
<version>1.17.2-SNAPSHOT</version>
<version>1.18.0-SNAPSHOT</version>
<description><![CDATA[Global appNG administration]]></description>
<url>https://appng.org</url>

Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.appng</groupId>
<artifactId>appng-application-parent</artifactId>
<version>1.21.0</version>
<version>1.23.0-SNAPSHOT</version>
</parent>

<scm>
Expand Down

0 comments on commit 5a240d9

Please sign in to comment.