summaryrefslogtreecommitdiff
path: root/qpid/java/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/common/pom.xml')
-rw-r--r--qpid/java/common/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml
index ecdc0cb1e0..aad2e2e53d 100644
--- a/qpid/java/common/pom.xml
+++ b/qpid/java/common/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-common</artifactId>
@@ -82,8 +82,8 @@
<target>
<ant antfile="build-generate-sources.xml">
<reference torefid="source.generation.classpathref" refid="maven.plugin.classpath" />
- <property name="gentools.classes" value="${project.build.directory}/gentools-classes"/>
- <property name="build.compiler" value="extJavac"/>
+ <property name="gentools.classes" value="${project.build.directory}/gentools-classes" />
+ <property name="build.compiler" value="extJavac" />
</ant>
</target>
</configuration>