bump master version to 0.10-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/0db016f5 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0db016f5 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0db016f5 Branch: refs/heads/kgiusti-python3 Commit: 0db016f53f072ea5e96bd038efd7a31801743099 Parents: b37c72e Author: Rafael Schloming <[email protected]> Authored: Wed Apr 29 15:42:51 2015 -0400 Committer: Rafael Schloming <[email protected]> Committed: Wed Apr 29 15:42:51 2015 -0400 ---------------------------------------------------------------------- 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 +- version.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0db016f5/contrib/proton-hawtdispatch/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-hawtdispatch/pom.xml b/contrib/proton-hawtdispatch/pom.xml index 0eaa171..8792e22 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>1.0-SNAPSHOT</version> + <version>0.10-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0db016f5/contrib/proton-jms/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-jms/pom.xml b/contrib/proton-jms/pom.xml index 4515cbb..925bae2 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>1.0-SNAPSHOT</version> + <version>0.10-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0db016f5/examples/java/messenger/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml index 24e76c2..3110957 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>1.0-SNAPSHOT</version> + <version>0.10-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0db016f5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 412af45..e67fbbc 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>1.0-SNAPSHOT</version> + <version>0.10-SNAPSHOT</version> <packaging>pom</packaging> <properties> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0db016f5/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index c43e78e..61c92fe 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>1.0-SNAPSHOT</version> + <version>0.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0db016f5/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 8367eca..395f18c 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.10-SNAPSHOT</version> </parent> <description>The Proton system tests execute against either the Java or the C implementations, http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0db016f5/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index b63ba69..70cfdb0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9 +0.10-SNAPSHOT --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
