Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Apr 9, 2024
1 parent a848992 commit badc8f9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion microsphere-bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- Microsphere Core -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core</artifactId>
<artifactId>microsphere-java-core</artifactId>
</dependency>

<!-- Java Common Annotations -->
Expand Down
2 changes: 1 addition & 1 deletion microsphere-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- Microsphere Core -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core</artifactId>
<artifactId>microsphere-java-core</artifactId>
</dependency>

<!-- Microsphere Interceptor -->
Expand Down
2 changes: 1 addition & 1 deletion microsphere-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- Microsphere Core -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core</artifactId>
<artifactId>microsphere-java-core</artifactId>
</dependency>

<!-- CGLIB -->
Expand Down
12 changes: 6 additions & 6 deletions microsphere-java-enterprise-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<javax.mail.version>1.4.7</javax.mail.version>
<javax.xml.version>2.3.1</javax.xml.version>

<!-- Internal Projects -->
<microsphere.version>0.0.1</microsphere.version>
<!-- Internal -->
<microsphere-java.version>0.0.4</microsphere-java.version>

<!-- Third Parties -->
<spring-framework.version>5.3.27</spring-framework.version>
Expand All @@ -56,7 +56,7 @@

<dependencyManagement>
<dependencies>
<!-- Spring Framewor Dependencies -->
<!-- Spring Framework Dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
Expand All @@ -65,11 +65,11 @@
<scope>import</scope>
</dependency>

<!-- Microsphere Dependencies -->
<!-- Microsphere Java Dependencies -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-dependencies</artifactId>
<version>${microsphere.version}</version>
<artifactId>microsphere-java-dependencies</artifactId>
<version>${microsphere-java.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion microsphere-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- Microsphere Core -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core</artifactId>
<artifactId>microsphere-java-core</artifactId>
</dependency>

<!-- Microsphere Interceptor -->
Expand Down
2 changes: 1 addition & 1 deletion microsphere-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- Microsphere Core -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core</artifactId>
<artifactId>microsphere-java-core</artifactId>
</dependency>

<!-- Java Common Annotations -->
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.2</version>
<version>0.0.5</version>
</parent>

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

<properties>
<revision>0.0.1</revision>
<revision>0.0.2</revision>
</properties>

<modules>
Expand Down

0 comments on commit badc8f9

Please sign in to comment.