You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2013/05/21 18:28:34 UTC

svn commit: r1484855 - /felix/trunk/inventory/pom.xml

Author: fmeschbe
Date: Tue May 21 16:28:34 2013
New Revision: 1484855

URL: http://svn.apache.org/r1484855
Log:
[maven-release-plugin] prepare release org.apache.felix.inventory-1.0.0

Modified:
    felix/trunk/inventory/pom.xml

Modified: felix/trunk/inventory/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/inventory/pom.xml?rev=1484855&r1=1484854&r2=1484855&view=diff
==============================================================================
--- felix/trunk/inventory/pom.xml (original)
+++ felix/trunk/inventory/pom.xml Tue May 21 16:28:34 2013
@@ -28,15 +28,15 @@
 
     <artifactId>org.apache.felix.inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <name>Apache Felix Inventory</name>
     <description>Apache Felix Inventory provides some mechanisms to get the current state of the system and therefore provides an inventory of the system.</description>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/inventory</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/inventory</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/inventory</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.inventory-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.inventory-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.inventory-1.0.0</url>
     </scm>
 
     <build>