Skip to content

Commit

Permalink
6u1リリース用のバージョンに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tishijiri committed Mar 12, 2024
1 parent 5f940c8 commit 00f1cae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-rest</artifactId>
<version>6-NEXT-SNAPSHOT</version>
<version>6u1</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>6-NEXT-SNAPSHOT</version>
<version>6u1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -226,7 +226,7 @@
<plugin>
<groupId>jp.co.tis.gsp</groupId>
<artifactId>gsp-dba-maven-plugin</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<configuration>
<erdFile>src/main/resources/entity/data-model.edm</erdFile>

Expand Down

0 comments on commit 00f1cae

Please sign in to comment.