update pom versions to 0.9.1-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4c5df774 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/4c5df774 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/4c5df774 Branch: refs/heads/0.9.x Commit: 4c5df774b8172aa7d1c84e4c6e57a9d212dfaf7b Parents: 8a6bc4a Author: Robert Gemmell <[email protected]> Authored: Sat Apr 25 20:26:10 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Sat Apr 25 20:26:10 2015 +0100 ---------------------------------------------------------------------- contrib/proton-hawtdispatch/pom.xml | 2 +- contrib/proton-jms/pom.xml | 2 +- examples/java/messenger/pom.xml | 2 +- pom.xml | 2 +- proton-j/pom.xml | 2 +- tests/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c5df774/contrib/proton-hawtdispatch/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-hawtdispatch/pom.xml b/contrib/proton-hawtdispatch/pom.xml index 02587f1..812d05f 100644 --- a/contrib/proton-hawtdispatch/pom.xml +++ b/contrib/proton-hawtdispatch/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c5df774/contrib/proton-jms/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-jms/pom.xml b/contrib/proton-jms/pom.xml index f1b43cc..4e062a7 100644 --- a/contrib/proton-jms/pom.xml +++ b/contrib/proton-jms/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c5df774/examples/java/messenger/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml index 1449bd0..0b48b7a 100644 --- a/examples/java/messenger/pom.xml +++ b/examples/java/messenger/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c5df774/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f27871b..7ae230e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ requiring the latest trunk build can use an unchanging value in their pom.xml. We will use a more representative version if and when snapshots from multiple branches are being concurrently produced. --> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c5df774/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index 4d73948..96877cf 100644 --- a/proton-j/pom.xml +++ b/proton-j/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4c5df774/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 54e658f..adf3cbf 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> </parent> <description>The Proton system tests execute against either the Java or the C implementations, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
