Skip to content

Commit

Permalink
更新版本为1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandas886 committed Jul 24, 2023
1 parent 2ba675f commit 01e127a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cloudeon-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cloudeon</artifactId>
<groupId>org.dromara</groupId>
<version>v1.0.0</version>
<version>v1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.dromara</groupId>
<artifactId>cloudeon-server</artifactId>
<version>${cloudeon.version}</version>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions cloudeon-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>cloudeon</artifactId>
<version>v1.0.0</version>
<version>v1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloudeon-server</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.dromara</groupId>
<artifactId>cloudeon-ui</artifactId>
<version>${cloudeon.version}</version>
<version>${project.version}</version>
</dependency>
<!-- lombok -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cloudeon-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.dromara</groupId>
<artifactId>cloudeon</artifactId>
<version>v1.0.0</version>
<version>v1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>org.dromara</groupId>
<artifactId>cloudeon</artifactId>
<version>v1.0.0</version>
<version>v1.1.0</version>
<packaging>pom</packaging>
<name>cloudeon</name>

Expand Down

0 comments on commit 01e127a

Please sign in to comment.