Skip to content

Commit 7b2cdaa

Browse files
committed
Version 1.0.0 release.
1 parent 6c916b6 commit 7b2cdaa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

camel-routes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.fusebyexample.examples</groupId>
2626
<artifactId>lbproxy-example</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>camel-routes</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>org.fusebyexample.examples</groupId>
2525
<artifactId>lbproxy-example</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727

2828
<packaging>pom</packaging>
2929

service-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.fusebyexample.examples</groupId>
2626
<artifactId>lbproxy-example</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>service-api</artifactId>

service-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.fusebyexample.examples</groupId>
2626
<artifactId>lbproxy-example</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>service-impl</artifactId>

0 commit comments

Comments
 (0)