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:01:34 UTC

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

Author: fmeschbe
Date: Tue May 21 16:01:34 2013
New Revision: 1484849

URL: http://svn.apache.org/r1484849
Log:
Revert back to old SNAPSHOT version after failed release

(wrong project version in tag and changelog.txt outdated)

Modified:
    felix/trunk/inventory/pom.xml

Modified: felix/trunk/inventory/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/inventory/pom.xml?rev=1484849&r1=1484848&r2=1484849&view=diff
==============================================================================
--- felix/trunk/inventory/pom.xml (original)
+++ felix/trunk/inventory/pom.xml Tue May 21 16:01:34 2013
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.felix.inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>0.0.1-SNAPSHOT</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>