Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jbot-4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rampatra committed Jun 11, 2018
1 parent 3a28ed8 commit a1a4461
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions jbot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>jbot-example</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<packaging>jar</packaging>

<name>JBot Example</name>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jbot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>jbot</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<packaging>jar</packaging>

<name>JBot</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<packaging>pom</packaging>

<name>JBot Parent</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<url>https://github.com/rampatra/jbot</url>
<connection>scm:git:git://github.com/rampatra/jbot.git</connection>
<developerConnection>scm:git:ssh://[email protected]/rampatra/jbot.git</developerConnection>
<tag>HEAD</tag>
<tag>jbot-4.0.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a1a4461

Please sign in to comment.