summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-04-29 12:50:00 +0000
committerRobert Gemmell <robbie@apache.org>2014-04-29 12:50:00 +0000
commit0c5f8b77e5467a1c78172c1f6ea283828c0d4a74 (patch)
treee9bbf4120c7a5adfe98889771a12ef0a58e0252a /qpid/java/bdbstore
parentadcecf75d67969485f4e61e76b89caf239d63a39 (diff)
downloadqpid-python-0c5f8b77e5467a1c78172c1f6ea283828c0d4a74.tar.gz
QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-versions -DdevelopmentVersion=0.30-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
-rw-r--r--qpid/java/bdbstore/jmx/pom.xml2
-rw-r--r--qpid/java/bdbstore/pom.xml2
-rw-r--r--qpid/java/bdbstore/systests/pom.xml4
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>