Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rx-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyLOMO committed Feb 21, 2024
1 parent 04e26b2 commit be9dae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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>
<groupId>com.github.rockylomo</groupId>
<artifactId>rx</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -33,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-3.0.0</tag>
</scm>
<organization>
<name>com.github.rockylomo</name>
Expand Down
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.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<!-- -SNAPSHOT -->
<artifactId>rxlib</artifactId>
Expand Down

0 comments on commit be9dae8

Please sign in to comment.