You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/06/23 13:37:28 UTC

svn commit: r1604754 - /sling/trunk/tooling/ide/p2update/category.xml

Author: rombert
Date: Mon Jun 23 11:37:28 2014
New Revision: 1604754

URL: http://svn.apache.org/r1604754
Log:
SLING-3620 - POM preparations for release

Use the '0.0.0' version in category.xml, to make it independent of the
actual version of the project.

Modified:
    sling/trunk/tooling/ide/p2update/category.xml

Modified: sling/trunk/tooling/ide/p2update/category.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/p2update/category.xml?rev=1604754&r1=1604753&r2=1604754&view=diff
==============================================================================
--- sling/trunk/tooling/ide/p2update/category.xml (original)
+++ sling/trunk/tooling/ide/p2update/category.xml Mon Jun 23 11:37:28 2014
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/org.apache.sling.ide.feature_0.0.1.qualifier.jar" id="org.apache.sling.ide.feature" version="0.0.1.qualifier">
+   <feature url="features/org.apache.sling.ide.feature_0.0.0.qualifier.jar" id="org.apache.sling.ide.feature" version="0.0.0">
       <category name="sling"/>
    </feature>
-   <feature url="features/org.apache.sling.ide.m2e-feature_0.0.1.qualifier.jar" id="org.apache.sling.ide.m2e-feature" version="0.0.1.qualifier">
+   <feature url="features/org.apache.sling.ide.m2e-feature_0.0.0.qualifier.jar" id="org.apache.sling.ide.m2e-feature" version="0.0.0">
       <category name="sling"/>
    </feature>
    <category-def name="sling" label="Sling"/>