Author: wkeil Date: Mon Jun 9 03:15:02 2014 New Revision: 1601305 URL: http://svn.apache.org/r1601305 Log: DMAP-25: Java: Maven
Task-Url: https://issues.apache.org/jira/browse/DMAP-25 Modified: incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml Modified: incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml?rev=1601305&r1=1601304&r2=1601305&view=diff ============================================================================== --- incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml (original) +++ incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml Mon Jun 9 03:15:02 2014 @@ -143,6 +143,9 @@ <id>catmedia-github-repo</id> <name>Maven repository for Simple DDR</name> <url>https://github.com/catmedia-us/maven-repo/raw/master</url> + <snapshots> + <enabled>false</enabled> + </snapshots> </repository> </repositories>
