Author: rombert
Date: Wed Jun  4 20:55:52 2014
New Revision: 1600491

URL: http://svn.apache.org/r1600491
Log:
Use released versions of org.apache.sling.tooling.support.install and
sling-bundle-archetype

Modified:
    sling/trunk/tooling/ide/artifacts/pom.xml

Modified: sling/trunk/tooling/ide/artifacts/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/artifacts/pom.xml?rev=1600491&r1=1600490&r2=1600491&view=diff
==============================================================================
--- sling/trunk/tooling/ide/artifacts/pom.xml (original)
+++ sling/trunk/tooling/ide/artifacts/pom.xml Wed Jun  4 20:55:52 2014
@@ -36,7 +36,7 @@
                                 <artifactItem>
                                     <groupId>org.apache.sling</groupId>
                                     
<artifactId>org.apache.sling.tooling.support.install</artifactId>
-                                    <version>0.0.1-SNAPSHOT</version>
+                                    <version>1.0.0</version>
                                     
<outputDirectory>${project.build.directory}/artifacts/sling-tooling-support-install</outputDirectory>
                                 </artifactItem>
                                 <artifactItem>
@@ -63,6 +63,6 @@
         </plugins>
     </build>
     <properties>
-        
<sling-bundle-archetype.version>1.0.1-SNAPSHOT</sling-bundle-archetype.version>
+        <sling-bundle-archetype.version>1.0.2</sling-bundle-archetype.version>
     </properties>
 </project>


Reply via email to