Skip to content

Commit 626c197

Browse files
author
Thomas Diesler
committed
[maven-release-plugin] prepare release 0.6
1 parent 16fe031 commit 626c197

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.fuse.wsdl2rest</groupId>
2525
<artifactId>wsdl2rest</artifactId>
26-
<version>0.6-SNAPSHOT</version>
26+
<version>0.6</version>
2727
</parent>
2828

2929
<artifactId>wsdl2rest-dist</artifactId>

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.fuse.wsdl2rest</groupId>
2626
<artifactId>wsdl2rest</artifactId>
27-
<version>0.6-SNAPSHOT</version>
27+
<version>0.6</version>
2828
</parent>
2929

3030
<artifactId>wsdl2rest-docs</artifactId>

impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.fuse.wsdl2rest</groupId>
66
<artifactId>wsdl2rest</artifactId>
7-
<version>0.6-SNAPSHOT</version>
7+
<version>0.6</version>
88
</parent>
99

1010
<artifactId>wsdl2rest-impl</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.jboss.fuse.wsdl2rest</groupId>
55
<artifactId>wsdl2rest</artifactId>
6-
<version>0.6-SNAPSHOT</version>
6+
<version>0.6</version>
77
<packaging>pom</packaging>
88

99
<url>https://github.com/tdiesler/wsdl2rest</url>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/tdiesler/wsdl2rest.git</connection>
3535
<developerConnection>scm:git:https://github.com/tdiesler/wsdl2rest.git</developerConnection>
3636
<url>http://github.com/tdiesler/wsdl2rest</url>
37-
<tag>HEAD</tag>
37+
<tag>0.6</tag>
3838
</scm>
3939

4040
<!-- Issue Management -->

tests/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.fuse.wsdl2rest</groupId>
66
<artifactId>wsdl2rest</artifactId>
7-
<version>0.6-SNAPSHOT</version>
7+
<version>0.6</version>
88
</parent>
99

1010
<artifactId>wsdl2rest-tests</artifactId>
@@ -72,7 +72,7 @@
7272
<phase>generate-test-sources</phase>
7373
<configuration>
7474
<target>
75-
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true" >
75+
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true">
7676
<arg value="--wsdl=file:${basedir}/../impl/src/test/resources/rpclit/Address.wsdl" />
7777
<arg value="--out=${basedir}/target/generated-wsdl2rest" />
7878
<arg value="--target-context=rpclit-camel-context.xml" />
@@ -90,7 +90,7 @@
9090
<phase>generate-test-sources</phase>
9191
<configuration>
9292
<target>
93-
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true" >
93+
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true">
9494
<arg value="--wsdl=file:${basedir}/../impl/src/test/resources/doclit/Address.wsdl" />
9595
<arg value="--out=${basedir}/target/generated-wsdl2rest" />
9696
<arg value="--target-context=doclit-camel-context.xml" />

0 commit comments

Comments
 (0)