You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2016/07/06 04:56:38 UTC

svn commit: r1751587 - /felix/trunk/scr-ext-anno/pom.xml

Author: cziegeler
Date: Wed Jul  6 04:56:38 2016
New Revision: 1751587

URL: http://svn.apache.org/viewvc?rev=1751587&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.scr.ext.anno-1.0.0

Modified:
    felix/trunk/scr-ext-anno/pom.xml

Modified: felix/trunk/scr-ext-anno/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr-ext-anno/pom.xml?rev=1751587&r1=1751586&r2=1751587&view=diff
==============================================================================
--- felix/trunk/scr-ext-anno/pom.xml (original)
+++ felix/trunk/scr-ext-anno/pom.xml Wed Jul  6 04:56:38 2016
@@ -17,8 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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.felix</groupId>
@@ -27,16 +26,16 @@
         <relativePath />
     </parent>
   <artifactId>org.apache.felix.scr.ext.anno</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0.0</version>
     <name>Apache Felix Declarative Services Extensions BND annotation</name>
     <description>
         BND meta-annotation for adding felix ds extension attributes
 	to generated xml component descriptors
     </description>
      <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr-ext-anno</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr-ext-anno</developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr-ext-anno</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.ext.anno-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.ext.anno-1.0.0</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.ext.anno-1.0.0</url>
     </scm>
  <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>