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/05/21 23:32:38 UTC

svn commit: r408497 - /incubator/cayenne/main/branches/STABLE-1-1/cayenne-regression-profiler-1.1/pom.xml

Author: aadamchik
Date: Sun May 21 14:32:37 2006
New Revision: 408497

URL: http://svn.apache.org/viewvc?rev=408497&view=rev
Log:
fixing pom

Modified:
    incubator/cayenne/main/branches/STABLE-1-1/cayenne-regression-profiler-1.1/pom.xml

Modified: incubator/cayenne/main/branches/STABLE-1-1/cayenne-regression-profiler-1.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-1-1/cayenne-regression-profiler-1.1/pom.xml?rev=408497&r1=408496&r2=408497&view=diff
==============================================================================
--- incubator/cayenne/main/branches/STABLE-1-1/cayenne-regression-profiler-1.1/pom.xml (original)
+++ incubator/cayenne/main/branches/STABLE-1-1/cayenne-regression-profiler-1.1/pom.xml Sun May 21 14:32:37 2006
@@ -105,6 +105,13 @@
       </dependencies>
     </profile>
   </profiles>
+  <repositories>
+    <repository>
+      <id>objectstyle</id>
+      <name>ObjectStyle Public Maven2 repo</name>
+      <url>http://objectstyle.org/maven2</url>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>javax.servlet</groupId>