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

Commit c1ad5d0

Browse files
committed
[maven-release-plugin] prepare release symphony-java-client-0.9.0
1 parent d394b63 commit c1ad5d0

File tree

13 files changed

+32
-47
lines changed

13 files changed

+32
-47
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@
2121
~ under the License.
2222
-->
2323

24-
<project xmlns="http://maven.apache.org/POM/4.0.0"
25-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24+
<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">
2725
<modelVersion>4.0.0</modelVersion>
2826

2927
<groupId>org.symphonyoss.symphony</groupId>
3028
<artifactId>symphony-java-client</artifactId>
31-
<version>0.9.0-SNAPSHOT</version>
29+
<version>0.9.0</version>
3230
<name>Symphony Java Client</name>
3331
<packaging>pom</packaging>
3432
<url>https://github.com/symphonyoss/symphony-java-client</url>
@@ -51,17 +49,18 @@
5149
<connection>scm:git:git://github.com/symphonyoss/symphony-java-client.git</connection>
5250
<developerConnection>scm:git:git@github.com:symphonyoss/symphony-java-client.git</developerConnection>
5351
<url>https://github.com/symphonyoss/symphony-java-client</url>
54-
</scm>
52+
<tag>symphony-java-client-0.9.0</tag>
53+
</scm>
5554

5655
<developers>
5756
<developer>
5857
<id>ftarsillo</id>
5958
<name>Frank Tarsillo</name>
60-
<email></email>
59+
<email />
6160
<url>http://github.com/ftarsillo</url>
6261
<organization>Symphony Software Foundation</organization>
6362
<organizationUrl>http://symphony.foundation</organizationUrl>
64-
<timezone></timezone>
63+
<timezone />
6564
<roles>
6665
<role>Architect</role>
6766
<role>Developer</role>

symphony-apis/agent/api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-agent-api</artifactId>
2726
<name>Symphony Agent Service API</name>
2827

2928
<parent>
3029
<groupId>org.symphonyoss.symphony</groupId>
3130
<artifactId>symphony-agent</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3332
</parent>
3433

3534
<licenses>

symphony-apis/agent/java-jersey2-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-agent-java-jersey2-client</artifactId>
2726
<name>Symphony Agent Service Java Client</name>
2827

2928
<parent>
3029
<groupId>org.symphonyoss.symphony</groupId>
3130
<artifactId>symphony-agent</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3332
</parent>
3433

3534
<licenses>

symphony-apis/agent/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-agent</artifactId>
2726
<packaging>pom</packaging>
@@ -30,7 +29,7 @@
3029
<parent>
3130
<groupId>org.symphonyoss.symphony</groupId>
3231
<artifactId>symphony-apis</artifactId>
33-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3433
</parent>
3534

3635
<licenses>

symphony-apis/authenticator/api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-authenticator-api</artifactId>
2726
<name>Symphony Authenticator Service API</name>
2827

2928
<parent>
3029
<groupId>org.symphonyoss.symphony</groupId>
3130
<artifactId>symphony-authenticator</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3332
</parent>
3433

3534
<licenses>

symphony-apis/authenticator/java-jersey2-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-authenticator-java-jersey2-client</artifactId>
2726
<packaging>jar</packaging>
@@ -30,7 +29,7 @@
3029
<parent>
3130
<groupId>org.symphonyoss.symphony</groupId>
3231
<artifactId>symphony-authenticator</artifactId>
33-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3433
</parent>
3534

3635
<licenses>

symphony-apis/authenticator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-authenticator</artifactId>
2726
<packaging>pom</packaging>
@@ -30,7 +29,7 @@
3029
<parent>
3130
<groupId>org.symphonyoss.symphony</groupId>
3231
<artifactId>symphony-apis</artifactId>
33-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3433
</parent>
3534

3635
<licenses>

symphony-apis/pod/api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-pod-api</artifactId>
2726
<name>Symphony POD Service API</name>
2827

2928
<parent>
3029
<groupId>org.symphonyoss.symphony</groupId>
3130
<artifactId>symphony-pod</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3332
</parent>
3433

3534
<dependencies>

symphony-apis/pod/java-jersey2-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-pod-java-jersey2-client</artifactId>
2726
<name>Symphony POD Service Java Client</name>
2827

2928
<parent>
3029
<groupId>org.symphonyoss.symphony</groupId>
3130
<artifactId>symphony-pod</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3332
</parent>
3433

3534
<licenses>

symphony-apis/pod/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
~ under the License.
2121
-->
2222

23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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/maven-v4_0_0.xsd">
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>symphony-pod</artifactId>
2726
<packaging>pom</packaging>
@@ -30,7 +29,7 @@
3029
<parent>
3130
<groupId>org.symphonyoss.symphony</groupId>
3231
<artifactId>symphony-apis</artifactId>
33-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3433
</parent>
3534

3635
<licenses>

0 commit comments

Comments
 (0)