Repository: qpid-proton-j Updated Branches: refs/heads/master 3fb2c795d -> 8083d83a1
[maven-release-plugin] prepare release 0.25.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/8083d83a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/8083d83a Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/8083d83a Branch: refs/heads/master Commit: 8083d83a194df4d995426dcc3d54cb7f178989df Parents: 3fb2c79 Author: Robert Gemmell <[email protected]> Authored: Thu Jan 11 17:51:54 2018 +0000 Committer: Robert Gemmell <[email protected]> Committed: Thu Jan 11 17:51:54 2018 +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/performance-jmh/pom.xml | 2 +- tests/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/8083d83a/apache-qpid-proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml index f42e401..9ab9100 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.25.0-SNAPSHOT</version> + <version>0.25.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/8083d83a/examples/engine/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml index 08bc21c..c0a575a 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.25.0-SNAPSHOT</version> + <version>0.25.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/8083d83a/examples/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml index 39040c7..c95ca3a 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.25.0-SNAPSHOT</version> + <version>0.25.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/8083d83a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6178ee0..a0b0898 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.25.0-SNAPSHOT</version> + <version>0.25.0</version> <packaging>pom</packaging> <name>Proton-J Parent</name> @@ -171,7 +171,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.25.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/8083d83a/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index e1536cf..94380ca 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.25.0-SNAPSHOT</version> + <version>0.25.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/8083d83a/tests/performance-jmh/pom.xml ---------------------------------------------------------------------- diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml index 1ed9725..f920aa4 100644 --- a/tests/performance-jmh/pom.xml +++ b/tests/performance-jmh/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.25.0-SNAPSHOT</version> + <version>0.25.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/8083d83a/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index ce34f30..bdd7e2d 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.25.0-SNAPSHOT</version> + <version>0.25.0</version> </parent> <artifactId>proton-tests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
