Author: dwoods
Date: Tue Oct 6 17:07:54 2009
New Revision: 822350
URL: http://svn.apache.org/viewvc?rev=822350&view=rev
Log:
OPENJPA-1229 Remove extra Geronimo repo as the artifacts are mirrored now.
Update the repoId for sonatype.
Modified:
openjpa/trunk/openjpa-integration/validation/pom.xml
openjpa/trunk/pom.xml
Modified: openjpa/trunk/openjpa-integration/validation/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/validation/pom.xml?rev=822350&r1=822349&r2=822350&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/validation/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/validation/pom.xml Tue Oct 6 17:07:54
2009
@@ -109,7 +109,7 @@
</dependencies>
<repositories>
<repository>
- <id>agimatec-snapshots</id>
+ <id>agimatec.oss.sonatype.org</id>
<name>Sonatype OSS Repository</name>
<url>http://oss.sonatype.org/content/repositories/agimatec</url>
<layout>default</layout>
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=822350&r1=822349&r2=822350&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Tue Oct 6 17:07:54 2009
@@ -873,19 +873,4 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/openjpa/trunk</url>
</scm>
-
- <repositories>
- <repository>
- <id>geronimo-staging</id>
-
<url>https://repository.apache.org/content/repositories/releases/</url>
- <releases>
- <checksumPolicy>fail</checksumPolicy>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
</project>