Skip to content

Commit c398d1f

Browse files
committed
[maven-release-plugin] prepare release RxJTango-0.1
1 parent 70b59ad commit c398d1f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>org.tango-controls</groupId>
75
<artifactId>RxJTango</artifactId>
8-
<version>0.1-SNAPSHOT</version>
6+
<version>0.1</version>
97
<packaging>jar</packaging>
108

119
<name>RxJTango</name>
@@ -46,7 +44,7 @@
4644
<connection>scm:git:git@github.com:Ingvord/RxJTango</connection>
4745
<developerConnection>scm:git:git@github.com:Ingvord/RxJTango</developerConnection>
4846
<url>https://github.com/Ingvord/RxJTango</url>
49-
<tag>HEAD</tag>
47+
<tag>RxJTango-0.1</tag>
5048
</scm>
5149

5250
<distributionManagement>

0 commit comments

Comments
 (0)