You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/05/02 11:57:55 UTC

svn commit: r1741950 - /aries/trunk/blueprint/blueprint-maven-plugin/pom.xml

Author: cschneider
Date: Mon May  2 09:57:55 2016
New Revision: 1741950

URL: http://svn.apache.org/viewvc?rev=1741950&view=rev
Log:
[maven-release-plugin] prepare release blueprint-maven-plugin-1.4.0

Modified:
    aries/trunk/blueprint/blueprint-maven-plugin/pom.xml

Modified: aries/trunk/blueprint/blueprint-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-maven-plugin/pom.xml?rev=1741950&r1=1741949&r2=1741950&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-maven-plugin/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-maven-plugin/pom.xml Mon May  2 09:57:55 2016
@@ -31,7 +31,7 @@
     <groupId>org.apache.aries.blueprint</groupId>
     <artifactId>blueprint-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>Apache Aries Blueprint Maven Plugin</name>
     <description>
         Maven plugin to create blueprint files from annotations
@@ -43,9 +43,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-maven-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-maven-plugin</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-maven-plugin</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-1.4.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-1.4.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/blueprint-maven-plugin-1.4.0</url>
     </scm>
 
     <build>