Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rx-2.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyLOMO committed Oct 6, 2023
1 parent 864e511 commit 68ed78f
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>2.19.11-SNAPSHOT</version>
<version>2.19.11</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -32,7 +31,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.19.11</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>2.19.11-SNAPSHOT</version>
<version>2.19.11</version>
</parent>
<artifactId>rxlib</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 68ed78f

Please sign in to comment.