|
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.
|
|
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.
|
|
From: <tho...@us...> - 2014-05-19 18:02:43
|
Revision: 8365
http://sourceforge.net/p/bigdata/code/8365
Author: thompsonbry
Date: 2014-05-19 18:02:41 +0000 (Mon, 19 May 2014)
Log Message:
-----------
bumped the zookeeper version.
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 2014-05-19 17:42:46 UTC (rev 8364)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-05-19 18:02:41 UTC (rev 8365)
@@ -75,7 +75,7 @@
<!-- few subtle differences. See build.properties for details. -->
<!-- -->
<icu.version>4.8</icu.version>
- <zookeeper.version>3.3.3</zookeeper.version>
+ <zookeeper.version>3.4.5</zookeeper.version>
<sesame.version>2.6.10</sesame.version>
<slf4j.version>1.6.1</slf4j.version>
<jetty.version>9.1.4.v20140401</jetty.version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tho...@us...> - 2014-05-20 15:13:43
|
Revision: 8381
http://sourceforge.net/p/bigdata/code/8381
Author: thompsonbry
Date: 2014-05-20 15:13:41 +0000 (Tue, 20 May 2014)
Log Message:
-----------
Bumped the version in pom.xml to resume snapshot releases in CI builds.
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 2014-05-20 14:46:29 UTC (rev 8380)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-05-20 15:13:41 UTC (rev 8381)
@@ -52,7 +52,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bigdata</groupId>
<artifactId>bigdata</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>bigdata(R)</name>
<description>Bigdata(R) Maven Build</description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tho...@us...> - 2014-07-02 19:18:18
|
Revision: 8518
http://sourceforge.net/p/bigdata/code/8518
Author: thompsonbry
Date: 2014-07-02 19:18:15 +0000 (Wed, 02 Jul 2014)
Log Message:
-----------
removed the old (dead) maven repo for aduna.
See #987 (broken maven build)
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 2014-07-02 18:58:15 UTC (rev 8517)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-07-02 19:18:15 UTC (rev 8518)
@@ -187,10 +187,6 @@
<id>nxparser-snapshots</id>
<url>http://nxparser.googlecode.com/svn/snapshots</url>
</repository>
- <repository>
- <id>aduna-opensource.releases</id>
- <url>http://repo.aduna-software.org/maven2/releases/</url>
- </repository>
<!--
<repository>
<id>jetty.releases</id>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tho...@us...> - 2014-09-26 13:02:28
|
Revision: 8663
http://sourceforge.net/p/bigdata/code/8663
Author: thompsonbry
Date: 2014-09-26 13:02:22 +0000 (Fri, 26 Sep 2014)
Log Message:
-----------
Pushed out the 1.3.2 release to the maven repository and bumped the version number in the pom.
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 2014-09-26 12:12:29 UTC (rev 8662)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-09-26 13:02:22 UTC (rev 8663)
@@ -52,7 +52,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bigdata</groupId>
<artifactId>bigdata</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>bigdata(R)</name>
<description>Bigdata(R) Maven Build</description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tho...@us...> - 2014-10-15 13:27:57
|
Revision: 8687
http://sourceforge.net/p/bigdata/code/8687
Author: thompsonbry
Date: 2014-10-15 13:27:49 +0000 (Wed, 15 Oct 2014)
Log Message:
-----------
Test ability to commit from the command line with svn 1.8 as installed by brew.
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 2014-10-14 16:54:48 UTC (rev 8686)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-10-15 13:27:49 UTC (rev 8687)
@@ -15,7 +15,7 @@
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
+GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
@@ -509,4 +509,4 @@
</dependency>
-->
</dependencies>
-</project>
\ No newline at end of file
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tho...@us...> - 2014-10-15 14:34:41
|
Revision: 8688
http://sourceforge.net/p/bigdata/code/8688
Author: thompsonbry
Date: 2014-10-15 14:34:38 +0000 (Wed, 15 Oct 2014)
Log Message:
-----------
test of ability to commit to SVN from NSight
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 2014-10-15 13:27:49 UTC (rev 8687)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-10-15 14:34:38 UTC (rev 8688)
@@ -15,7 +15,7 @@
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
+GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tho...@us...> - 2014-10-28 22:23:57
|
Revision: 8701
http://sourceforge.net/p/bigdata/code/8701
Author: thompsonbry
Date: 2014-10-28 22:23:47 +0000 (Tue, 28 Oct 2014)
Log Message:
-----------
bumping version in POM to begin snapshot CI builds for 1.3.3.
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 2014-10-28 21:50:35 UTC (rev 8700)
+++ branches/BIGDATA_RELEASE_1_3_0/pom.xml 2014-10-28 22:23:47 UTC (rev 8701)
@@ -52,7 +52,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bigdata</groupId>
<artifactId>bigdata</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>bigdata(R)</name>
<description>Bigdata(R) Maven Build</description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|