diff options
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 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/qpid/java/bdbstore/jmx/pom.xml b/qpid/java/bdbstore/jmx/pom.xml index 05b3699cdb..359f3b64b7 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.28-SNAPSHOT</version> + <version>0.30-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/qpid/java/bdbstore/pom.xml b/qpid/java/bdbstore/pom.xml index f2611e1236..b8c7cfd369 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.28-SNAPSHOT</version> + <version>0.30-SNAPSHOT</version> </parent> <artifactId>qpid-bdbstore</artifactId> diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml index 14884fb7a0..86ef70bfd9 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.28-SNAPSHOT</version> + <version>0.30-SNAPSHOT</version> <relativePath>../../qpid-systests-parent/pom.xml</relativePath> </parent> @@ -118,7 +118,7 @@ <target> <chmod perm="755"> <fileset dir="${qpid.home}"> - <include name="bin/**"/> + <include name="bin/**" /> </fileset> </chmod> </target> |
