File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<parent >
8
6
<groupId >me.ramswaroop.jbot</groupId >
9
7
<artifactId >jbot-parent</artifactId >
10
- <version >4.0.1-SNAPSHOT </version >
8
+ <version >4.0.1</version >
11
9
</parent >
12
10
13
11
<artifactId >jbot-example</artifactId >
14
- <version >2 .0.0-SNAPSHOT </version >
12
+ <version >4 .0.1 </version >
15
13
<packaging >jar</packaging >
16
14
17
15
<name >JBot Example</name >
21
19
<dependency >
22
20
<groupId >me.ramswaroop.jbot</groupId >
23
21
<artifactId >jbot</artifactId >
24
- <version >4.0.1-SNAPSHOT </version >
22
+ <version >4.0.1</version >
25
23
</dependency >
26
24
27
25
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >me.ramswaroop.jbot</groupId >
7
7
<artifactId >jbot-parent</artifactId >
8
- <version >4.0.1-SNAPSHOT </version >
8
+ <version >4.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbot</artifactId >
12
- <version >4.0.1-SNAPSHOT </version >
12
+ <version >4.0.1</version >
13
13
<packaging >jar</packaging >
14
14
15
15
<name >JBot</name >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >me.ramswaroop.jbot</groupId >
13
13
<artifactId >jbot-parent</artifactId >
14
- <version >4.0.1-SNAPSHOT </version >
14
+ <version >4.0.1</version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >JBot Parent</name >
44
44
<url >https://github.com/ramswaroop/jbot</url >
45
45
<connection >scm:git:git://github.com/ramswaroop/jbot.git</connection >
46
46
<
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 >
48
48
</scm >
49
49
50
50
<distributionManagement >
You can’t perform that action at this time.
0 commit comments