You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/11/26 00:01:05 UTC

svn commit: r479227 - /incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml

Author: aadamchik
Date: Sat Nov 25 15:01:04 2006
New Revision: 479227

URL: http://svn.apache.org/viewvc?view=rev&rev=479227
Log:
removing java.net Maven repo - not sure why it was there, but the build works withou it; and with that repo it failed

Modified:
    incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml

Modified: incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml?view=diff&rev=479227&r1=479226&r2=479227
==============================================================================
--- incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml (original)
+++ incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml Sat Nov 25 15:01:04 2006
@@ -24,15 +24,6 @@
 	<artifactId>cayenne-build-tools</artifactId>
 	<name>Cayenne Build Tools</name>
 	<description>Cayenne Build Tools</description>
-	<repositories>
-		<repository>
-			<id>java.net</id>
-			<url>
-				https://maven-repository.dev.java.net/nonav/repository
-			</url>
-			<layout>legacy</layout>
-		</repository>
-	</repositories>
 	<dependencies>
 		<dependency>
 			<groupId>junit</groupId>