From: <tho...@us...> - 2013-11-12 16:17:21
|
Revision: 7531 http://bigdata.svn.sourceforge.net/bigdata/?rev=7531&view=rev Author: thompsonbry Date: 2013-11-12 16:17:13 +0000 (Tue, 12 Nov 2013) Log Message: ----------- Changed the pom to indicate the new path on www.systap.com to the maven repository. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/pom.xml Modified: branches/BIGDATA_RELEASE_1_3_0/pom.xml =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/pom.xml 2013-11-11 21:48:16 UTC (rev 7530) +++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2013-11-12 16:17:13 UTC (rev 7531) @@ -154,12 +154,12 @@ <repository> <id>bigdata.releases</id> <name>bigdata(R) releases</name> - <url>scpexe://shell.speakeasy.net/home/t/thompsonbry/systap.com/maven/releases</url> + <url>scpexe://www.systap.com/srv/www/htdocs/systap.com/maven/releases</url> </repository> <snapshotRepository> <id>bigdata.snapshots</id> <name>bigdata(R) snapshots</name> - <url>scpexe://shell.speakeasy.net/home/t/thompsonbry/systap.com/maven/snapshots</url> + <url>scpexe://www.systap.com/srv/www/htdocs/systap.com/maven/snapshots</url> <uniqueVersion>true</uniqueVersion> </snapshotRepository> </distributionManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |