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 2017/11/16 22:52:50 UTC

[sling-org-apache-sling-performance] 03/04: Fix dependencies

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-performance.git

commit b36c54b47ec88484ce856d446462fce505657069
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Nov 17 00:52:16 2017 +0200

    Fix dependencies
---
 jcr-resource-2.0.10/pom.xml                                  |  2 +-
 jcr-resource-2.1.0/pom.xml                                   |  2 +-
 jcr-resource-2.2.0/pom.xml                                   |  2 +-
 {jcr-resource-2.2.10 => jcr-resource-2.3.0}/README.md        |  2 +-
 {jcr-resource-2.2.10 => jcr-resource-2.3.0}/pom.xml          | 12 ++++++------
 .../java/org/apache/sling/performance/PerformanceTest.java   |  0
 pom.xml                                                      |  2 +-
 tests/pom.xml                                                |  4 ++--
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/jcr-resource-2.0.10/pom.xml b/jcr-resource-2.0.10/pom.xml
index 05b779f..29cea92 100644
--- a/jcr-resource-2.0.10/pom.xml
+++ b/jcr-resource-2.0.10/pom.xml
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.performance.base</artifactId>
-            <version>${project.version}</version>
+            <version>1.0.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/jcr-resource-2.1.0/pom.xml b/jcr-resource-2.1.0/pom.xml
index 994019e..17655d9 100644
--- a/jcr-resource-2.1.0/pom.xml
+++ b/jcr-resource-2.1.0/pom.xml
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.performance.base</artifactId>
-            <version>${project.version}</version>
+            <version>1.0.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/jcr-resource-2.2.0/pom.xml b/jcr-resource-2.2.0/pom.xml
index b6866f9..2a77093 100644
--- a/jcr-resource-2.2.0/pom.xml
+++ b/jcr-resource-2.2.0/pom.xml
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.performance.base</artifactId>
-            <version>${project.version}</version>
+            <version>1.0.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/jcr-resource-2.2.10/README.md b/jcr-resource-2.3.0/README.md
similarity index 59%
rename from jcr-resource-2.2.10/README.md
rename to jcr-resource-2.3.0/README.md
index c43d433..b4e634e 100644
--- a/jcr-resource-2.2.10/README.md
+++ b/jcr-resource-2.3.0/README.md
@@ -1,3 +1,3 @@
-# Apache Sling Performance Test - JCR Resource 2.2.10
+# Apache Sling Performance Test - JCR Resource 2.3.0
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
diff --git a/jcr-resource-2.2.10/pom.xml b/jcr-resource-2.3.0/pom.xml
similarity index 91%
rename from jcr-resource-2.2.10/pom.xml
rename to jcr-resource-2.3.0/pom.xml
index 927edf4..1fc34cc 100644
--- a/jcr-resource-2.2.10/pom.xml
+++ b/jcr-resource-2.3.0/pom.xml
@@ -20,10 +20,10 @@
         <relativePath/>
     </parent>
 
-    <artifactId>org.apache.sling.performance.jcr.resource-2.2.10</artifactId>
+    <artifactId>org.apache.sling.performance.jcr.resource-2.3.0</artifactId>
     <version>0.0.1-SNAPSHOT</version>
 
-    <name>Apache Sling Performance Test - JCR Resource 2.2.10</name>
+    <name>Apache Sling Performance Test - JCR Resource 2.3.0</name>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-performance.git</connection>
@@ -35,25 +35,25 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.performance.base</artifactId>
-            <version>${project.version}</version>
+            <version>1.0.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.resource</artifactId>
-            <version>2.2.9-SNAPSHOT</version>
+            <version>2.3.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.4.3-SNAPSHOT</version>
+            <version>2.5.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/jcr-resource-2.2.10/src/test/java/org/apache/sling/performance/PerformanceTest.java b/jcr-resource-2.3.0/src/test/java/org/apache/sling/performance/PerformanceTest.java
similarity index 100%
rename from jcr-resource-2.2.10/src/test/java/org/apache/sling/performance/PerformanceTest.java
rename to jcr-resource-2.3.0/src/test/java/org/apache/sling/performance/PerformanceTest.java
diff --git a/pom.xml b/pom.xml
index a7a1dd6..eee59f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
         <module>jcr-resource-2.0.10</module>
         <module>jcr-resource-2.1.0</module>
         <module>jcr-resource-2.2.0</module>
-        <module>jcr-resource-2.2.10</module>
+        <module>jcr-resource-2.3.0</module>
         <module>tests</module>
     </modules>
 </project>
diff --git a/tests/pom.xml b/tests/pom.xml
index d8a616e..db07e21 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -43,7 +43,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.performance.base</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>1.0.3-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -57,4 +57,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.