Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thinker0 committed Jul 13, 2020
1 parent 4e7d5ed commit b0d534f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion heron-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>heron-3rdparty</artifactId>
<groupId>com.github.thinker0.heron</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion heron-kafka-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-3rdparty</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions heron-pulsar-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
under the License.
-->
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.thinker0.heron</groupId>
<artifactId>heron-3rdparty</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-3rdparty</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:https://github.com/thinker0/heron-3party.git</connection>
<developerConnection>scm:git:[email protected]:thinker0/heron-3party.git</developerConnection>
<url>https://github.com/thinker0/heron-3party</url>
<tag>HEAD</tag>
<tag>v1.0.3</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit b0d534f

Please sign in to comment.