Repository: qpid-jms Updated Branches: refs/heads/master cdb5ed031 -> 98ef59a48
[maven-release-plugin] prepare release 0.3.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/98ef59a4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/98ef59a4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/98ef59a4 Branch: refs/heads/master Commit: 98ef59a482058ad043f7cca0011a04af7eb96e48 Parents: cdb5ed0 Author: Robert Gemmell <[email protected]> Authored: Thu Jun 11 18:58:09 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Thu Jun 11 18:58:09 2015 +0100 ---------------------------------------------------------------------- apache-qpid-jms/pom.xml | 2 +- pom.xml | 4 ++-- qpid-jms-client/pom.xml | 2 +- qpid-jms-discovery/pom.xml | 2 +- qpid-jms-docs/pom.xml | 2 +- qpid-jms-examples/pom.xml | 2 +- qpid-jms-interop-tests/pom.xml | 2 +- qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/apache-qpid-jms/pom.xml ---------------------------------------------------------------------- diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml index 9cdaff9..b8a50ae 100644 --- a/apache-qpid-jms/pom.xml +++ b/apache-qpid-jms/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a660f2f..b28b1e8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <packaging>pom</packaging> <name>QpidJMS</name> <inceptionYear>2013</inceptionYear> @@ -80,7 +80,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-jms.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git</url> - <tag>HEAD</tag> + <tag>0.3.0</tag> </scm> <modules> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/qpid-jms-client/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml index c3b6b09..b24e5ba 100644 --- a/qpid-jms-client/pom.xml +++ b/qpid-jms-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>qpid-jms-client</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/qpid-jms-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml index 1ff709f..6ad1a2e 100644 --- a/qpid-jms-discovery/pom.xml +++ b/qpid-jms-discovery/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>qpid-jms-discovery</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/qpid-jms-docs/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml index fa4bfc6..63e5eb8 100644 --- a/qpid-jms-docs/pom.xml +++ b/qpid-jms-docs/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/qpid-jms-examples/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml index e4992df..bae2fa5 100644 --- a/qpid-jms-examples/pom.xml +++ b/qpid-jms-examples/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>qpid-jms-examples</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/qpid-jms-interop-tests/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml index cab55c6..3e977fe 100644 --- a/qpid-jms-interop-tests/pom.xml +++ b/qpid-jms-interop-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>qpid-jms-interop-tests</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/98ef59a4/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml index d0aad15..90e69f5 100644 --- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml +++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-interop-tests</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>qpid-jms-activemq-tests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
