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

Commit 5283fc5

Browse files
committed
[maven-release-plugin] prepare release symphony-java-client-1.0.0
1 parent 1d6d150 commit 5283fc5

12 files changed

Lines changed: 18 additions & 20 deletions

File tree

pom.xml

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

24-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25-
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">
2625
<modelVersion>4.0.0</modelVersion>
2726

2827
<groupId>org.symphonyoss.symphony</groupId>
2928
<artifactId>symphony-java-client</artifactId>
30-
<version>1.0.0-SNAPSHOT</version>
29+
<version>1.0.0</version>
3130
<name>Symphony Java Client</name>
3231
<packaging>pom</packaging>
3332
<url>https://github.com/symphonyoss/symphony-java-client</url>
@@ -50,18 +49,18 @@
5049
<connection>scm:git:git://github.com/symphonyoss/symphony-java-client.git</connection>
5150
<developerConnection>scm:git:git@github.com:symphonyoss/symphony-java-client.git</developerConnection>
5251
<url>https://github.com/symphonyoss/symphony-java-client</url>
53-
<tag>HEAD</tag>
52+
<tag>symphony-java-client-1.0.0</tag>
5453
</scm>
5554

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

symphony-apis/agent/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.symphonyoss.symphony</groupId>
3030
<artifactId>symphony-agent</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3232
</parent>
3333

3434
<licenses>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.symphonyoss.symphony</groupId>
3030
<artifactId>symphony-agent</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3232
</parent>
3333

3434
<licenses>

symphony-apis/agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.symphonyoss.symphony</groupId>
3131
<artifactId>symphony-apis</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
</parent>
3434

3535
<licenses>

symphony-apis/authenticator/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.symphonyoss.symphony</groupId>
3030
<artifactId>symphony-authenticator</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3232
</parent>
3333

3434
<licenses>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.symphonyoss.symphony</groupId>
3131
<artifactId>symphony-authenticator</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
</parent>
3434

3535
<licenses>

symphony-apis/authenticator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.symphonyoss.symphony</groupId>
3131
<artifactId>symphony-apis</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
</parent>
3434

3535
<licenses>

symphony-apis/pod/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.symphonyoss.symphony</groupId>
3030
<artifactId>symphony-pod</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3232
</parent>
3333

3434
<dependencies>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.symphonyoss.symphony</groupId>
3030
<artifactId>symphony-pod</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3232
</parent>
3333

3434
<licenses>

symphony-apis/pod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.symphonyoss.symphony</groupId>
3131
<artifactId>symphony-apis</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333
</parent>
3434

3535
<licenses>

0 commit comments

Comments
 (0)