Skip to content

Commit

Permalink
Updated to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scranton committed Dec 22, 2013
1 parent a26785e commit 08ac0af
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion camel-cookbook-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>error</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-extend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>extend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>monitoring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-parallel-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>parallel-processing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.camelcookbook.examples</groupId>
<artifactId>camel-cookbook-examples</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>routing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-split-join/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>split-join</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-structuring-routes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.camelcookbook.examples</groupId>
<artifactId>camel-cookbook-examples</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>structuring-routes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-transactions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>camel-cookbook-examples</artifactId>
<groupId>org.camelcookbook.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-transformation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.camelcookbook.examples</groupId>
<artifactId>camel-cookbook-examples</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>transformation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-web-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.camelcookbook.examples</groupId>
<artifactId>camel-cookbook-examples</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>web-services</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions camel-cookbook-web-services/ws-camel-routes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.camelcookbook.examples</groupId>
<artifactId>web-services</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>ws-camel-routes</artifactId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.camelcookbook.examples</groupId>
<artifactId>ws-payments-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion camel-cookbook-web-services/ws-payments-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.camelcookbook.examples</groupId>
<artifactId>web-services</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>ws-payments-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>org.camelcookbook.examples</groupId>
<artifactId>camel-cookbook-examples</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<inceptionYear>2013</inceptionYear>

<name>${application-name}</name>
Expand Down

0 comments on commit 08ac0af

Please sign in to comment.