Skip to content

Commit

Permalink
4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Mar 27, 2023
1 parent 83de9b9 commit 9ce3eb9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 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>4.6.1-SNAPSHOT</version>
<version>4.6.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
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>4.6.1-SNAPSHOT</version>
<version>4.6.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 @@
4.4.1
4.5.0
4.6.0
4.6.1
4.6.1
4.6.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>4.6.1-SNAPSHOT</version>
<version>4.6.2-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

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>4.6.1-SNAPSHOT</version>
<version>4.6.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>4.6.1-SNAPSHOT</version>
<version>4.6.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>4.6.1-SNAPSHOT</version>
<version>4.6.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite Root</name>
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>4.6.1-SNAPSHOT</version>
<version>4.6.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 9ce3eb9

Please sign in to comment.