Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jbot-4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rampatra committed Mar 20, 2018
1 parent 1316990 commit 84bfc74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions jbot-example/pom.xml
@@ -1,17 +1,15 @@
<?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>

<parent>
<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>jbot-example</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<name>JBot Example</name>
Expand All @@ -21,7 +19,7 @@
<dependency>
<groupId>me.ramswaroop.jbot</groupId>
<artifactId>jbot</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.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.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>jbot</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.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.0.1-SNAPSHOT</version>
<version>4.0.1</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://git@github.com/ramswaroop/jbot.git</developerConnection>
<tag>jbot-parent-4.0.0</tag>
<tag>jbot-4.0.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 84bfc74

Please sign in to comment.