diff options
| author | Justin Ross <jross@apache.org> | 2014-08-07 20:17:39 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2014-08-07 20:17:39 +0000 |
| commit | be7cc121a2a4c74e08bde5bbcadd570e6624dd56 (patch) | |
| tree | ec06e0d4c568b940067c7bab21721a573ac1c341 /qpid/java/bdbstore | |
| parent | fb4ab9f09df8290c00a33c509cb26fac098ac8e6 (diff) | |
| download | qpid-python-be7cc121a2a4c74e08bde5bbcadd570e6624dd56.tar.gz | |
QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appropriate
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
| -rw-r--r-- | qpid/java/bdbstore/jmx/pom.xml | 2 | ||||
| -rw-r--r-- | qpid/java/bdbstore/pom.xml | 2 | ||||
| -rw-r--r-- | qpid/java/bdbstore/systests/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/bdbstore/jmx/pom.xml b/qpid/java/bdbstore/jmx/pom.xml index 359f3b64b7..b65d2f1671 100644 --- a/qpid/java/bdbstore/jmx/pom.xml +++ b/qpid/java/bdbstore/jmx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-java-build</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.32-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/qpid/java/bdbstore/pom.xml b/qpid/java/bdbstore/pom.xml index b8c7cfd369..854e8ca5be 100644 --- a/qpid/java/bdbstore/pom.xml +++ b/qpid/java/bdbstore/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-java-build</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.32-SNAPSHOT</version> </parent> <artifactId>qpid-bdbstore</artifactId> diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml index a70c254d93..b56488bc03 100644 --- a/qpid/java/bdbstore/systests/pom.xml +++ b/qpid/java/bdbstore/systests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-systests-parent</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.32-SNAPSHOT</version> <relativePath>../../qpid-systests-parent/pom.xml</relativePath> </parent> |
