|
From: <tho...@us...> - 2013-11-12 16:43:40
|
Revision: 7532
http://bigdata.svn.sourceforge.net/bigdata/?rev=7532&view=rev
Author: thompsonbry
Date: 2013-11-12 16:43:34 +0000 (Tue, 12 Nov 2013)
Log Message:
-----------
updated pom to correct the inline comments for publishing dependencies to the bigdata maven repository and provided a link to the release guide on the bigdata wiki, which now has a section on maven.
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-12 16:17:13 UTC (rev 7531)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2013-11-12 16:43:34 UTC (rev 7532)
@@ -39,7 +39,11 @@
repository. There are commands in comment blocks in this POM that will
deploy those dependencies. Be sure to update the version numbers in the
commands first!
-
+
+See https://sourceforge.net/apps/mediawiki/bigdata/index.php?title=ReleaseGuide
+for information on publishing maven releases and snapshots for bigdata and its
+dependencies.
+
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -316,7 +320,7 @@
-Dversion=5.1.5 \
-Dpackaging=jar \
-DrepositoryId=bigdata.releases \
- -Durl=scpexe://shell.speakeasy.net/home/t/thompsonbry/systap.com/maven/releases/ \
+ -Durl=scpexe://www.systap.com/srv/www/htdocs/systap.com/maven/releases/ \
-Dfile=bigdata/lib/unimi/fastutil-5.1.5.jar
-->
<groupId>it.unimi</groupId>
@@ -332,7 +336,7 @@
-Dversion=4.8 \
-Dpackaging=jar \
-DrepositoryId=bigdata.releases \
- -Durl=scpexe://shell.speakeasy.net/home/t/thompsonbry/systap.com/maven/releases/ \
+ -Durl=scpexe://www.systap.com/srv/www/htdocs/systap.com/maven/releases/ \
-Dfile=bigdata/lib/icu/icu4j-charset-4.8.jar
-->
<groupId>com.ibm.icu</groupId>
@@ -355,7 +359,7 @@
-Dversion=1.0.1 \
-Dpackaging=jar \
-DrepositoryId=bigdata.releases \
- -Durl=scpexe://shell.speakeasy.net/home/t/thompsonbry/systap.com/maven/releases/ \
+ -Durl=scpexe://www.systap.com/srv/www/htdocs/systap.com/maven/releases/ \
-Dfile=bigdata/lib/bigdata-ganglia-1.0.1.jar
-->
<groupId>com.bigdata</groupId>
@@ -370,7 +374,7 @@
-Dversion=1.0.6-020610 \
-Dpackaging=jar \
-DrepositoryId=bigdata.releases \
- -Durl=scpexe://shell.speakeasy.net/home/t/thompsonbry/systap.com/maven/releases/ \
+ -Durl=scpexe://www.systap.com/srv/www/htdocs/systap.com/maven/releases/ \
-Dfile=bigdata/lib/dsi-utils-1.0.6-020610.jar
-->
<dependency>
@@ -386,7 +390,7 @@
-Dversion=1.0.6-020610 \
-Dpackaging=jar \
-DrepositoryId=bigdata.releases \
- -Durl=scpexe://shell.speakeasy.net/home/t/thompsonbry/systap.com/maven/releases/ \
+ -Durl=scpexe://www.systap.com/srv/www/htdocs/systap.com/maven/releases/ \
-Dfile=bigdata/lib/lgpl-utils-1.0.6-020610.jar
-->
<groupId>com.bigdata</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|