From: <tho...@us...> - 2013-11-20 13:38:55
|
Revision: 7570 http://bigdata.svn.sourceforge.net/bigdata/?rev=7570&view=rev Author: thompsonbry Date: 2013-11-20 13:38:47 +0000 (Wed, 20 Nov 2013) Log Message: ----------- Changing the maven POM to deploy the 1.2.4 artifact. Modified Paths: -------------- tags/BIGDATA_RELEASE_1_2_4/pom.xml Modified: tags/BIGDATA_RELEASE_1_2_4/pom.xml =================================================================== --- tags/BIGDATA_RELEASE_1_2_4/pom.xml 2013-11-20 13:28:28 UTC (rev 7569) +++ tags/BIGDATA_RELEASE_1_2_4/pom.xml 2013-11-20 13:38:47 UTC (rev 7570) @@ -48,7 +48,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.bigdata</groupId> <artifactId>bigdata</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.4</version> <packaging>pom</packaging> <name>bigdata(R)</name> <description>Bigdata(R) Maven Build</description> @@ -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. |