Skip to content

Commit 84bfc74

Browse files
committed
[maven-release-plugin] prepare release jbot-4.0.1
1 parent 1316990 commit 84bfc74

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

jbot-example/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>me.ramswaroop.jbot</groupId>
97
<artifactId>jbot-parent</artifactId>
10-
<version>4.0.1-SNAPSHOT</version>
8+
<version>4.0.1</version>
119
</parent>
1210

1311
<artifactId>jbot-example</artifactId>
14-
<version>2.0.0-SNAPSHOT</version>
12+
<version>4.0.1</version>
1513
<packaging>jar</packaging>
1614

1715
<name>JBot Example</name>
@@ -21,7 +19,7 @@
2119
<dependency>
2220
<groupId>me.ramswaroop.jbot</groupId>
2321
<artifactId>jbot</artifactId>
24-
<version>4.0.1-SNAPSHOT</version>
22+
<version>4.0.1</version>
2523
</dependency>
2624

2725
<dependency>

jbot/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>me.ramswaroop.jbot</groupId>
77
<artifactId>jbot-parent</artifactId>
8-
<version>4.0.1-SNAPSHOT</version>
8+
<version>4.0.1</version>
99
</parent>
1010

1111
<artifactId>jbot</artifactId>
12-
<version>4.0.1-SNAPSHOT</version>
12+
<version>4.0.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>JBot</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>me.ramswaroop.jbot</groupId>
1313
<artifactId>jbot-parent</artifactId>
14-
<version>4.0.1-SNAPSHOT</version>
14+
<version>4.0.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>JBot Parent</name>
@@ -44,7 +44,7 @@
4444
<url>https://github.com/ramswaroop/jbot</url>
4545
<connection>scm:git:git://github.com/ramswaroop/jbot.git</connection>
4646
<developerConnection>scm:git:ssh://[email protected]/ramswaroop/jbot.git</developerConnection>
47-
<tag>jbot-parent-4.0.0</tag>
47+
<tag>jbot-4.0.1</tag>
4848
</scm>
4949

5050
<distributionManagement>

0 commit comments

Comments
 (0)