Tagging camel 1.0.0 RC 3


git-svn-id: https://svn.apache.org/repos/asf/activemq/camel/tags/camel-1.0.0@551248 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 53521f8..72f2c9b 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>apache-camel</artifactId>
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index c0afe05..fa5c98f 100755
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-core</artifactId>
diff --git a/components/camel-activemq/pom.xml b/components/camel-activemq/pom.xml
index 21fcfaa..8f015d5 100644
--- a/components/camel-activemq/pom.xml
+++ b/components/camel-activemq/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-activemq</artifactId>
diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml
index 5912b8c..8d84bf4 100644
--- a/components/camel-bam/pom.xml
+++ b/components/camel-bam/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-bam</artifactId>
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 3214f61..c39c203 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-cxf</artifactId>
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index a957141..2fc5bc4 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-ftp</artifactId>
@@ -104,4 +104,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml
index 7faff30..aabc43c 100644
--- a/components/camel-http/pom.xml
+++ b/components/camel-http/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-http</artifactId>
diff --git a/components/camel-irc/pom.xml b/components/camel-irc/pom.xml
index 01e448a..bc2e0bb 100644
--- a/components/camel-irc/pom.xml
+++ b/components/camel-irc/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-irc</artifactId>
diff --git a/components/camel-irc/src/main/resources/META-INF/services/org/apache/camel/component/irc b/components/camel-irc/src/main/resources/META-INF/services/org/apache/camel/component/irc
index 06d0677..de19273 100644
--- a/components/camel-irc/src/main/resources/META-INF/services/org/apache/camel/component/irc
+++ b/components/camel-irc/src/main/resources/META-INF/services/org/apache/camel/component/irc
@@ -1 +1,17 @@
-class=org.apache.camel.component.irc.IrcComponent
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+class=org.apache.camel.component.irc.IrcComponent#
diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index 93ebcd6..e54e3f6 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-jaxb</artifactId>
diff --git a/components/camel-jbi/pom.xml b/components/camel-jbi/pom.xml
index 0c26af5..5d026bf 100644
--- a/components/camel-jbi/pom.xml
+++ b/components/camel-jbi/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-jbi</artifactId>
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index f73eb19..5c1dc2e 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-jms</artifactId>
diff --git a/components/camel-josql/pom.xml b/components/camel-josql/pom.xml
index 42ac714..ee42ae2 100644
--- a/components/camel-josql/pom.xml
+++ b/components/camel-josql/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-josql</artifactId>
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index e507d47..9729df2 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-jpa</artifactId>
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index eeedac1..95fc51a 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-mail</artifactId>
diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml
index 6b57ec3..b464f67 100644
--- a/components/camel-mina/pom.xml
+++ b/components/camel-mina/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-mina</artifactId>
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index 04692a0..f346826 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-quartz</artifactId>
diff --git a/components/camel-rmi/pom.xml b/components/camel-rmi/pom.xml
index 547de87..bd5c1a7 100644
--- a/components/camel-rmi/pom.xml
+++ b/components/camel-rmi/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-rmi</artifactId>
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index 0e0aeb8..a0d3f78 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-saxon</artifactId>
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index e36c2a5..091d3ab 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-script</artifactId>
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index b467c6b..0399b87 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-spring</artifactId>
diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml
index f7395c7..6a73c12 100644
--- a/components/camel-xmpp/pom.xml
+++ b/components/camel-xmpp/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-xmpp</artifactId>
diff --git a/components/pom.xml b/components/pom.xml
index 7c0523a..6eaf983 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>components</artifactId>
diff --git a/examples/camel-example-jms-file/pom.xml b/examples/camel-example-jms-file/pom.xml
index 9060aa3..9cb5ff7 100755
--- a/examples/camel-example-jms-file/pom.xml
+++ b/examples/camel-example-jms-file/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-example-jms-file</artifactId>
diff --git a/examples/camel-example-spring/pom.xml b/examples/camel-example-spring/pom.xml
index 2d88041..b3f2910 100755
--- a/examples/camel-example-spring/pom.xml
+++ b/examples/camel-example-spring/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-example-spring</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 381a8cd..7e355d0 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>examples</artifactId>
@@ -35,4 +35,4 @@
     <!--<module>camel-example-osgi</module>-->
   </modules>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index d6476dc..e6571f0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-parent</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <packaging>pom</packaging>
   <name>Camel</name>
   <description>Camel Parent POM</description>
@@ -34,7 +34,7 @@
   </prerequisites>
 
   <properties>
-    <camel-version>1.0-SNAPSHOT</camel-version>
+    <camel-version>1.0.0</camel-version>
     <compiler.fork>false</compiler.fork>
     <release-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
     </release-repo-url>
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 1a6d628..9975d62 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-itest</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 7f406b7..0fb13fc 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>tests</artifactId>
diff --git a/tooling/archetypes/camel-router/pom.xml b/tooling/archetypes/camel-router/pom.xml
index cf16756..5bc07cc 100644
--- a/tooling/archetypes/camel-router/pom.xml
+++ b/tooling/archetypes/camel-router/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-router</artifactId>
diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml
index 652be58..d3c4a40 100644
--- a/tooling/archetypes/pom.xml
+++ b/tooling/archetypes/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>archetypes</artifactId>
diff --git a/tooling/camel-book/pom.xml b/tooling/camel-book/pom.xml
index 4ddaf32..d7e8251 100644
--- a/tooling/camel-book/pom.xml
+++ b/tooling/camel-book/pom.xml
@@ -24,7 +24,7 @@
   <parent>

     <groupId>org.apache.camel</groupId>

     <artifactId>camel-parent</artifactId>

-    <version>1.0-SNAPSHOT</version>

+    <version>1.0.0</version>

   </parent>

 

   <artifactId>camel-book</artifactId>

diff --git a/tooling/maven/camel-maven-plugin/pom.xml b/tooling/maven/camel-maven-plugin/pom.xml
index 9eca972..bdf9775 100644
--- a/tooling/maven/camel-maven-plugin/pom.xml
+++ b/tooling/maven/camel-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>camel-maven-plugin</artifactId>
diff --git a/tooling/maven/maven-html-to-docbook/pom.xml b/tooling/maven/maven-html-to-docbook/pom.xml
index d39619a..ba61d0c 100644
--- a/tooling/maven/maven-html-to-docbook/pom.xml
+++ b/tooling/maven/maven-html-to-docbook/pom.xml
@@ -22,7 +22,7 @@
   <parent>

     <groupId>org.apache.camel</groupId>

     <artifactId>maven-plugins</artifactId>

-    <version>1.0-SNAPSHOT</version>

+    <version>1.0.0</version>

   </parent>

 

   <artifactId>maven-html-to-docbook</artifactId>

diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index 5c3fa4e..e049320 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>maven-plugins</artifactId>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 353cc71..883f747 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>tooling</artifactId>
@@ -37,4 +37,4 @@
     <module>maven</module>
   </modules>
 
-</project>
\ No newline at end of file
+</project>