Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jbot-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rampatra committed Jun 11, 2018
1 parent 0be12eb commit 298db3c
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.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<artifactId>jbot-example</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>

<artifactId>jbot</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</version>
<packaging>pom</packaging>

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

<distributionManagement>
Expand Down

0 comments on commit 298db3c

Please sign in to comment.