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

Commit

Permalink
[maven-release-plugin] prepare release symphony-java-client-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ftbb committed Oct 3, 2016
1 parent 19de130 commit c2b97ed
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-java-client</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<name>Symphony Java Client</name>
<packaging>pom</packaging>
<url>https://github.com/symphonyoss/symphony-java-client</url>
Expand All @@ -49,7 +49,7 @@
<connection>scm:git:git://github.com/symphonyoss/symphony-java-client.git</connection>
<developerConnection>scm:git:[email protected]:symphonyoss/symphony-java-client.git</developerConnection>
<url>https://github.com/symphonyoss/symphony-java-client</url>
<tag>HEAD</tag>
<tag>symphony-java-client-0.9.1</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/agent/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-agent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/agent/java-jersey2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-agent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-apis</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/authenticator/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-authenticator</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/authenticator/java-jersey2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-authenticator</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/authenticator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-apis</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/pod/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-pod</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/pod/java-jersey2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-pod</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion symphony-apis/pod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-apis</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
5 changes: 2 additions & 3 deletions symphony-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
~ under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>symphony-apis</artifactId>
<packaging>pom</packaging>
Expand All @@ -30,7 +29,7 @@
<parent>
<artifactId>symphony-java-client</artifactId>
<groupId>org.symphonyoss.symphony</groupId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions symphony-client-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>symphony-java-client</artifactId>
<groupId>org.symphonyoss.symphony</groupId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-client</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</dependency>
</dependencies>

Expand Down
7 changes: 3 additions & 4 deletions symphony-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
~ under the License.
-->

<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">
<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">
<parent>
<artifactId>symphony-java-client</artifactId>
<groupId>org.symphonyoss.symphony</groupId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -43,7 +42,7 @@

<properties>
<jsoup-version>1.9.2</jsoup-version>
<symphony-api-version>0.9.1-SNAPSHOT</symphony-api-version>
<symphony-api-version>0.9.1</symphony-api-version>
<gson-version>2.7</gson-version>
</properties>

Expand Down

0 comments on commit c2b97ed

Please sign in to comment.