Repository: qpid-proton-j Updated Branches: refs/heads/master 2ce557097 -> 2a6160cd7
[maven-release-plugin] prepare release 0.17.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/2a6160cd Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/2a6160cd Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/2a6160cd Branch: refs/heads/master Commit: 2a6160cd795dede17d32d141498c13d08b3a03ea Parents: 2ce5570 Author: Robert Gemmell <[email protected]> Authored: Fri Feb 3 16:26:08 2017 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Feb 3 16:26:08 2017 +0000 ---------------------------------------------------------------------- apache-qpid-proton-j/pom.xml | 2 +- examples/engine/pom.xml | 2 +- examples/reactor/pom.xml | 2 +- pom.xml | 4 ++-- proton-j/pom.xml | 2 +- tests/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/2a6160cd/apache-qpid-proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml index 7bea163..322ee79 100644 --- a/apache-qpid-proton-j/pom.xml +++ b/apache-qpid-proton-j/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/2a6160cd/examples/engine/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml index 3770105..f528435 100644 --- a/examples/engine/pom.xml +++ b/examples/engine/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/2a6160cd/examples/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml index 2b2c483..dfaa41f 100644 --- a/examples/reactor/pom.xml +++ b/examples/reactor/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/2a6160cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 09c5ed0..77392a4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> <packaging>pom</packaging> <name>Proton-J Parent</name> @@ -165,7 +165,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git</url> - <tag>HEAD</tag> + <tag>0.17.0</tag> </scm> <issueManagement> <url>https://issues.apache.org/jira/browse/PROTON</url> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/2a6160cd/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index b8420e0..a79e611 100644 --- a/proton-j/pom.xml +++ b/proton-j/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/2a6160cd/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 2a234ff..e1cf2f4 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.17.0-SNAPSHOT</version> + <version>0.17.0</version> </parent> <artifactId>proton-tests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
