File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.jboss.fuse.wsdl2rest</groupId >
25
25
<artifactId >wsdl2rest</artifactId >
26
- <version >0.6-SNAPSHOT </version >
26
+ <version >0.6</version >
27
27
</parent >
28
28
29
29
<artifactId >wsdl2rest-dist</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.jboss.fuse.wsdl2rest</groupId >
26
26
<artifactId >wsdl2rest</artifactId >
27
- <version >0.6-SNAPSHOT </version >
27
+ <version >0.6</version >
28
28
</parent >
29
29
30
30
<artifactId >wsdl2rest-docs</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jboss.fuse.wsdl2rest</groupId >
6
6
<artifactId >wsdl2rest</artifactId >
7
- <version >0.6-SNAPSHOT </version >
7
+ <version >0.6</version >
8
8
</parent >
9
9
10
10
<artifactId >wsdl2rest-impl</artifactId >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >org.jboss.fuse.wsdl2rest</groupId >
5
5
<artifactId >wsdl2rest</artifactId >
6
- <version >0.6-SNAPSHOT </version >
6
+ <version >0.6</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<url >https://github.com/tdiesler/wsdl2rest</url >
34
34
<connection >scm:git:https://github.com/tdiesler/wsdl2rest.git</connection >
35
35
<developerConnection >scm:git:https://github.com/tdiesler/wsdl2rest.git</developerConnection >
36
36
<url >http://github.com/tdiesler/wsdl2rest</url >
37
- <tag >HEAD </tag >
37
+ <tag >0.6 </tag >
38
38
</scm >
39
39
40
40
<!-- Issue Management -->
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jboss.fuse.wsdl2rest</groupId >
6
6
<artifactId >wsdl2rest</artifactId >
7
- <version >0.6-SNAPSHOT </version >
7
+ <version >0.6</version >
8
8
</parent >
9
9
10
10
<artifactId >wsdl2rest-tests</artifactId >
72
72
<phase >generate-test-sources</phase >
73
73
<configuration >
74
74
<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" >
76
76
<arg value =" --wsdl=file:${basedir}/../impl/src/test/resources/rpclit/Address.wsdl" />
77
77
<arg value =" --out=${basedir}/target/generated-wsdl2rest" />
78
78
<arg value =" --target-context=rpclit-camel-context.xml" />
90
90
<phase >generate-test-sources</phase >
91
91
<configuration >
92
92
<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" >
94
94
<arg value =" --wsdl=file:${basedir}/../impl/src/test/resources/doclit/Address.wsdl" />
95
95
<arg value =" --out=${basedir}/target/generated-wsdl2rest" />
96
96
<arg value =" --target-context=doclit-camel-context.xml" />
You can’t perform that action at this time.
0 commit comments