Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 0c42ae8

Browse files
author
ingvord
committed
[maven-release-plugin] prepare release JTango-9.5.14
1 parent f7d6168 commit 0c42ae8

File tree

8 files changed

+17
-18
lines changed

8 files changed

+17
-18
lines changed

assembly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.tango-controls</groupId>
55
<artifactId>JTangoParent</artifactId>
6-
<version>9.5.14-SNAPSHOT</version>
6+
<version>9.5.14</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
2020
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
2121
<url>https://github.com/tango-controls/JTango</url>
22-
<tag>HEAD</tag>
22+
<tag>JTango-9.5.14</tag>
2323
</scm>
2424

2525
<issueManagement>

client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.tango-controls</groupId>
66
<artifactId>JTangoParent</artifactId>
7-
<version>9.5.14-SNAPSHOT</version>
7+
<version>9.5.14</version>
88
<relativePath>../parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>JTangoClientLang</artifactId>
@@ -16,7 +16,7 @@
1616
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
1717
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
1818
<url>https://github.com/tango-controls/JTango</url>
19-
<tag>HEAD</tag>
19+
<tag>JTango-9.5.14</tag>
2020
</scm>
2121

2222
<issueManagement>

common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.tango-controls</groupId>
77
<artifactId>JTangoParent</artifactId>
8-
<version>9.5.14-SNAPSHOT</version>
8+
<version>9.5.14</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
2020
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
2121
<url>https://github.com/tango-controls/JTango</url>
22-
<tag>HEAD</tag>
22+
<tag>JTango-9.5.14</tag>
2323
</scm>
2424

2525
<issueManagement>

dao/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.tango-controls</groupId>
77
<artifactId>JTangoParent</artifactId>
8-
<version>9.5.14-SNAPSHOT</version>
8+
<version>9.5.14</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
2020
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
2121
<url>https://github.com/tango-controls/JTango</url>
22-
<tag>HEAD</tag>
22+
<tag>JTango-9.5.14</tag>
2323
</scm>
2424

2525
<issueManagement>

idl/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.tango-controls</groupId>
77
<artifactId>JTangoParent</artifactId>
8-
<version>9.5.14-SNAPSHOT</version>
8+
<version>9.5.14</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
2020
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
2121
<url>https://github.com/tango-controls/JTango</url>
22-
<tag>HEAD</tag>
22+
<tag>JTango-9.5.14</tag>
2323
</scm>
2424

2525
<issueManagement>

parent/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.tango-controls</groupId>
76
<artifactId>JTangoParent</artifactId>
8-
<version>9.5.14-SNAPSHOT</version>
7+
<version>9.5.14</version>
98

109
<packaging>pom</packaging>
1110

@@ -17,7 +16,7 @@
1716
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
1817
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
1918
<url>https://github.com/tango-controls/JTango</url>
20-
<tag>HEAD</tag>
19+
<tag>JTango-9.5.14</tag>
2120
</scm>
2221

2322
<issueManagement>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.tango-controls</groupId>
77
<artifactId>JTangoParent</artifactId>
8-
<version>9.5.14-SNAPSHOT</version>
8+
<version>9.5.14</version>
99
<relativePath>parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -29,7 +29,7 @@
2929
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
3030
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
3131
<url>https://github.com/tango-controls/JTango</url>
32-
<tag>HEAD</tag>
32+
<tag>JTango-9.5.14</tag>
3333
</scm>
3434

3535
<developers>

server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.tango-controls</groupId>
66
<artifactId>JTangoParent</artifactId>
7-
<version>9.5.14-SNAPSHOT</version>
7+
<version>9.5.14</version>
88
<relativePath>../parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>JTangoServer</artifactId>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:tango-controls/JTango.git</connection>
2020
<developerConnection>scm:git:[email protected]:tango-controls/JTango.git</developerConnection>
2121
<url>https://github.com/tango-controls/JTango</url>
22-
<tag>HEAD</tag>
22+
<tag>JTango-9.5.14</tag>
2323
</scm>
2424

2525
<issueManagement>

0 commit comments

Comments
 (0)