Project version edited release

This commit is contained in:
geek 2016-04-26 17:30:07 +09:00
parent 6c61969f71
commit 43cdf3a172
2 changed files with 3 additions and 3 deletions

View File

@ -5,14 +5,14 @@
<parent>
<groupId>com.loafle</groupId>
<artifactId>maven_parent_jar</artifactId>
<version>1.0.0-RELEASES</version>
<version>1.0.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.loafle</groupId>
<artifactId>maven_archetype_spring_webapp</artifactId>
<version>4.2.0-RELEASES</version>
<version>4.2.0-RELEASE</version>
<name>maven_archetype_spring_webapp</name>
<packaging>maven-archetype</packaging>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.loafle</groupId>
<artifactId>maven_parent_spring</artifactId>
<version>4.2.0-RELEASES</version>
<version>4.2.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>