Skip to content

Commit 08ac0af

Browse files
committed
Updated to version 1.0.0
1 parent a26785e commit 08ac0af

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

camel-cookbook-error/pom.xml

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

3030
<artifactId>error</artifactId>

camel-cookbook-extend/pom.xml

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

3030
<artifactId>extend</artifactId>

camel-cookbook-monitoring/pom.xml

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

3030
<artifactId>monitoring</artifactId>

camel-cookbook-parallel-processing/pom.xml

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

3030
<artifactId>parallel-processing</artifactId>

camel-cookbook-routing/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.camelcookbook.examples</groupId>
2626
<artifactId>camel-cookbook-examples</artifactId>
27-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>routing</artifactId>

camel-cookbook-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>camel-cookbook-examples</artifactId>
2424
<groupId>org.camelcookbook.examples</groupId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.0.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

camel-cookbook-split-join/pom.xml

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

3030
<artifactId>split-join</artifactId>

camel-cookbook-structuring-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.camelcookbook.examples</groupId>
2626
<artifactId>camel-cookbook-examples</artifactId>
27-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>structuring-routes</artifactId>

camel-cookbook-testing/pom.xml

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

3030
<artifactId>testing</artifactId>

camel-cookbook-transactions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>camel-cookbook-examples</artifactId>
2424
<groupId>org.camelcookbook.examples</groupId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.0.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

camel-cookbook-transformation/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.camelcookbook.examples</groupId>
2626
<artifactId>camel-cookbook-examples</artifactId>
27-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>transformation</artifactId>

camel-cookbook-web-services/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.camelcookbook.examples</groupId>
2626
<artifactId>camel-cookbook-examples</artifactId>
27-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>web-services</artifactId>

camel-cookbook-web-services/ws-camel-routes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.camelcookbook.examples</groupId>
2626
<artifactId>web-services</artifactId>
27-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>ws-camel-routes</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.camelcookbook.examples</groupId>
3838
<artifactId>ws-payments-api</artifactId>
39-
<version>1.0-SNAPSHOT</version>
39+
<version>1.0.0</version>
4040
</dependency>
4141

4242
<dependency>

camel-cookbook-web-services/ws-payments-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.camelcookbook.examples</groupId>
2626
<artifactId>web-services</artifactId>
27-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929

3030
<artifactId>ws-payments-api</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>org.camelcookbook.examples</groupId>
2626
<artifactId>camel-cookbook-examples</artifactId>
2727
<packaging>pom</packaging>
28-
<version>1.0-SNAPSHOT</version>
28+
<version>1.0.0</version>
2929
<inceptionYear>2013</inceptionYear>
3030

3131
<name>${application-name}</name>

0 commit comments

Comments
 (0)