You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2011/02/21 10:01:40 UTC

svn commit: r1072887 - /sling/trunk/installer/it/pom.xml

Author: cziegeler
Date: Mon Feb 21 09:01:39 2011
New Revision: 1072887

URL: http://svn.apache.org/viewvc?rev=1072887&view=rev
Log:
Prepare release

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

Modified: sling/trunk/installer/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/it/pom.xml?rev=1072887&r1=1072886&r2=1072887&view=diff
==============================================================================
--- sling/trunk/installer/it/pom.xml (original)
+++ sling/trunk/installer/it/pom.xml Mon Feb 21 09:01:39 2011
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.it</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.1.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling Installer Integration Tests</name>
@@ -43,7 +43,6 @@
         <osgi.installer.BundleInstallStressTest.bundles.folder>${BundleInstallStressTest.default.bundles.folder}</osgi.installer.BundleInstallStressTest.bundles.folder>
         <osgi.installer.BundleInstallStressTest.cycle.count>10</osgi.installer.BundleInstallStressTest.cycle.count>
         <osgi.installer.BundleInstallStressTest.expect.timeout.seconds>30</osgi.installer.BundleInstallStressTest.expect.timeout.seconds>
-
     </properties>
 
     <scm>
@@ -77,10 +76,6 @@
                 <configuration>
                     <systemProperties>
                         <property>
-                            <name>maven.pom.version</name>
-                            <value>${pom.version}</value>
-                        </property>
-                        <property>
                             <name>pax.exam.log.level</name>
                             <value>${pax.exam.log.level}</value>
                         </property>
@@ -404,7 +399,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.1.2</version>
+            <version>${pom.version}</version>
             <scope>provided</scope>
         </dependency>          
         <dependency>