Skip to content

Commit

Permalink
update to 5.6.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
btkobayashirun committed Dec 24, 2020
1 parent 9862a4b commit b93b809
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To create multi blank project with MyBatis3
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-multi-web-blank-mybatis3-archetype^
-DarchetypeVersion=5.6.0.RELEASE
-DarchetypeVersion=5.6.1.RELEASE
```

#### for Bash
Expand All @@ -19,7 +19,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-multi-web-blank-mybatis3-archetype\
-DarchetypeVersion=5.6.0.RELEASE
-DarchetypeVersion=5.6.1.RELEASE
```

### multi blank project with JPA (Spring Data JPA)
Expand All @@ -32,7 +32,7 @@ To create multi blank project with JPA (Spring Data JPA)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-multi-web-blank-jpa-archetype^
-DarchetypeVersion=5.6.0.RELEASE
-DarchetypeVersion=5.6.1.RELEASE
```

#### for Bash
Expand All @@ -41,5 +41,5 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-multi-web-blank-jpa-archetype\
-DarchetypeVersion=5.6.0.RELEASE
-DarchetypeVersion=5.6.1.RELEASE
```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.6.1-SNAPSHOT</version>
<version>5.6.1.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>projectName-env</module>
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-parent</artifactId>
<version>5.6.1-SNAPSHOT</version>
<version>5.6.1.RELEASE</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.6.1-SNAPSHOT</version>
<version>5.6.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.6.1-SNAPSHOT</version>
<version>5.6.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-initdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.6.1-SNAPSHOT</version>
<version>5.6.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>projectName-selenium</artifactId>
<packaging>jar</packaging>
<parent>
<version>5.6.1-SNAPSHOT</version>
<version>5.6.1.RELEASE</version>
<artifactId>projectName</artifactId>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion projectName-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.6.1-SNAPSHOT</version>
<version>5.6.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit b93b809

Please sign in to comment.