You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2014/06/01 07:43:47 UTC

svn commit: r1598945 - in /aries/trunk/samples: ariestrader/assemblies/equinox-test-harness/ blog/blog-assembly/ blog/blog-itests/ blueprint/helloworld/helloworld-assembly/ blueprint/helloworld/helloworld-itests/ blueprint/idverifier/idverifier-client/...

Author: jbonofre
Date: Sun Jun  1 05:43:46 2014
New Revision: 1598945

URL: http://svn.apache.org/r1598945
Log:
[ARIES-1006] Fix dependencies version in samples

Modified:
    aries/trunk/samples/ariestrader/assemblies/equinox-test-harness/pom.xml
    aries/trunk/samples/blog/blog-assembly/pom.xml
    aries/trunk/samples/blog/blog-itests/pom.xml
    aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml
    aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml
    aries/trunk/samples/blueprint/idverifier/idverifier-client/pom.xml
    aries/trunk/samples/blueprint/idverifier/idverifier-server/pom.xml
    aries/trunk/samples/twitter/twitter-itests/pom.xml

Modified: aries/trunk/samples/ariestrader/assemblies/equinox-test-harness/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/ariestrader/assemblies/equinox-test-harness/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/ariestrader/assemblies/equinox-test-harness/pom.xml (original)
+++ aries/trunk/samples/ariestrader/assemblies/equinox-test-harness/pom.xml Sun Jun  1 05:43:46 2014
@@ -38,14 +38,17 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>
+            <version>3.5.0.v20090520</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.equinox</groupId>
             <artifactId>cm</artifactId>
+            <version>3.2.0-v20070116</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.osgi</groupId>
             <artifactId>services</artifactId>
+            <version>3.1.200-v20070605</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.logging</groupId>

Modified: aries/trunk/samples/blog/blog-assembly/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blog/blog-assembly/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/blog/blog-assembly/pom.xml (original)
+++ aries/trunk/samples/blog/blog-assembly/pom.xml Sun Jun  1 05:43:46 2014
@@ -39,11 +39,13 @@
 		<dependency>
 			<groupId>org.eclipse.equinox</groupId>
 			<artifactId>cm</artifactId>
+                        <version>3.2.0-v20070116</version>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.osgi</groupId>
 			<artifactId>services</artifactId>
+                        <version>3.1.200-v20070605</version>
 		</dependency>
 
 		<dependency>

Modified: aries/trunk/samples/blog/blog-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blog/blog-itests/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/blog/blog-itests/pom.xml (original)
+++ aries/trunk/samples/blog/blog-itests/pom.xml Sun Jun  1 05:43:46 2014
@@ -46,6 +46,7 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>
+            <version>3.5.0.v20090520</version>
             <scope>provided</scope>
         </dependency>
 
@@ -126,35 +127,41 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-default</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit-extender-impl</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.runner</groupId>
             <artifactId>pax-runner-no-jcl</artifactId>
+            <version>1.4.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.swissbox</groupId>
             <artifactId>pax-swissbox-tinybundles</artifactId>
+            <version>1.2.0</version>
         </dependency>
 
         <dependency>
@@ -203,13 +210,15 @@
 		<dependency>
 			<groupId>org.eclipse.equinox</groupId>
 			<artifactId>cm</artifactId>
-            <scope>test</scope>
+                        <version>3.2.0-v20070116</version>
+                        <scope>test</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.osgi</groupId>
 			<artifactId>services</artifactId>
-            <scope>test</scope>
+                        <version>3.1.200-v20070605</version>
+                        <scope>test</scope>
 		</dependency>
 
 		<dependency>

Modified: aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml (original)
+++ aries/trunk/samples/blueprint/helloworld/helloworld-assembly/pom.xml Sun Jun  1 05:43:46 2014
@@ -33,16 +33,19 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>
+            <version>3.5.0.v20090520</version>
         </dependency>
 
         <dependency>
             <groupId>org.eclipse.equinox</groupId>
             <artifactId>cm</artifactId>
+            <version>3.2.0-v20070116</version>
         </dependency>
 
         <dependency>
             <groupId>org.eclipse.osgi</groupId>
             <artifactId>services</artifactId>
+            <version>3.1.200-v20070605</version>
         </dependency>
 
         <dependency>

Modified: aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml (original)
+++ aries/trunk/samples/blueprint/helloworld/helloworld-itests/pom.xml Sun Jun  1 05:43:46 2014
@@ -47,6 +47,7 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>
+            <version>3.5.0.v20090520</version>
             <scope>provided</scope>
         </dependency>
 
@@ -90,35 +91,41 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-default</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit-extender-impl</artifactId>
+            <version>1.2.4</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.runner</groupId>
             <artifactId>pax-runner-no-jcl</artifactId>
+            <version>1.4.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.swissbox</groupId>
             <artifactId>pax-swissbox-tinybundles</artifactId>
+            <version>1.2.0</version>
         </dependency>
 
         <dependency>
@@ -164,17 +171,19 @@
             <scope>test</scope>
         </dependency>
 
-		<dependency>
-			<groupId>org.eclipse.equinox</groupId>
-			<artifactId>cm</artifactId>
-            <scope>test</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.eclipse.osgi</groupId>
-			<artifactId>services</artifactId>
-            <scope>test</scope>
-		</dependency>
+	<dependency>
+             <groupId>org.eclipse.equinox</groupId>
+	     <artifactId>cm</artifactId>
+             <version>3.2.0-v20070116</version>
+             <scope>test</scope>
+	</dependency>
+
+	<dependency>
+	     <groupId>org.eclipse.osgi</groupId>
+	     <artifactId>services</artifactId>
+             <version>3.1.200-v20070605</version>
+             <scope>test</scope>
+	</dependency>
 
 	</dependencies>
 

Modified: aries/trunk/samples/blueprint/idverifier/idverifier-client/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/idverifier/idverifier-client/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/idverifier/idverifier-client/pom.xml (original)
+++ aries/trunk/samples/blueprint/idverifier/idverifier-client/pom.xml Sun Jun  1 05:43:46 2014
@@ -33,6 +33,7 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>
+            <version>3.5.0.v20090520</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: aries/trunk/samples/blueprint/idverifier/idverifier-server/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blueprint/idverifier/idverifier-server/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/blueprint/idverifier/idverifier-server/pom.xml (original)
+++ aries/trunk/samples/blueprint/idverifier/idverifier-server/pom.xml Sun Jun  1 05:43:46 2014
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>
+            <version>3.5.0.v20090520</version>
             <scope>provided</scope>
         </dependency>
        <dependency>

Modified: aries/trunk/samples/twitter/twitter-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/twitter/twitter-itests/pom.xml?rev=1598945&r1=1598944&r2=1598945&view=diff
==============================================================================
--- aries/trunk/samples/twitter/twitter-itests/pom.xml (original)
+++ aries/trunk/samples/twitter/twitter-itests/pom.xml Sun Jun  1 05:43:46 2014
@@ -79,16 +79,19 @@
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam</artifactId>
+                        <version>1.2.4</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam-junit</artifactId>
+                        <version>1.2.4</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam-container-default</artifactId>
+                        <version>1.2.4</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
@@ -189,7 +192,7 @@
         <dependency>
         	<groupId>org.eclipse</groupId>
         	<artifactId>osgi</artifactId>
-        	<type>jar</type>
+                <version>3.5.0.v20090520</version>
         	<scope>test</scope>
         </dependency>
         <dependency>