Author: aadamchik
Date: Sat Nov 16 21:21:11 2013
New Revision: 1542581
URL: http://svn.apache.org/r1542581
Log:
CAY-1883 - Clean up Cayenne maven structure - get rid of aggregate modules
* redundant repo declaration
Modified:
cayenne/main/trunk/buildtools/cayenne-build-maven-plugin/pom.xml
Modified: cayenne/main/trunk/buildtools/cayenne-build-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/buildtools/cayenne-build-maven-plugin/pom.xml?rev=1542581&r1=1542580&r2=1542581&view=diff
==============================================================================
--- cayenne/main/trunk/buildtools/cayenne-build-maven-plugin/pom.xml (original)
+++ cayenne/main/trunk/buildtools/cayenne-build-maven-plugin/pom.xml Sat Nov 16
21:21:11 2013
@@ -87,19 +87,4 @@
</dependencies>
- <repositories>
- <repository>
- <id>objectstyle</id>
- <name>ObjectStyle Repository</name>
-
<url>http://maven.objectstyle.org/nexus/content/groups/cayenne-deps</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
-
</project>