Repository: servicemix-maven-plugins Updated Branches: refs/heads/master 51bb8dc7b -> e3ddfe7bf
[maven-release-plugin] prepare release maven-plugins-pom-6 Project: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/commit/e3ddfe7b Tree: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/tree/e3ddfe7b Diff: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/diff/e3ddfe7b Branch: refs/heads/master Commit: e3ddfe7bf1c289ce9b2c8449457848c0cdcf7293 Parents: 51bb8dc Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Feb 21 22:42:54 2017 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Feb 21 22:42:54 2017 +0100 ---------------------------------------------------------------------- maven-plugins-pom/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/blob/e3ddfe7b/maven-plugins-pom/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins-pom/pom.xml b/maven-plugins-pom/pom.xml index 850ec0c..683bf4b 100644 --- a/maven-plugins-pom/pom.xml +++ b/maven-plugins-pom/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 @@ -27,7 +26,7 @@ <groupId>org.apache.servicemix.tooling</groupId> <artifactId>maven-plugins-pom</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <packaging>pom</packaging> <name>Apache ServiceMix :: Plugins :: Plugins POM</name> @@ -36,7 +35,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-maven-plugins.git</url> - <tag>HEAD</tag> + <tag>maven-plugins-pom-6</tag> </scm> <properties>
