Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Diesler committed Jan 20, 2017
1 parent 16fe031 commit 626c197
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.fuse.wsdl2rest</groupId>
<artifactId>wsdl2rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>wsdl2rest-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.fuse.wsdl2rest</groupId>
<artifactId>wsdl2rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>wsdl2rest-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.fuse.wsdl2rest</groupId>
<artifactId>wsdl2rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>wsdl2rest-impl</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.jboss.fuse.wsdl2rest</groupId>
<artifactId>wsdl2rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<url>https://github.com/tdiesler/wsdl2rest</url>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>scm:git:https://github.com/tdiesler/wsdl2rest.git</connection>
<developerConnection>scm:git:https://github.com/tdiesler/wsdl2rest.git</developerConnection>
<url>http://github.com/tdiesler/wsdl2rest</url>
<tag>HEAD</tag>
<tag>0.6</tag>
</scm>

<!-- Issue Management -->
Expand Down
6 changes: 3 additions & 3 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.fuse.wsdl2rest</groupId>
<artifactId>wsdl2rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>wsdl2rest-tests</artifactId>
Expand Down Expand Up @@ -72,7 +72,7 @@
<phase>generate-test-sources</phase>
<configuration>
<target>
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true" >
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true">
<arg value="--wsdl=file:${basedir}/../impl/src/test/resources/rpclit/Address.wsdl" />
<arg value="--out=${basedir}/target/generated-wsdl2rest" />
<arg value="--target-context=rpclit-camel-context.xml" />
Expand All @@ -90,7 +90,7 @@
<phase>generate-test-sources</phase>
<configuration>
<target>
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true" >
<java classname="org.jboss.fuse.wsdl2rest.impl.Main" classpathref="maven.test.classpath" failonerror="true">
<arg value="--wsdl=file:${basedir}/../impl/src/test/resources/doclit/Address.wsdl" />
<arg value="--out=${basedir}/target/generated-wsdl2rest" />
<arg value="--target-context=doclit-camel-context.xml" />
Expand Down

0 comments on commit 626c197

Please sign in to comment.