[maven-release-plugin] prepare release v1.0

This commit is contained in:
2018-08-20 23:25:28 +02:00
parent b0630108e4
commit e7277d54ac
10 changed files with 26 additions and 30 deletions

View File

@ -4,13 +4,13 @@
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-account</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>ejb</packaging>
<parent>
<artifactId>shared</artifactId>
<groupId>de.muehlencord</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</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-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>