Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyLOMO committed Feb 21, 2024
1 parent 44f9c4a commit 7d90fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rockylomo</groupId>
<artifactId>rx</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>2.20.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down
7 changes: 1 addition & 6 deletions rxlib-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
<parent>
<groupId>com.github.rockylomo</groupId>
<artifactId>rx</artifactId>
<version>3.0.0</version>
<version>2.20.0-SNAPSHOT</version>
</parent>
<artifactId>rxlib-x</artifactId>
<version>3.0.0</version>
<packaging>jar</packaging>
<name>rxlib-x</name>
<description>A set of utilities for Java</description>
Expand Down Expand Up @@ -47,8 +46,4 @@
<version>1.2.21</version>
</dependency>
</dependencies>

<scm>
<tag>rxlib-x-3.0.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion rxlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rockylomo</groupId>
<artifactId>rx</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>2.20.0-SNAPSHOT</version>
</parent>
<!-- -SNAPSHOT -->
<artifactId>rxlib</artifactId>
Expand Down

0 comments on commit 7d90fc5

Please sign in to comment.