Author: fmeschbe
Date: Fri Sep 17 15:00:37 2010
New Revision: 998167

URL: http://svn.apache.org/viewvc?rev=998167&view=rev
Log:
bundle version must be the same as for the osgi.installer bundle, otherwise the 
tests won't start because the pom derives the osgi.installer version from this 
bundle's version

Modified:
    sling/trunk/installer/osgi/it/pom.xml

Modified: sling/trunk/installer/osgi/it/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/installer/osgi/it/pom.xml?rev=998167&r1=998166&r2=998167&view=diff
==============================================================================
--- sling/trunk/installer/osgi/it/pom.xml (original)
+++ sling/trunk/installer/osgi/it/pom.xml Fri Sep 17 15:00:37 2010
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.osgi.installer.it</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling OSGi Installer Integration Tests</name>


Reply via email to