Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jbot-4.1.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rampatra committed Nov 23, 2018
1 parent 3c8f840 commit 7f1f2f7
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
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot-parent</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2-rc.1</version>
</parent>

<artifactId>jbot-example</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2-rc.1</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.1.2-SNAPSHOT</version>
<version>4.1.2-rc.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jbot/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot-parent</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2-rc.1</version>
</parent>

<artifactId>jbot</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2-rc.1</version>
<packaging>jar</packaging>

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

<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot-parent</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2-rc.1</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://git@github.com/rampatra/jbot.git</developerConnection>
<tag>HEAD</tag>
<tag>jbot-4.1.2-rc.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 7f1f2f7

Please sign in to comment.