Skip to content

Commit

Permalink
Update version to be 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Apr 8, 2024
1 parent 1696363 commit 2a6dcb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion microsphere-java-enterprise-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<javax.xml.version>2.3.1</javax.xml.version>

<!-- Internal Projects -->
<microsphere.version>${revision}</microsphere.version>
<microsphere.version>0.0.1</microsphere.version>

<!-- Third Parties -->
<spring-framework.version>5.3.27</spring-framework.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-build</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</parent>

<groupId>io.github.microsphere-projects</groupId>
Expand Down Expand Up @@ -52,7 +52,7 @@
</scm>

<properties>
<revision>0.0.1-SNAPSHOT</revision>
<revision>0.0.1</revision>
</properties>

<modules>
Expand Down

0 comments on commit 2a6dcb3

Please sign in to comment.