Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Commit 5b29700

Browse files
authored
updating to final fuse 7.3 version of wsdl2rest artifact (#54)
Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
1 parent 2ed1743 commit 5b29700

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/wsdl2rest/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
<artifactId>wsdl2rest-impl-fatjar</artifactId>
77
<name>Wsdl2Rest Fat Jar</name>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.4-SNAPSHOT</version>
99
<groupId>org.github.camel.tooling.wsdl2rest</groupId>
1010

1111
<properties>
12-
<!-- update this with final version when available -->
13-
<version.wsdl2rest>0.8.0.fuse-720034</version.wsdl2rest>
12+
<version.wsdl2rest>0.8.0.fuse-730094-redhat-00001</version.wsdl2rest>
1413
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14+
<maven.compiler.target>1.8</maven.compiler.target>
15+
<maven.compiler.source>1.8</maven.compiler.source>
1516
</properties>
1617

1718
<dependencies>

0 commit comments

Comments
 (0)