You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2011/09/06 23:25:10 UTC

svn commit: r1165859 - in /incubator/airavata/trunk: modules/distribution/pom.xml pom.xml

Author: lahiru
Date: Tue Sep  6 21:25:10 2011
New Revision: 1165859

URL: http://svn.apache.org/viewvc?rev=1165859&view=rev
Log:
adding jackrabbit standalone same version in to distribution.

Modified:
    incubator/airavata/trunk/modules/distribution/pom.xml
    incubator/airavata/trunk/pom.xml

Modified: incubator/airavata/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/distribution/pom.xml?rev=1165859&r1=1165858&r2=1165859&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/distribution/pom.xml (original)
+++ incubator/airavata/trunk/modules/distribution/pom.xml Tue Sep  6 21:25:10 2011
@@ -94,7 +94,7 @@
 		<dependency>
 			<groupId>org.apache.jackrabbit</groupId>
 			<artifactId>jackrabbit-standalone</artifactId>
-			<version>${jackrabbitstandalone.version}</version>
+			<version>${jackrabbit.version}</version>
 		</dependency>
 		<dependency>
   			<groupId>org.slf4j</groupId>

Modified: incubator/airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/pom.xml?rev=1165859&r1=1165858&r2=1165859&view=diff
==============================================================================
--- incubator/airavata/trunk/pom.xml (original)
+++ incubator/airavata/trunk/pom.xml Tue Sep  6 21:25:10 2011
@@ -27,12 +27,19 @@
 	<axis2.version>1.5.1</axis2.version>
         <derby.version>10.7.1.1</derby.version>
 	<jackrabbit.version>2.2.7</jackrabbit.version>
-	<jackrabbitstandalone.version>1.6.4</jackrabbitstandalone.version>
 	<slf4j.version>1.5.11</slf4j.version>
 	<logback.version>0.9.20</logback.version>
     </properties>
     <repositories>
         <repository>
+                        <name>ogce.m2.all</name>
+                        <id>ogce.m2.all</id>
+                        <url>http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all</url>
+                        <snapshots>
+                                <updatePolicy>daily</updatePolicy>
+                        </snapshots>
+                </repository>
+        <repository>
             <id>m2-snapshot-repository</id>
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
             <releases>
@@ -59,6 +66,11 @@
             <name>Apache Yfilter repo</name>
             <url>http://people.apache.org/~lahiru/maven-repo</url>
         </repository>
+	<repository>
+            <id>OW2</id>
+            <name>OW2 Repository</name>
+            <url>http://maven.ow2.org/maven2</url>
+        </repository>
     </repositories>
     <profiles>
         <profile>