Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheung0-bit committed Apr 9, 2024
1 parent d967eaa commit 78d2f3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion resmq-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.cheung0-bit</groupId>
<artifactId>resmq-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>resmq-core</name>
<description>resmq-core</description>
Expand Down
4 changes: 2 additions & 2 deletions resmq-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.cheung0-bit</groupId>
<artifactId>resmq-spring-boot-starter</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>resmq-spring-boot-starter</name>
<description>resmq-spring-boot-starter</description>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>io.github.cheung0-bit</groupId>
<artifactId>resmq-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
11 changes: 1 addition & 10 deletions resmq-spring-boot-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>io.github.cheung0-bit</groupId>
<artifactId>resmq-spring-boot-starter</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -42,13 +42,4 @@
</dependency>
</dependencies>

<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->

</project>

0 comments on commit 78d2f3c

Please sign in to comment.