You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by dr...@apache.org on 2011/03/11 18:17:31 UTC

svn commit: r1080677 - /tapestry/tapestry5/trunk/tapestry-jpa/pom.xml

Author: drobiazko
Date: Fri Mar 11 17:17:30 2011
New Revision: 1080677

URL: http://svn.apache.org/viewvc?rev=1080677&view=rev
Log:
Added maven repo containing EclipseLink jars.

Modified:
    tapestry/tapestry5/trunk/tapestry-jpa/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-jpa/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-jpa/pom.xml?rev=1080677&r1=1080676&r2=1080677&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-jpa/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-jpa/pom.xml Fri Mar 11 17:17:30 2011
@@ -25,7 +25,7 @@
 		<dependency>
 			<groupId>org.eclipse.persistence</groupId>
 			<artifactId>javax.persistence</artifactId>
-			<version>2.0.2</version>
+			<version>2.0.3</version>
 		</dependency>
 
 
@@ -54,7 +54,7 @@
 		<dependency>
 			<groupId>org.eclipse.persistence</groupId>
 			<artifactId>org.eclipse.persistence.jpa</artifactId>
-			<version>2.1.1</version>
+			<version>2.2.0</version>
 			<scope>test</scope>
 		</dependency>
 
@@ -129,4 +129,17 @@
 			</plugin>
 		</plugins>
 	</reporting>
+	
+		<repositories>
+		<repository>
+			<id>mirrors.ibiblio.org</id>
+			<url>http://mirrors.ibiblio.org/pub/mirrors/eclipse/rt/eclipselink/maven.repo</url>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
 </project>