Author: dkulp
Date: Tue Feb 24 20:25:27 2015
New Revision: 1662097
URL: http://svn.apache.org/r1662097
Log:
[maven-release-plugin] prepare release blueprint-maven-plugin-1.1.0-SNAPSHOT
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=1662097&r1=1662096&r2=1662097&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-maven-plugin/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-maven-plugin/pom.xml Tue Feb 24 20:25:27
2015
@@ -31,7 +31,7 @@
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>blueprint-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.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.1.0-SNAPSHOT</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-1.1.0-SNAPSHOT</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/tags/blueprint-maven-plugin-1.1.0-SNAPSHOT</url>
</scm>
<build>