Skip to content

Commit badc8f9

Browse files
committed
Update versions
1 parent a848992 commit badc8f9

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

microsphere-bean-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- Microsphere Core -->
2727
<dependency>
2828
<groupId>io.github.microsphere-projects</groupId>
29-
<artifactId>microsphere-core</artifactId>
29+
<artifactId>microsphere-java-core</artifactId>
3030
</dependency>
3131

3232
<!-- Java Common Annotations -->

microsphere-cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<!-- Microsphere Core -->
4848
<dependency>
4949
<groupId>io.github.microsphere-projects</groupId>
50-
<artifactId>microsphere-core</artifactId>
50+
<artifactId>microsphere-java-core</artifactId>
5151
</dependency>
5252

5353
<!-- Microsphere Interceptor -->

microsphere-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- Microsphere Core -->
4343
<dependency>
4444
<groupId>io.github.microsphere-projects</groupId>
45-
<artifactId>microsphere-core</artifactId>
45+
<artifactId>microsphere-java-core</artifactId>
4646
</dependency>
4747

4848
<!-- CGLIB -->

microsphere-java-enterprise-parent/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<javax.mail.version>1.4.7</javax.mail.version>
3131
<javax.xml.version>2.3.1</javax.xml.version>
3232

33-
<!-- Internal Projects -->
34-
<microsphere.version>0.0.1</microsphere.version>
33+
<!-- Internal -->
34+
<microsphere-java.version>0.0.4</microsphere-java.version>
3535

3636
<!-- Third Parties -->
3737
<spring-framework.version>5.3.27</spring-framework.version>
@@ -56,7 +56,7 @@
5656

5757
<dependencyManagement>
5858
<dependencies>
59-
<!-- Spring Framewor Dependencies -->
59+
<!-- Spring Framework Dependencies -->
6060
<dependency>
6161
<groupId>org.springframework</groupId>
6262
<artifactId>spring-framework-bom</artifactId>
@@ -65,11 +65,11 @@
6565
<scope>import</scope>
6666
</dependency>
6767

68-
<!-- Microsphere Dependencies -->
68+
<!-- Microsphere Java Dependencies -->
6969
<dependency>
7070
<groupId>io.github.microsphere-projects</groupId>
71-
<artifactId>microsphere-dependencies</artifactId>
72-
<version>${microsphere.version}</version>
71+
<artifactId>microsphere-java-dependencies</artifactId>
72+
<version>${microsphere-java.version}</version>
7373
<type>pom</type>
7474
<scope>import</scope>
7575
</dependency>

microsphere-jcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- Microsphere Core -->
3636
<dependency>
3737
<groupId>io.github.microsphere-projects</groupId>
38-
<artifactId>microsphere-core</artifactId>
38+
<artifactId>microsphere-java-core</artifactId>
3939
</dependency>
4040

4141
<!-- Microsphere Interceptor -->

microsphere-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Microsphere Core -->
2323
<dependency>
2424
<groupId>io.github.microsphere-projects</groupId>
25-
<artifactId>microsphere-core</artifactId>
25+
<artifactId>microsphere-java-core</artifactId>
2626
</dependency>
2727

2828
<!-- Java Common Annotations -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.microsphere-projects</groupId>
88
<artifactId>microsphere-build</artifactId>
9-
<version>0.0.2</version>
9+
<version>0.0.5</version>
1010
</parent>
1111

1212
<groupId>io.github.microsphere-projects</groupId>
@@ -52,7 +52,7 @@
5252
</scm>
5353

5454
<properties>
55-
<revision>0.0.1</revision>
55+
<revision>0.0.2</revision>
5656
</properties>
5757

5858
<modules>

0 commit comments

Comments
 (0)