Skip to content

Commit

Permalink
change version 1.0.4 to 1.0.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Aug 3, 2021
1 parent f324d93 commit ad955a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>1.0.4-beta</version>
<version>1.0.4-beta.1</version>
<packaging>jar</packaging>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sureness-core.version>1.0.4-beta</sureness-core.version>
<sureness-core.version>1.0.4-beta.1</sureness-core.version>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion support/spring-boot-starter-sureness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sureness-core.version>1.0.4-beta</sureness-core.version>
<sureness-core.version>1.0.4-beta.1</sureness-core.version>
<spring-boot.version>2.4.5</spring-boot.version>
</properties>

Expand Down

0 comments on commit ad955a6

Please sign in to comment.