This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch surefire-failIFNoTests in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/surefire-failIFNoTests by this push: new ddc45d4 [maven-release-plugin] prepare release camel-k-runtime-parent-0.2.1 ddc45d4 is described below commit ddc45d47bcecadf65fa55a7e57c347668253487d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 19 10:49:28 2019 +0100 [maven-release-plugin] prepare release camel-k-runtime-parent-0.2.1 --- runtime/camel-k-maven-plugin/pom.xml | 8 +++----- runtime/camel-k-runtime-core/pom.xml | 6 ++---- runtime/camel-k-runtime-groovy/pom.xml | 6 ++---- runtime/camel-k-runtime-jvm/pom.xml | 6 ++---- runtime/camel-k-runtime-kotlin/pom.xml | 6 ++---- runtime/camel-k-runtime-spring-boot-layout/pom.xml | 6 ++---- runtime/camel-k-runtime-spring-boot/pom.xml | 8 +++----- runtime/camel-k-runtime-yaml/pom.xml | 6 ++---- runtime/camel-knative-http/pom.xml | 6 ++---- runtime/camel-knative/pom.xml | 6 ++---- runtime/pom.xml | 8 +++----- 11 files changed, 25 insertions(+), 47 deletions(-) diff --git a/runtime/camel-k-maven-plugin/pom.xml b/runtime/camel-k-maven-plugin/pom.xml index 6aea6db..15902a0 100644 --- a/runtime/camel-k-maven-plugin/pom.xml +++ b/runtime/camel-k-maven-plugin/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -148,7 +146,7 @@ <artifactId>maven-plugin-plugin</artifactId> <version>3.5.2</version> <configuration> - <mojoDependencies/> + <mojoDependencies /> </configuration> <executions> <execution> diff --git a/runtime/camel-k-runtime-core/pom.xml b/runtime/camel-k-runtime-core/pom.xml index c0748d5..c3e7b9e 100644 --- a/runtime/camel-k-runtime-core/pom.xml +++ b/runtime/camel-k-runtime-core/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/camel-k-runtime-groovy/pom.xml b/runtime/camel-k-runtime-groovy/pom.xml index 159325e..d67e67e 100644 --- a/runtime/camel-k-runtime-groovy/pom.xml +++ b/runtime/camel-k-runtime-groovy/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/camel-k-runtime-jvm/pom.xml b/runtime/camel-k-runtime-jvm/pom.xml index 6e302e0..6a7b0b9 100644 --- a/runtime/camel-k-runtime-jvm/pom.xml +++ b/runtime/camel-k-runtime-jvm/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/camel-k-runtime-kotlin/pom.xml b/runtime/camel-k-runtime-kotlin/pom.xml index e3fa9e9..a0014d9 100644 --- a/runtime/camel-k-runtime-kotlin/pom.xml +++ b/runtime/camel-k-runtime-kotlin/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/camel-k-runtime-spring-boot-layout/pom.xml b/runtime/camel-k-runtime-spring-boot-layout/pom.xml index 8d38653..c7386cd 100644 --- a/runtime/camel-k-runtime-spring-boot-layout/pom.xml +++ b/runtime/camel-k-runtime-spring-boot-layout/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/camel-k-runtime-spring-boot/pom.xml b/runtime/camel-k-runtime-spring-boot/pom.xml index b2d71d1..d9abfa1 100644 --- a/runtime/camel-k-runtime-spring-boot/pom.xml +++ b/runtime/camel-k-runtime-spring-boot/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -123,7 +121,7 @@ <configuration> <mainClass>org.apache.camel.k.spring.boot.Application</mainClass> <!-- - <layoutFactory implementation="org.apache.camel.k.spring.boot.layout.Factory"/> + <layoutFactory implementation="org.apache.camel.k.spring.boot.layout.Factory" /> --> </configuration> <dependencies> diff --git a/runtime/camel-k-runtime-yaml/pom.xml b/runtime/camel-k-runtime-yaml/pom.xml index e090ef6..9711833 100644 --- a/runtime/camel-k-runtime-yaml/pom.xml +++ b/runtime/camel-k-runtime-yaml/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/camel-knative-http/pom.xml b/runtime/camel-knative-http/pom.xml index d96404b..aedc815 100644 --- a/runtime/camel-knative-http/pom.xml +++ b/runtime/camel-knative-http/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/camel-knative/pom.xml b/runtime/camel-knative/pom.xml index 0e05bdf..7435f17 100644 --- a/runtime/camel-knative/pom.xml +++ b/runtime/camel-knative/pom.xml @@ -17,13 +17,11 @@ 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"> <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/runtime/pom.xml b/runtime/pom.xml index 8a0bc7c..6caf126 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -17,9 +17,7 @@ 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"> <parent> <groupId>org.apache</groupId> @@ -30,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> <packaging>pom</packaging> <properties> @@ -86,7 +84,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary</url> - <tag>HEAD</tag> + <tag>camel-k-runtime-parent-0.2.1</tag> </scm> <dependencyManagement>