Skip to content

Commit

Permalink
update to 5.9.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
btiwahorisu committed Mar 28, 2024
1 parent c188f83 commit 58f96dc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To create a plain blank project
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-jsp-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -38,7 +38,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-jsp-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(XMLConfig,JSP) without any DB configuration
Expand All @@ -51,7 +51,7 @@ To create a plain blank project(XMLConfig,JSP)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-jsp-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -60,7 +60,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-jsp-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(JavaConfig,Thymeleaf) without any DB configuration
Expand All @@ -73,7 +73,7 @@ To create a plain blank project(JavaConfig,Thymeleaf)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-thymeleaf-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -82,7 +82,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-thymeleaf-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(XMLConfig,Thymeleaf) without any DB configuration
Expand All @@ -95,7 +95,7 @@ To create a plain blank project(XMLConfig,Thymeleaf)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-thymeleaf-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -104,7 +104,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-thymeleaf-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(JavaConfig,JSP) with MyBatis3
Expand All @@ -117,7 +117,7 @@ To create a blank project(JavaConfig,JSP) with MyBatis3
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-jsp-mybatis3-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -126,7 +126,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-jsp-mybatis3-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(XMLConfig,JSP) with MyBatis3
Expand All @@ -139,7 +139,7 @@ To create a blank project(XMLConfig,JSP) with MyBatis3
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-jsp-mybatis3-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -148,7 +148,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-jsp-mybatis3-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(JavaConfig,Thymeleaf) with MyBatis3
Expand All @@ -161,7 +161,7 @@ To create a blank project(JavaConfig,Thymeleaf) with MyBatis3
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-thymeleaf-mybatis3-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -170,7 +170,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-thymeleaf-mybatis3-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(XMLConfig,Thymeleaf) with MyBatis3
Expand All @@ -183,7 +183,7 @@ To create a blank project(XMLConfig,Thymeleaf) with MyBatis3
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-thymeleaf-mybatis3-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -192,7 +192,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-thymeleaf-mybatis3-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(JavaConfig,JSP) with JPA (Spring Data JPA)
Expand All @@ -205,7 +205,7 @@ To create a blank project(JavaConfig,JSP) with JPA (Spring Data JPA)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-jsp-jpa-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -214,7 +214,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-jsp-jpa-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(XMLConfig,JSP) with JPA (Spring Data JPA)
Expand All @@ -227,7 +227,7 @@ To create a blank project(XMLConfig,JSP) with JPA (Spring Data JPA)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-jsp-jpa-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -236,7 +236,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-jsp-jpa-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(JavaConfig,Thymeleaf) with JPA (Spring Data JPA)
Expand All @@ -249,7 +249,7 @@ To create a blank project(JavaConfig,Thymeleaf) with JPA (Spring Data JPA)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-thymeleaf-jpa-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -258,7 +258,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-thymeleaf-jpa-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

#### a blank project(XMLConfig,Thymeleaf) with JPA (Spring Data JPA)
Expand All @@ -271,7 +271,7 @@ To create a blank project(XMLConfig,Thymeleaf) with JPA (Spring Data JPA)
mvn archetype:generate^
-DarchetypeGroupId=org.terasoluna.gfw.blank^
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-thymeleaf-jpa-archetype^
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

##### for Bash
Expand All @@ -280,7 +280,7 @@ mvn archetype:generate^
mvn archetype:generate\
-DarchetypeGroupId=org.terasoluna.gfw.blank\
-DarchetypeArtifactId=terasoluna-gfw-web-blank-xmlconfig-thymeleaf-jpa-archetype\
-DarchetypeVersion=5.8.1.RELEASE
-DarchetypeVersion=5.9.0.RELEASE
```

### Download
Expand Down
4 changes: 2 additions & 2 deletions parts/JSP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0.RELEASE</version>
<packaging>war</packaging>
<parent>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-parent</artifactId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0.RELEASE</version>
<relativePath />
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parts/Thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0.RELEASE</version>
<packaging>war</packaging>
<parent>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-parent</artifactId>
<version>5.9.0-SNAPSHOT</version>
<version>5.9.0.RELEASE</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 58f96dc

Please sign in to comment.