[maven-release-plugin] prepare for next development iteration

This commit is contained in:
2018-08-20 23:25:52 +02:00
parent e7277d54ac
commit 1feb529c9e
10 changed files with 22 additions and 22 deletions

View File

@ -4,13 +4,13 @@
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-account</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<packaging>ejb</packaging>
<parent>
<artifactId>shared</artifactId>
<groupId>de.muehlencord</groupId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
</parent>
<name>shared-account</name>
@ -44,7 +44,7 @@
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-jeeutil</artifactId>
<type>jar</type>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>