Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rx-2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyLOMO committed Apr 22, 2024
1 parent baf2596 commit 711f633
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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>2.20.1-SNAPSHOT</version>
<version>2.20.1</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -32,7 +32,7 @@
<url>https://github.com/RockyLOMO/rxlib</url>
<connection>scm:git:https://github.com/RockyLOMO/rxlib.git</connection>
<developerConnection>scm:git:https://github.com/RockyLOMO/rxlib.git</developerConnection>
<tag>HEAD</tag>
<tag>rx-2.20.1</tag>
</scm>
<organization>
<name>com.github.rockylomo</name>
Expand Down
5 changes: 2 additions & 3 deletions rxlib-x/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.rockylomo</groupId>
<artifactId>rx</artifactId>
<version>2.20.1-SNAPSHOT</version>
<version>2.20.1</version>
</parent>
<artifactId>rxlib-x</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions rxlib/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.rockylomo</groupId>
<artifactId>rx</artifactId>
<version>2.20.1-SNAPSHOT</version>
<version>2.20.1</version>
</parent>
<!-- -SNAPSHOT -->
<artifactId>rxlib</artifactId>
Expand Down

0 comments on commit 711f633

Please sign in to comment.