Skip to content

Commit

Permalink
5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed May 10, 2023
1 parent a713682 commit ec36c14
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion modules/app/src/main/resources/db/upgrade/app/versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
5.2.0
5.2.1
5.3.0
5.3.1
5.3.1
5.3.2
2 changes: 1 addition & 1 deletion modules/cms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion modules/cms/src/main/resources/db/upgrade/cms/versions
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
5.2.0
5.2.1
5.3.0
5.3.1
5.3.1
5.3.2
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jeesite</groupId>
<artifactId>jeesite-modules</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite Modules</name>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jeesite</groupId>
<artifactId>jeesite</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite</name>
Expand Down
2 changes: 1 addition & 1 deletion root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jeesite</groupId>
<artifactId>jeesite-root</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite Root</name>
Expand Down
2 changes: 1 addition & 1 deletion web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web-fast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ec36c14

Please sign in to comment.