Repository: camel Updated Branches: refs/heads/master aa9e14945 -> 52ef69cb6
http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/etc/pom.xml ---------------------------------------------------------------------- diff --git a/etc/pom.xml b/etc/pom.xml index 72cdf79..98d9ff1 100755 --- a/etc/pom.xml +++ b/etc/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> <relativePath>../parent</relativePath> </parent> @@ -67,12 +66,12 @@ <target> <path id="ecp.ws.path" location="${workspace}" /> <property name="full.eclipse.workspace" refid="ecp.ws.path" /> - <path path="${basedir}/../buildingtools/src/main/resources" id="buildtools.path"/> + <path path="${basedir}/../buildingtools/src/main/resources" id="buildtools.path" /> - <whichresource resource="camel-eclipse-pmd" property="pmd.url"><classpath refid="buildtools.path"/></whichresource> - <whichresource resource="camel-pmd-ruleset.xml" property="pmdruleset.url"><classpath refid="buildtools.path"/></whichresource> - <whichresource resource="camel-eclipse-checkstyle" property="eclipse.checkstyle.url"><classpath refid="buildtools.path"/></whichresource> - <whichresource resource="camel-checkstyle.xml" property="checkstyle.url"><classpath refid="buildtools.path"/></whichresource>> + <whichresource resource="camel-eclipse-pmd" property="pmd.url"><classpath refid="buildtools.path" /></whichresource> + <whichresource resource="camel-pmd-ruleset.xml" property="pmdruleset.url"><classpath refid="buildtools.path" /></whichresource> + <whichresource resource="camel-eclipse-checkstyle" property="eclipse.checkstyle.url"><classpath refid="buildtools.path" /></whichresource> + <whichresource resource="camel-checkstyle.xml" property="checkstyle.url"><classpath refid="buildtools.path" /></whichresource>> <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings" /> <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle" /> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-activemq-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-activemq-tomcat/pom.xml b/examples/camel-example-activemq-tomcat/pom.xml index 187fbe0..8aa1ad3 100755 --- a/examples/camel-example-activemq-tomcat/pom.xml +++ b/examples/camel-example-activemq-tomcat/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-activemq-tomcat</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-aggregate/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-aggregate/pom.xml b/examples/camel-example-aggregate/pom.xml index d40413c..37419d5 100644 --- a/examples/camel-example-aggregate/pom.xml +++ b/examples/camel-example-aggregate/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-aggregate</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-bam/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-bam/pom.xml b/examples/camel-example-bam/pom.xml index 1e705ac..f228c20 100644 --- a/examples/camel-example-bam/pom.xml +++ b/examples/camel-example-bam/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-bam</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-box-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-box-osgi/pom.xml b/examples/camel-example-box-osgi/pom.xml index d893522..c253207 100644 --- a/examples/camel-example-box-osgi/pom.xml +++ b/examples/camel-example-box-osgi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-box-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-cafe/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cafe/pom.xml b/examples/camel-example-cafe/pom.xml index 46baab5..ea87cb3 100755 --- a/examples/camel-example-cafe/pom.xml +++ b/examples/camel-example-cafe/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-cafe</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cdi/pom.xml b/examples/camel-example-cdi/pom.xml index 6fc06c0..061d798 100644 --- a/examples/camel-example-cdi/pom.xml +++ b/examples/camel-example-cdi/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-cdi</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-console/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-console/pom.xml b/examples/camel-example-console/pom.xml index f1135ca..9c6a7a9 100644 --- a/examples/camel-example-console/pom.xml +++ b/examples/camel-example-console/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-console</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-cxf-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf-blueprint/pom.xml b/examples/camel-example-cxf-blueprint/pom.xml index d0815f6..969f81f 100644 --- a/examples/camel-example-cxf-blueprint/pom.xml +++ b/examples/camel-example-cxf-blueprint/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-cxf-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-cxf-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf-osgi/pom.xml b/examples/camel-example-cxf-osgi/pom.xml index 196db9e..18de0e4 100644 --- a/examples/camel-example-cxf-osgi/pom.xml +++ b/examples/camel-example-cxf-osgi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-cxf-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-cxf-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf-proxy/pom.xml b/examples/camel-example-cxf-proxy/pom.xml index a0e0290..4a61240 100755 --- a/examples/camel-example-cxf-proxy/pom.xml +++ b/examples/camel-example-cxf-proxy/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-cxf-proxy</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-cxf-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf-tomcat/pom.xml b/examples/camel-example-cxf-tomcat/pom.xml index 98d6358..9dfd2e3 100755 --- a/examples/camel-example-cxf-tomcat/pom.xml +++ b/examples/camel-example-cxf-tomcat/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-cxf-tomcat</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf/pom.xml b/examples/camel-example-cxf/pom.xml index 8dc1dad..c8d65df 100644 --- a/examples/camel-example-cxf/pom.xml +++ b/examples/camel-example-cxf/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-cxf</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-docs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-docs/pom.xml b/examples/camel-example-docs/pom.xml index 01c0eb2..5f7bf48 100755 --- a/examples/camel-example-docs/pom.xml +++ b/examples/camel-example-docs/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-docs</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-etl/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-etl/pom.xml b/examples/camel-example-etl/pom.xml index edbbbc6..749cdfb 100644 --- a/examples/camel-example-etl/pom.xml +++ b/examples/camel-example-etl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-etl</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-ftp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-ftp/pom.xml b/examples/camel-example-ftp/pom.xml index e621e73..d159111 100644 --- a/examples/camel-example-ftp/pom.xml +++ b/examples/camel-example-ftp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-ftp</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-gae/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-gae/pom.xml b/examples/camel-example-gae/pom.xml index 60cfaa8..56bf01b 100644 --- a/examples/camel-example-gae/pom.xml +++ b/examples/camel-example-gae/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-gae</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-gauth/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-gauth/pom.xml b/examples/camel-example-gauth/pom.xml index 58b3517..6b9c115 100644 --- a/examples/camel-example-gauth/pom.xml +++ b/examples/camel-example-gauth/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-gauth</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-guice-jms/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-guice-jms/pom.xml b/examples/camel-example-guice-jms/pom.xml index 8ec0393..667b0e1 100644 --- a/examples/camel-example-guice-jms/pom.xml +++ b/examples/camel-example-guice-jms/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-guice-jms</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-jdbc/pom.xml b/examples/camel-example-jdbc/pom.xml index 4a6f675..47e5109 100644 --- a/examples/camel-example-jdbc/pom.xml +++ b/examples/camel-example-jdbc/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-jdbc</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-jms-file/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-jms-file/pom.xml b/examples/camel-example-jms-file/pom.xml index 1f6d9b2..4187c81 100755 --- a/examples/camel-example-jms-file/pom.xml +++ b/examples/camel-example-jms-file/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-jms-file</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-jmx/pom.xml b/examples/camel-example-jmx/pom.xml index 0d87005..ffd9676 100644 --- a/examples/camel-example-jmx/pom.xml +++ b/examples/camel-example-jmx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-jmx</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-loadbalancing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-loadbalancing/pom.xml b/examples/camel-example-loadbalancing/pom.xml index b1b4774..1a4ec08 100644 --- a/examples/camel-example-loadbalancing/pom.xml +++ b/examples/camel-example-loadbalancing/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-loadbalancing</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-loan-broker/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-loan-broker/pom.xml b/examples/camel-example-loan-broker/pom.xml index 173a92f..4a28619 100644 --- a/examples/camel-example-loan-broker/pom.xml +++ b/examples/camel-example-loan-broker/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-loan-broker</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-management/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-management/pom.xml b/examples/camel-example-management/pom.xml index abf5691..ec652b4 100644 --- a/examples/camel-example-management/pom.xml +++ b/examples/camel-example-management/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-management</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-mybatis/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-mybatis/pom.xml b/examples/camel-example-mybatis/pom.xml index 6f17a32..8b9a97d 100644 --- a/examples/camel-example-mybatis/pom.xml +++ b/examples/camel-example-mybatis/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-mybatis</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-netty-http/myapp-one/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-netty-http/myapp-one/pom.xml b/examples/camel-example-netty-http/myapp-one/pom.xml index 1ad60c9..f00a788 100644 --- a/examples/camel-example-netty-http/myapp-one/pom.xml +++ b/examples/camel-example-netty-http/myapp-one/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>camel-example-netty-http</artifactId> <groupId>org.apache.camel</groupId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-netty-http/myapp-two/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-netty-http/myapp-two/pom.xml b/examples/camel-example-netty-http/myapp-two/pom.xml index 6d2be40..610cfe2 100644 --- a/examples/camel-example-netty-http/myapp-two/pom.xml +++ b/examples/camel-example-netty-http/myapp-two/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>camel-example-netty-http</artifactId> <groupId>org.apache.camel</groupId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-netty-http/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-netty-http/pom.xml b/examples/camel-example-netty-http/pom.xml index af84dfc..efb1c6c 100644 --- a/examples/camel-example-netty-http/pom.xml +++ b/examples/camel-example-netty-http/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-netty-http</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-netty-http/shared-netty-http-server/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml index 0d01736..20bfc55 100644 --- a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml +++ b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>camel-example-netty-http</artifactId> <groupId>org.apache.camel</groupId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-osgi-rmi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-osgi-rmi/pom.xml b/examples/camel-example-osgi-rmi/pom.xml index 7d18012..e2b632f 100644 --- a/examples/camel-example-osgi-rmi/pom.xml +++ b/examples/camel-example-osgi-rmi/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-osgi-rmi</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-osgi/pom.xml b/examples/camel-example-osgi/pom.xml index d3adbe9..eb9df73 100644 --- a/examples/camel-example-osgi/pom.xml +++ b/examples/camel-example-osgi/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-pojo-messaging/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-pojo-messaging/pom.xml b/examples/camel-example-pojo-messaging/pom.xml index f7df2a8..8814de9 100644 --- a/examples/camel-example-pojo-messaging/pom.xml +++ b/examples/camel-example-pojo-messaging/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-pojo-messaging</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-reportincident-wssecurity/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-reportincident-wssecurity/pom.xml b/examples/camel-example-reportincident-wssecurity/pom.xml index 4f15134..5e9f6b4 100644 --- a/examples/camel-example-reportincident-wssecurity/pom.xml +++ b/examples/camel-example-reportincident-wssecurity/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-reportincident-wssecurity</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-reportincident/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-reportincident/pom.xml b/examples/camel-example-reportincident/pom.xml index 843f846..1ebeb60 100755 --- a/examples/camel-example-reportincident/pom.xml +++ b/examples/camel-example-reportincident/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-reportincident</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-restlet-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-restlet-jdbc/pom.xml b/examples/camel-example-restlet-jdbc/pom.xml index 2ac881a..e1f57dc 100755 --- a/examples/camel-example-restlet-jdbc/pom.xml +++ b/examples/camel-example-restlet-jdbc/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-restlet-jdbc</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-route-throttling/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-route-throttling/pom.xml b/examples/camel-example-route-throttling/pom.xml index 9deda82..1225be7 100644 --- a/examples/camel-example-route-throttling/pom.xml +++ b/examples/camel-example-route-throttling/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-route-throttling</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-servlet-rest-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml b/examples/camel-example-servlet-rest-blueprint/pom.xml index 41eb149..1bbc729 100755 --- a/examples/camel-example-servlet-rest-blueprint/pom.xml +++ b/examples/camel-example-servlet-rest-blueprint/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-servlet-rest-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-servlet-rest-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-rest-tomcat/pom.xml b/examples/camel-example-servlet-rest-tomcat/pom.xml index d061aac..fb4520e 100755 --- a/examples/camel-example-servlet-rest-tomcat/pom.xml +++ b/examples/camel-example-servlet-rest-tomcat/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-servlet-rest-tomcat</artifactId> @@ -134,13 +133,12 @@ </goals> <configuration> <target> - <echo message="Decompress archive"/> - <gunzip src="${project.build.directory}/swagger-ui-${swagger-ui.version}.tar.gz"/> - <untar src="${project.build.directory}/swagger-ui-${swagger-ui.version}.tar" - dest="${project.build.directory}"/> - <echo message="moving resources"/> + <echo message="Decompress archive" /> + <gunzip src="${project.build.directory}/swagger-ui-${swagger-ui.version}.tar.gz" /> + <untar src="${project.build.directory}/swagger-ui-${swagger-ui.version}.tar" dest="${project.build.directory}" /> + <echo message="moving resources" /> <move todir="${destDir}" overwrite="yes"> - <fileset dir="${project.build.directory}/swagger-ui-${swagger-ui.version}/dist"/> + <fileset dir="${project.build.directory}/swagger-ui-${swagger-ui.version}/dist" /> </move> </target> </configuration> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml b/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml index 33442e9..487e444 100755 --- a/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml +++ b/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-servlet-tomcat-blueprintweb</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-servlet-tomcat-no-spring/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-tomcat-no-spring/pom.xml b/examples/camel-example-servlet-tomcat-no-spring/pom.xml index 7721a0b..bcc655a 100755 --- a/examples/camel-example-servlet-tomcat-no-spring/pom.xml +++ b/examples/camel-example-servlet-tomcat-no-spring/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-servlet-tomcat-no-spring</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-servlet-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-tomcat/pom.xml b/examples/camel-example-servlet-tomcat/pom.xml index 0fa479b..9c31201 100755 --- a/examples/camel-example-servlet-tomcat/pom.xml +++ b/examples/camel-example-servlet-tomcat/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-servlet-tomcat</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-simplejirabot/javadsl/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-simplejirabot/javadsl/pom.xml b/examples/camel-example-simplejirabot/javadsl/pom.xml index 0ff3789..976a48e 100644 --- a/examples/camel-example-simplejirabot/javadsl/pom.xml +++ b/examples/camel-example-simplejirabot/javadsl/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>camel-example-simplejirabot</artifactId> <groupId>org.apache.camel</groupId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-simplejirabot/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-simplejirabot/pom.xml b/examples/camel-example-simplejirabot/pom.xml index 5d9738f..89be39d 100644 --- a/examples/camel-example-simplejirabot/pom.xml +++ b/examples/camel-example-simplejirabot/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-simplejirabot</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-simplejirabot/xmlconf/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-simplejirabot/xmlconf/pom.xml b/examples/camel-example-simplejirabot/xmlconf/pom.xml index d20065e..9328434 100644 --- a/examples/camel-example-simplejirabot/xmlconf/pom.xml +++ b/examples/camel-example-simplejirabot/xmlconf/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>camel-example-simplejirabot</artifactId> <groupId>org.apache.camel</groupId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-spark-rest-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spark-rest-tomcat/pom.xml b/examples/camel-example-spark-rest-tomcat/pom.xml index d8b4b54..a5204d6 100755 --- a/examples/camel-example-spark-rest-tomcat/pom.xml +++ b/examples/camel-example-spark-rest-tomcat/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-spark-rest-tomcat</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-splunk/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-splunk/pom.xml b/examples/camel-example-splunk/pom.xml index 24cb0db..f744068 100644 --- a/examples/camel-example-splunk/pom.xml +++ b/examples/camel-example-splunk/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-splunk</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-spring-javaconfig/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-javaconfig/pom.xml b/examples/camel-example-spring-javaconfig/pom.xml index a24effb..ae91b42 100644 --- a/examples/camel-example-spring-javaconfig/pom.xml +++ b/examples/camel-example-spring-javaconfig/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-spring-javaconfig</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-spring-jms/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-jms/pom.xml b/examples/camel-example-spring-jms/pom.xml index 40fa708..798b577 100644 --- a/examples/camel-example-spring-jms/pom.xml +++ b/examples/camel-example-spring-jms/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-spring-jms</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-spring-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-security/pom.xml b/examples/camel-example-spring-security/pom.xml index 2d57a57..74b2d27 100755 --- a/examples/camel-example-spring-security/pom.xml +++ b/examples/camel-example-spring-security/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-spring-security</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-spring-ws/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-ws/pom.xml b/examples/camel-example-spring-ws/pom.xml index 9d7a941..2460f0e 100644 --- a/examples/camel-example-spring-ws/pom.xml +++ b/examples/camel-example-spring-ws/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-spring-ws</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-spring-xquery/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-xquery/pom.xml b/examples/camel-example-spring-xquery/pom.xml index 625f72b..cbcbb4e 100755 --- a/examples/camel-example-spring-xquery/pom.xml +++ b/examples/camel-example-spring-xquery/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-spring-xquery</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-spring/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring/pom.xml b/examples/camel-example-spring/pom.xml index f8b138e..3795255 100755 --- a/examples/camel-example-spring/pom.xml +++ b/examples/camel-example-spring/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-spring</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-sql-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-sql-blueprint/pom.xml b/examples/camel-example-sql-blueprint/pom.xml index 6fd1817..626a771 100644 --- a/examples/camel-example-sql-blueprint/pom.xml +++ b/examples/camel-example-sql-blueprint/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-sql-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-sql/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-sql/pom.xml b/examples/camel-example-sql/pom.xml index bd247d7..d72bd50 100644 --- a/examples/camel-example-sql/pom.xml +++ b/examples/camel-example-sql/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-sql</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-ssh-security/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-ssh-security/pom.xml b/examples/camel-example-ssh-security/pom.xml index 7037ada..3ad4693 100644 --- a/examples/camel-example-ssh-security/pom.xml +++ b/examples/camel-example-ssh-security/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-ssh-security</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-ssh/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-ssh/pom.xml b/examples/camel-example-ssh/pom.xml index 4a147a4..6bfbc5b 100644 --- a/examples/camel-example-ssh/pom.xml +++ b/examples/camel-example-ssh/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-ssh</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-tracer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-tracer/pom.xml b/examples/camel-example-tracer/pom.xml index e97a5ad..68e1102 100644 --- a/examples/camel-example-tracer/pom.xml +++ b/examples/camel-example-tracer/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-tracer</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-twitter-websocket-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-twitter-websocket-blueprint/pom.xml b/examples/camel-example-twitter-websocket-blueprint/pom.xml index d09b706..e85cf6c 100644 --- a/examples/camel-example-twitter-websocket-blueprint/pom.xml +++ b/examples/camel-example-twitter-websocket-blueprint/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-twitter-websocket-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/camel-example-twitter-websocket/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-twitter-websocket/pom.xml b/examples/camel-example-twitter-websocket/pom.xml index 6c86b1f..d832133 100644 --- a/examples/camel-example-twitter-websocket/pom.xml +++ b/examples/camel-example-twitter-websocket/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>examples</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-example-twitter-websocket</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 42e4a26..bab07a3 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> <relativePath>../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4ab0d4e..50989ff 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/catalog/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/catalog/pom.xml b/platforms/catalog/pom.xml index 0cb442c..d248bed 100644 --- a/platforms/catalog/pom.xml +++ b/platforms/catalog/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -22,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>platforms</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-catalog</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/commands/commands-core/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/commands/commands-core/pom.xml b/platforms/commands/commands-core/pom.xml index a750f13..cc2cac7 100644 --- a/platforms/commands/commands-core/pom.xml +++ b/platforms/commands/commands-core/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>commands</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-commands-core</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/commands/commands-jolokia/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/commands/commands-jolokia/pom.xml b/platforms/commands/commands-jolokia/pom.xml index 8bbfc64..b91b2c7 100644 --- a/platforms/commands/commands-jolokia/pom.xml +++ b/platforms/commands/commands-jolokia/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>commands</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-commands-jolokia</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/commands/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/commands/pom.xml b/platforms/commands/pom.xml index 224ae8c..e4590b1 100644 --- a/platforms/commands/pom.xml +++ b/platforms/commands/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>platforms</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>commands</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/karaf/commands-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands-catalog/pom.xml b/platforms/karaf/commands-catalog/pom.xml index d66ea77..27f90ff 100644 --- a/platforms/karaf/commands-catalog/pom.xml +++ b/platforms/karaf/commands-catalog/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>karaf</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.karaf</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml index f2106b0..4b28b14 100644 --- a/platforms/karaf/commands/pom.xml +++ b/platforms/karaf/commands/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>karaf</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.karaf</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml index 6fb3e7c..426eaaf 100644 --- a/platforms/karaf/features/pom.xml +++ b/platforms/karaf/features/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>karaf</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.karaf</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml index fc616d2..2735a61 100644 --- a/platforms/karaf/pom.xml +++ b/platforms/karaf/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>platforms</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>karaf</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/platforms/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/pom.xml b/platforms/pom.xml index cdaf2af..9ab3c70 100644 --- a/platforms/pom.xml +++ b/platforms/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> <relativePath>../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1838e73..084873c 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.camel</groupId> <artifactId>camel</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> <packaging>pom</packaging> <name>Camel</name> <description>Camel build POM</description> @@ -135,7 +135,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/camel.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/camel.git</developerConnection> <url>https://fisheye6.atlassian.com/browse/~br=master/camel-git</url> - <tag>HEAD</tag> + <tag>camel-2.15.0</tag> </scm> <build> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-blueprint-cxf-test/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-blueprint-cxf-test/pom.xml b/tests/camel-blueprint-cxf-test/pom.xml index 27c7e22..8049060 100644 --- a/tests/camel-blueprint-cxf-test/pom.xml +++ b/tests/camel-blueprint-cxf-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-blueprint-cxf-test</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-itest-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-cdi/pom.xml b/tests/camel-itest-cdi/pom.xml index 3925a1d..1937fdb 100644 --- a/tests/camel-itest-cdi/pom.xml +++ b/tests/camel-itest-cdi/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-itest-cdi</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-itest-spring32/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-spring32/pom.xml b/tests/camel-itest-spring32/pom.xml index 0118131..c1d55d3 100644 --- a/tests/camel-itest-spring32/pom.xml +++ b/tests/camel-itest-spring32/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-itest-spring32</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-itest-spring40/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-spring40/pom.xml b/tests/camel-itest-spring40/pom.xml index e342f48..0cff148 100644 --- a/tests/camel-itest-spring40/pom.xml +++ b/tests/camel-itest-spring40/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-itest-spring40</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-itest-standalone/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-standalone/pom.xml b/tests/camel-itest-standalone/pom.xml index 2044c34..717c04f 100644 --- a/tests/camel-itest-standalone/pom.xml +++ b/tests/camel-itest-standalone/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-itest-standalone</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-itest/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index ad457fe..c267ce2 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-itest</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-partial-classpath-test/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-partial-classpath-test/pom.xml b/tests/camel-partial-classpath-test/pom.xml index c90ea76..2eb348a 100644 --- a/tests/camel-partial-classpath-test/pom.xml +++ b/tests/camel-partial-classpath-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-partial-classpath-test</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/camel-typeconverterscan-test/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-typeconverterscan-test/pom.xml b/tests/camel-typeconverterscan-test/pom.xml index 2a5ecd4..c5a8988 100644 --- a/tests/camel-typeconverterscan-test/pom.xml +++ b/tests/camel-typeconverterscan-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tests</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-typeconverterscan-test</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 3d4fcda..0b63883 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> <relativePath>../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/test-bundles/mock-javamail_1.7/pom.xml ---------------------------------------------------------------------- diff --git a/tests/test-bundles/mock-javamail_1.7/pom.xml b/tests/test-bundles/mock-javamail_1.7/pom.xml index 222ffac..8e260ce 100644 --- a/tests/test-bundles/mock-javamail_1.7/pom.xml +++ b/tests/test-bundles/mock-javamail_1.7/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.tests.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.tests</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tests/test-bundles/pom.xml ---------------------------------------------------------------------- diff --git a/tests/test-bundles/pom.xml b/tests/test-bundles/pom.xml index e268942..ca33189 100644 --- a/tests/test-bundles/pom.xml +++ b/tests/test-bundles/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/apt/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/apt/pom.xml b/tooling/apt/pom.xml index ea6e775..e51be3c 100644 --- a/tooling/apt/pom.xml +++ b/tooling/apt/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tooling</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-activemq/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-activemq/pom.xml b/tooling/archetypes/camel-archetype-activemq/pom.xml index 0d8b053..7099c6a 100644 --- a/tooling/archetypes/camel-archetype-activemq/pom.xml +++ b/tooling/archetypes/camel-archetype-activemq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-api-component/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-api-component/pom.xml b/tooling/archetypes/camel-archetype-api-component/pom.xml index 809a472..3969a10 100644 --- a/tooling/archetypes/camel-archetype-api-component/pom.xml +++ b/tooling/archetypes/camel-archetype-api-component/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-blueprint/pom.xml b/tooling/archetypes/camel-archetype-blueprint/pom.xml index 4e3b259..33ea0fb 100644 --- a/tooling/archetypes/camel-archetype-blueprint/pom.xml +++ b/tooling/archetypes/camel-archetype-blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-component-scala/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-component-scala/pom.xml b/tooling/archetypes/camel-archetype-component-scala/pom.xml index c7c1284..cfd083e 100644 --- a/tooling/archetypes/camel-archetype-component-scala/pom.xml +++ b/tooling/archetypes/camel-archetype-component-scala/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-component/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-component/pom.xml b/tooling/archetypes/camel-archetype-component/pom.xml index 57472a8..63f51cb 100644 --- a/tooling/archetypes/camel-archetype-component/pom.xml +++ b/tooling/archetypes/camel-archetype-component/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml index fdb7ae9..059fb88 100644 --- a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml +++ b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml index 5b8c7d7..c16bf0b 100644 --- a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml +++ b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-dataformat/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-dataformat/pom.xml b/tooling/archetypes/camel-archetype-dataformat/pom.xml index ebb9562..71ae25d 100644 --- a/tooling/archetypes/camel-archetype-dataformat/pom.xml +++ b/tooling/archetypes/camel-archetype-dataformat/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-groovy/pom.xml b/tooling/archetypes/camel-archetype-groovy/pom.xml index a42d7a2..f60c006 100644 --- a/tooling/archetypes/camel-archetype-groovy/pom.xml +++ b/tooling/archetypes/camel-archetype-groovy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-java/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-java/pom.xml b/tooling/archetypes/camel-archetype-java/pom.xml index 59fed3f..b44fe29 100644 --- a/tooling/archetypes/camel-archetype-java/pom.xml +++ b/tooling/archetypes/camel-archetype-java/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-scala/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-scala/pom.xml b/tooling/archetypes/camel-archetype-scala/pom.xml index 5a82f6d..adfd2c6 100644 --- a/tooling/archetypes/camel-archetype-scala/pom.xml +++ b/tooling/archetypes/camel-archetype-scala/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-scr/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-scr/pom.xml b/tooling/archetypes/camel-archetype-scr/pom.xml index 8dfe97a..e670bb3 100644 --- a/tooling/archetypes/camel-archetype-scr/pom.xml +++ b/tooling/archetypes/camel-archetype-scr/pom.xml @@ -17,14 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>archetypes</artifactId> <groupId>org.apache.camel</groupId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-spring-dm/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-spring-dm/pom.xml b/tooling/archetypes/camel-archetype-spring-dm/pom.xml index 81f0a32..b6518f8 100644 --- a/tooling/archetypes/camel-archetype-spring-dm/pom.xml +++ b/tooling/archetypes/camel-archetype-spring-dm/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-spring/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-spring/pom.xml b/tooling/archetypes/camel-archetype-spring/pom.xml index db0bd95..aca0276 100644 --- a/tooling/archetypes/camel-archetype-spring/pom.xml +++ b/tooling/archetypes/camel-archetype-spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/camel-archetype-web/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-web/pom.xml b/tooling/archetypes/camel-archetype-web/pom.xml index 3d4a7d9..47b511d 100644 --- a/tooling/archetypes/camel-archetype-web/pom.xml +++ b/tooling/archetypes/camel-archetype-web/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>archetypes</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <groupId>org.apache.camel.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml index 64623f9..3490fee 100644 --- a/tooling/archetypes/pom.xml +++ b/tooling/archetypes/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>tooling</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>archetypes</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/camel-manual/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/camel-manual/pom.xml b/tooling/camel-manual/pom.xml index 00c637d..2930b5b 100644 --- a/tooling/camel-manual/pom.xml +++ b/tooling/camel-manual/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tooling</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-manual</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/maven/camel-api-component-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml b/tooling/maven/camel-api-component-maven-plugin/pom.xml index c214a9e..bd20dc4 100644 --- a/tooling/maven/camel-api-component-maven-plugin/pom.xml +++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>maven-plugins</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-api-component-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml index 74e3f53..5e53044 100644 --- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml +++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>maven-plugins</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-eip-documentation-enricher-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/maven/camel-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-maven-plugin/pom.xml b/tooling/maven/camel-maven-plugin/pom.xml index 348796f..ac5aaff 100644 --- a/tooling/maven/camel-maven-plugin/pom.xml +++ b/tooling/maven/camel-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>maven-plugins</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/maven/camel-package-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml index 1c5edc1..7f2f8b5 100644 --- a/tooling/maven/camel-package-maven-plugin/pom.xml +++ b/tooling/maven/camel-package-maven-plugin/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>maven-plugins</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>camel-package-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/maven/guice-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/guice-maven-plugin/pom.xml b/tooling/maven/guice-maven-plugin/pom.xml index 241b0f1..39a1f55 100644 --- a/tooling/maven/guice-maven-plugin/pom.xml +++ b/tooling/maven/guice-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>maven-plugins</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>guice-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/maven/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml index 53d7d55..eaff8c0 100644 --- a/tooling/maven/pom.xml +++ b/tooling/maven/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tooling</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <artifactId>maven-plugins</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/pom.xml b/tooling/pom.xml index db9f13c..b7813f4 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> <relativePath>../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/52ef69cb/tooling/spi-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/spi-annotations/pom.xml b/tooling/spi-annotations/pom.xml index 20d12f7..3117ad2 100644 --- a/tooling/spi-annotations/pom.xml +++ b/tooling/spi-annotations/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>tooling</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.15.0</version> </parent> <!-- should not be OSGi bundle as we shade this component into camel-core -->