You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/02/27 17:32:34 UTC

svn commit: r748577 - /openjpa/branches/1.3.x/openjpa-project/pom.xml

Author: mikedd
Date: Fri Feb 27 16:32:33 2009
New Revision: 748577

URL: http://svn.apache.org/viewvc?rev=748577&view=rev
Log:
OPENJPA-901

Modified:
    openjpa/branches/1.3.x/openjpa-project/pom.xml

Modified: openjpa/branches/1.3.x/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-project/pom.xml?rev=748577&r1=748576&r2=748577&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.3.x/openjpa-project/pom.xml Fri Feb 27 16:32:33 2009
@@ -91,10 +91,12 @@
               -Dversion=1.1.3 -Dpackaging=jar
 
             Alternatively if you have installed the JAI artifacts to an 
-            internal repository you can specify it with the 
-            -Djai.maven.repos=REPOS_URL command line argument.
+            internal repository you can specify it on the command line:
+              -Djai.maven.repo=REPOS_URL
+              -Djai.groupId=javax.media
             -->
-        <jai.maven.repo>http://not.a.real.repository</jai.maven.repo>
+        <jai.maven.repo>https://m2proxy.atlassian.com/repository/public</jai.maven.repo>
+        <jai.groupId>com.sun</jai.groupId>
         <jai.version>1.1.3</jai.version>
 
         <!-- authentication for nightly uploads -->
@@ -324,13 +326,13 @@
                             <scope>runtime</scope>
                         </dependency>
                         <dependency>
-                            <groupId>javax.media</groupId>
+                            <groupId>${jai.groupId}</groupId>
                             <artifactId>jai_core</artifactId>
                             <version>${jai.version}</version>
                             <scope>runtime</scope>
                         </dependency>
                         <dependency>
-                            <groupId>javax.media</groupId>
+                            <groupId>${jai.groupId}</groupId>
                             <artifactId>jai_codec</artifactId>
                             <version>${jai.version}</version>
                             <scope>runtime</scope>