Skip to content

Commit

Permalink
#2378 upgrade platform to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin2lee committed Jun 27, 2023
1 parent 955b2af commit 419b2d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion platform-auth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion platform-auth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion platform-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion platform-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
</parent>

<artifactId>platform-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.webank.wecube.platform</groupId>
<artifactId>wecube-platform</artifactId>
<packaging>pom</packaging>
<version>3.2.3</version>
<version>3.2.4</version>

<properties>
<version.camunda>7.11.0-alpha5</version.camunda>
Expand Down

0 comments on commit 419b2d3

Please sign in to comment.