You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by al...@apache.org on 2017/02/17 17:23:30 UTC

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

Author: alien11689
Date: Fri Feb 17 17:23:29 2017
New Revision: 1783429

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

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

Modified: aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml?rev=1783429&r1=1783428&r2=1783429&view=diff
==============================================================================
--- aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml (original)
+++ aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml Fri Feb 17 17:23:29 2017
@@ -17,26 +17,25 @@
  specific language governing permissions and 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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
         <version>2.0.1</version>
-        <relativePath/>
+        <relativePath />
     </parent>
     <groupId>org.apache.aries.blueprint</groupId>
     <artifactId>blueprint-maven-plugin-annotation</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0</version>
     <name>Apache Aries Blueprint Maven Plugin Annotations</name>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-annotation-1.1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-annotation-1.1.0
         </developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</url>
+        <url>http://svn.apache.org/viewvc/aries/tags/blueprint-maven-plugin-annotation-1.1.0</url>
     </scm>
 
     <properties>
@@ -45,8 +44,8 @@
             org.apache.aries.blueprint.annotation.config,
             org.apache.aries.blueprint.annotation.referencelistener
         </aries.osgi.export.pkg>
-        <aries.osgi.import.pkg/>
-        <aries.osgi.private.pkg/>
+        <aries.osgi.import.pkg />
+        <aries.osgi.private.pkg />
         <lastReleaseVersion>1.0.0</lastReleaseVersion>
     </properties>
 </project>