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-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ftbb committed Mar 11, 2017
1 parent 1d6d150 commit 5283fc5
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 20 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
~ 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">
<modelVersion>4.0.0</modelVersion>

<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-java-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Symphony Java Client</name>
<packaging>pom</packaging>
<url>https://github.com/symphonyoss/symphony-java-client</url>
Expand All @@ -50,18 +49,18 @@
<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-1.0.0</tag>
</scm>

<developers>
<developer>
<id>ftarsillo</id>
<name>Frank Tarsillo</name>
<email/>
<email />
<url>http://github.com/ftarsillo</url>
<organization>Symphony Software Foundation</organization>
<organizationUrl>http://symphony.foundation</organizationUrl>
<timezone/>
<timezone />
<roles>
<role>Architect</role>
<role>Developer</role>
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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

<licenses>
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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

<properties>
<jsoup-version>1.9.2</jsoup-version>
<symphony-api-version>1.0.0-SNAPSHOT</symphony-api-version>
<symphony-api-version>1.0.0</symphony-api-version>
<gson-version>2.7</gson-version>
<failsafe.jvm.args>-Dlog4j.configurationFile=src/test/resources/log4j.properties -Xmx1024m -Dsessionauth.url=${env.SESSIONAUTH_URL} -Dkeyauth.url=${env.KEYAUTH_URL} -Dsymphony.agent.pod.url=${env.POD_URL} -Dsymphony.agent.agent.url=${env.AGENT_URL} -Dtruststore.file=${env.TRUSTSTORE_FILE} -Dtruststore.password=${env.TRUSTSTORE_PASSWORD} -Dbot.user.cert.file=${env.BOT_USER_CERT_FILE} -Dbot.user.cert.password=${env.BOT_USER_CERT_PASSWORD} -Dbot.user.email=${env.BOT_USER_EMAIL} -Dsender.user.email=${env.SENDER_USER_EMAIL} -Dsender.user.cert.file=${env.SENDER_USER_CERT_FILE} -Dsender.user.cert.password=${env.SENDER_USER_CERT_PASSWORD} -Dtest.room.stream=${env.TEST_ROOM_STREAM}
</failsafe.jvm.args>
Expand Down

0 comments on commit 5283fc5

Please sign in to comment.