Skip to content

Commit

Permalink
fixed wrong versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Müller authored and Matthias Müller committed Dec 3, 2019
1 parent 79155b2 commit 750c05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,12 +6,12 @@
<artifactId>appng-manager</artifactId>
<packaging>jar</packaging>
<name>appNG Manager</name>
<version>2.0.0-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
<description><![CDATA[Global appNG administration]]></description>
<url>https://appng.org</url>

<properties>
<appNG.version>2.0.0-SNAPSHOT</appNG.version>
<appNG.version>${project.parent.version}</appNG.version>
<projectId>MGR</projectId>
<displayName>Manager</displayName>
<longDescription><![CDATA[The Manager is the global administration frontend for appNG. This contains dialogs for administrating users, groups, roles and permissions as well as administration of sites, application, properties and repositories.]]></longDescription>
Expand Down

0 comments on commit 750c05c

Please sign in to comment.