Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Dec 11, 2023
1 parent 6f6d980 commit 92524d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acku-message-center/acku-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>

<version>3.1.5</version>
<executions>
<execution>

Expand Down
2 changes: 1 addition & 1 deletion acku-message-center/acku-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>

<version>3.1.5</version>
<executions>
<execution>

Expand Down
2 changes: 1 addition & 1 deletion acku-message-center/acku-schedule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>

<version>3.1.5</version>
<executions>
<execution>

Expand Down
2 changes: 1 addition & 1 deletion acku-message-center/acku-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>acku</artifactId>
<artifactId>acku-message-center</artifactId>
<groupId>io.xream.acku</groupId>
<version>0.2.0</version>
</parent>
Expand Down

0 comments on commit 92524d2

Please sign in to comment.