You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2017/02/21 21:52:35 UTC

servicemix-maven-plugins git commit: [maven-release-plugin] prepare release depends-maven-plugin-1.4.0

Repository: servicemix-maven-plugins
Updated Branches:
  refs/heads/master 364072620 -> a83281326


[maven-release-plugin] prepare release depends-maven-plugin-1.4.0


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/a8328132
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/tree/a8328132
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/diff/a8328132

Branch: refs/heads/master
Commit: a8328132616ef48e2fae7800bb247e6c8ebcad2a
Parents: 3640726
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Tue Feb 21 22:52:26 2017 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Tue Feb 21 22:52:26 2017 +0100

----------------------------------------------------------------------
 depends-maven-plugin/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/blob/a8328132/depends-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/depends-maven-plugin/pom.xml b/depends-maven-plugin/pom.xml
index 80703fa..806b990 100644
--- a/depends-maven-plugin/pom.xml
+++ b/depends-maven-plugin/pom.xml
@@ -1,5 +1,4 @@
-<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 this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, 
@@ -13,20 +12,20 @@
     <parent>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>maven-plugins-pom</artifactId>
-        <version>6-SNAPSHOT</version>
+        <version>6</version>
         <relativePath>../maven-plugins-pom/pom.xml</relativePath>
     </parent>
 
     <artifactId>depends-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>Apache ServiceMix :: Plugins :: Maven2 Depends Plugin</name>
 
     <scm>
         <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>depends-maven-plugin-1.4.0</tag>
     </scm>
 
     <build>