Skip to content

Commit

Permalink
change version to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
backpaper0 committed Mar 9, 2018
1 parent 7cb66ae commit 66958a0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion nablarch-archetype-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.nablarch.archetype</groupId>
<artifactId>nablarch-archetype-parent</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<packaging>pom</packaging>

<name>nablarch-archetype-parent</name>
Expand Down
6 changes: 3 additions & 3 deletions nablarch-batch-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.nablarch.archetype</groupId>
<artifactId>nablarch-archetype-parent</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
</parent>

<artifactId>nablarch-batch-ee</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>


<!-- DB接続設定とビルド設定 -->
Expand Down Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions nablarch-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.nablarch.archetype</groupId>
<artifactId>nablarch-archetype-parent</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
</parent>

<artifactId>nablarch-batch</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions nablarch-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.nablarch.archetype</groupId>
<artifactId>nablarch-archetype-parent</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
</parent>

<artifactId>nablarch-jaxrs</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions nablarch-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.nablarch.archetype</groupId>
<artifactId>nablarch-archetype-parent</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
</parent>

<artifactId>nablarch-web</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u13-SNAPSHOT</version>
<version>5u13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 66958a0

Please sign in to comment.