|
From: <rob...@us...> - 2010-06-18 07:23:02
|
Revision: 7
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=7&view=rev
Author: robertbridle
Date: 2010-06-18 07:22:56 +0000 (Fri, 18 Jun 2010)
Log Message:
-----------
ANDSWRON-641 - Remove <repositories> from pom.xml. This is required if we are to upload to the Maven Central Repository.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-18 05:51:31 UTC (rev 6)
+++ trunk/pom.xml 2010-06-18 07:22:56 UTC (rev 7)
@@ -268,16 +268,6 @@
</notifier>
</notifiers>
</ciManagement>
- <repositories>
- <repository>
- <id>ThirdParty Libs</id>
- <url>http://junk-yf:8085/nexus/content/repositories/thirdparty</url>
- </repository>
- <repository>
- <id>Maven Central Proxy</id>
- <url>http://junk-yf:8085/nexus/content/repositories/central/</url>
- </repository>
- </repositories>
<!--
We don't package the dependencies (i.e. a \lib directory) in the jar,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-21 01:59:41
|
Revision: 8
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=8&view=rev
Author: robertbridle
Date: 2010-06-21 01:59:35 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
ANDSWRON-675 - Modified pom.xml to include maven-gpg-plugin which allows release artifacts to be signed before being uploaded to Maven Central Repository.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-18 07:22:56 UTC (rev 7)
+++ trunk/pom.xml 2010-06-21 01:59:35 UTC (rev 8)
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>au.csiro</groupId>
+ <groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
<version>0.1.11-SNAPSHOT</version>
@@ -65,6 +65,36 @@
</mailingList>
</mailingLists>
+ <!-- When you use maven-release-plugin and run mvn release:perform, the property value will be set to true -->
+ <profiles>
+ <profile>
+ <id>release-sign-artifacts</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
<build>
<plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-21 06:14:12
|
Revision: 11
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=11&view=rev
Author: robertbridle
Date: 2010-06-21 06:14:06 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
ANDSWRON-641 - Remove configuration from pom.xml that performs site deploy, this will now be done manually.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-21 05:09:36 UTC (rev 10)
+++ trunk/pom.xml 2010-06-21 06:14:06 UTC (rev 11)
@@ -17,10 +17,12 @@
<url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
+ <!--
<site>
<id>sourceforge.net</id>
<url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url>
</site>
+ -->
<repository>
<id>central</id>
<url>http://repo1.maven.org/maven2</url>
@@ -283,8 +285,9 @@
</executions>
</plugin>
- <!-- Run script to create SourceForge shell so that site can be uploaded via SCP -->
- <plugin>
+ <!-- WE NOW MANUALLY PERFORM A SITE DEPLOY -->
+ <!-- Run script to create SourceForge shell so that site can be uploaded via SCP -->
+ <!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
@@ -308,7 +311,7 @@
<argument>create</argument>
</arguments>
</configuration>
- </plugin>
+ </plugin>-->
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-21 06:40:40
|
Revision: 12
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=12&view=rev
Author: robertbridle
Date: 2010-06-21 06:40:34 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
ANDSWRON-641 - Include <site>scp://...</site>, so that a user can manually perform mvn site-deploy.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-21 06:14:06 UTC (rev 11)
+++ trunk/pom.xml 2010-06-21 06:40:34 UTC (rev 12)
@@ -17,12 +17,10 @@
<url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
- <!--
<site>
<id>sourceforge.net</id>
<url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url>
</site>
- -->
<repository>
<id>central</id>
<url>http://repo1.maven.org/maven2</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 03:36:12
|
Revision: 14
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=14&view=rev
Author: robertbridle
Date: 2010-06-22 03:36:06 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-21 23:56:54 UTC (rev 13)
+++ trunk/pom.xml 2010-06-22 03:36:06 UTC (rev 14)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 04:13:38
|
Revision: 15
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=15&view=rev
Author: robertbridle
Date: 2010-06-22 04:13:32 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 03:36:06 UTC (rev 14)
+++ trunk/pom.xml 2010-06-22 04:13:32 UTC (rev 15)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.00</version>
+ <version>0.1.11-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 05:30:36
|
Revision: 16
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=16&view=rev
Author: robertbridle
Date: 2010-06-22 05:30:29 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 04:13:32 UTC (rev 15)
+++ trunk/pom.xml 2010-06-22 05:30:29 UTC (rev 16)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 06:51:10
|
Revision: 24
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=24&view=rev
Author: robertbridle
Date: 2010-06-22 06:51:04 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 06:50:52 UTC (rev 23)
+++ trunk/pom.xml 2010-06-22 06:51:04 UTC (rev 24)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.00</version>
+ <version>1.0.01-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
@@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
- <version>1.4</version>
+ <version>1.3</version>
<configuration>
<username>${scm.username}</username>
<password>${scm.password}</password>
@@ -311,6 +311,11 @@
</configuration>
</plugin>-->
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-9</version>
+ </plugin>
+
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 07:06:12
|
Revision: 25
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=25&view=rev
Author: robertbridle
Date: 2010-06-22 07:06:06 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 06:51:04 UTC (rev 24)
+++ trunk/pom.xml 2010-06-22 07:06:06 UTC (rev 25)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.01-SNAPSHOT</version>
+ <version>0.1.11-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -311,11 +311,6 @@
</configuration>
</plugin>-->
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- </plugin>
-
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 07:16:49
|
Revision: 28
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=28&view=rev
Author: robertbridle
Date: 2010-06-22 07:16:43 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 07:16:32 UTC (rev 27)
+++ trunk/pom.xml 2010-06-22 07:16:43 UTC (rev 28)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.00</version>
+ <version>1.0.01-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 07:17:14
|
Revision: 29
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=29&view=rev
Author: robertbridle
Date: 2010-06-22 07:17:06 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 07:16:43 UTC (rev 28)
+++ trunk/pom.xml 2010-06-22 07:17:06 UTC (rev 29)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.01-SNAPSHOT</version>
+ <version>0.1.11-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -311,8 +311,6 @@
</configuration>
</plugin>-->
- <!-- 2.0-beta-9 currently only implemented with svn scm.
- Enable a workaround to prevent issue due to svn client > 1.5.0 (http://jira.codehaus.org/browse/SCM-406) -->
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 07:29:55
|
Revision: 31
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=31&view=rev
Author: robertbridle
Date: 2010-06-22 07:29:49 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
ANDSWRON-675 - Updated maven-release-plugin 2.0-beta-9 to overcome bug when tagging a release (http://jira.codehaus.org/browse/SCM-406)
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 07:28:46 UTC (rev 30)
+++ trunk/pom.xml 2010-06-22 07:29:49 UTC (rev 31)
@@ -311,6 +311,7 @@
</configuration>
</plugin>-->
+ <!-- 2.0-beta-9 used to overcome bug when tagging a release (http://jira.codehaus.org/browse/SCM-406) -->
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 07:34:03
|
Revision: 32
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=32&view=rev
Author: robertbridle
Date: 2010-06-22 07:33:56 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 07:29:49 UTC (rev 31)
+++ trunk/pom.xml 2010-06-22 07:33:56 UTC (rev 32)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 07:35:18
|
Revision: 33
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=33&view=rev
Author: robertbridle
Date: 2010-06-22 07:35:12 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 07:33:56 UTC (rev 32)
+++ trunk/pom.xml 2010-06-22 07:35:12 UTC (rev 33)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.00</version>
+ <version>0.1.11-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-22 07:43:50
|
Revision: 37
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=37&view=rev
Author: robertbridle
Date: 2010-06-22 07:43:44 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 07:43:34 UTC (rev 36)
+++ trunk/pom.xml 2010-06-22 07:43:44 UTC (rev 37)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.00</version>
+ <version>1.0.01-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 00:49:29
|
Revision: 40
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=40&view=rev
Author: robertbridle
Date: 2010-06-23 00:49:23 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 08:48:50 UTC (rev 39)
+++ trunk/pom.xml 2010-06-23 00:49:23 UTC (rev 40)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
@@ -22,8 +22,8 @@
<url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url>
</site>
<repository>
- <id>central</id>
- <url>http://repo1.maven.org/maven2</url>
+ <id>release-sonatype</id>
+ <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> <!-- sonatype.org repository for staging releases -->
</repository>
<snapshotRepository>
<id>snapshots</id>
@@ -66,7 +66,7 @@
</mailingLists>
<!-- When you use maven-release-plugin and run mvn release:perform, the property value will be set to true -->
- <profiles>
+ <!-- <profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
@@ -97,7 +97,7 @@
</plugins>
</build>
</profile>
- </profiles>
+ </profiles> -->
<build>
<plugins>
@@ -316,6 +316,24 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <configuration>
+ <keyname>${gpg.keyname}</keyname>
+ <passphrase>${gpg.passphrase}</passphrase>
+ </configuration>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 00:52:33
|
Revision: 43
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=43&view=rev
Author: robertbridle
Date: 2010-06-23 00:52:27 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 00:50:08 UTC (rev 42)
+++ trunk/pom.xml 2010-06-23 00:52:27 UTC (rev 43)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.01-SNAPSHOT</version>
+ <version>0.1.11-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 01:33:10
|
Revision: 46
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=46&view=rev
Author: robertbridle
Date: 2010-06-23 01:33:04 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 01:03:13 UTC (rev 45)
+++ trunk/pom.xml 2010-06-23 01:33:04 UTC (rev 46)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 01:33:50
|
Revision: 48
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=48&view=rev
Author: robertbridle
Date: 2010-06-23 01:33:44 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 01:33:34 UTC (rev 47)
+++ trunk/pom.xml 2010-06-23 01:33:44 UTC (rev 48)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.00</version>
+ <version>1.0.01-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 01:35:34
|
Revision: 49
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=49&view=rev
Author: robertbridle
Date: 2010-06-23 01:35:28 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 01:33:44 UTC (rev 48)
+++ trunk/pom.xml 2010-06-23 01:35:28 UTC (rev 49)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.01-SNAPSHOT</version>
+ <version>0.1.11-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 01:53:13
|
Revision: 51
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=51&view=rev
Author: robertbridle
Date: 2010-06-23 01:53:07 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
ANDSWRON-675 - Add header comment to pom.xml that describes pom's dependencies.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 01:38:25 UTC (rev 50)
+++ trunk/pom.xml 2010-06-23 01:53:07 UTC (rev 51)
@@ -1,3 +1,49 @@
+<!--
+
+This pom.xml has been configured with the following dependencies:
+
+1.) GnuGPG has been installed - you can specify the path to the gpg.exe if its not on your system path, e.g.
+
+ mvn deploy -Dgpg.executable="C:\Program Files\GNU\GnuPG\gpg.exe"
+ mvn release:prepare release:perform -Darguments="-Dgpg.executable=C:\\Program Files\\GNU\\GnuPG\\gpg.exe"
+
+2.) Our Maven settings.xml contains the credentials for: accessing SCM; running GPG; site deployment to SourceForge; and deploying to repositories (both our local SNAPSHOT repository and Sonatype.org's staging repository), e.g.
+
+<settings>
+ <servers>
+ <server>
+ <id>snapshots</id>
+ <username>-insert username here-</username>
+ <password>-insert password here-</password>
+ </server>
+ <server>
+ <id>release-sonatype</id>
+ <username>-insert username here-</username>
+ <password>-insert password here-</password>
+ </server>
+ <server>
+ <id>sourceforge.net</id>
+ <username>-insert username here-</username>
+ <password>-insert password here-</password>
+ </server>
+ </servers>
+ <profiles>
+ <profile>
+ <id>activeProfile</id>
+ <properties>
+ <scm.username>-insert username here-</scm.username>
+ <scm.password>-insert password here-</scm.password>
+ <gpg.keyname>-insert keyname here-</gpg.keyname>
+ <gpg.passphrase>-insert passphrase here-</gpg.passphrase>
+ </properties>
+ </profile>
+ </profiles>
+ <activeProfiles>
+ <activeProfile>activeProfile</activeProfile>
+ </activeProfiles>
+</settings>
+
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.andspidclient</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 07:44:13
|
Revision: 54
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=54&view=rev
Author: robertbridle
Date: 2010-06-23 07:44:07 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
ANDSWRON-675 - Use https instead of http as URL to deploy to Sonatype.org's staging repository.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 07:41:34 UTC (rev 53)
+++ trunk/pom.xml 2010-06-23 07:44:07 UTC (rev 54)
@@ -69,7 +69,7 @@
</site>
<repository>
<id>release-sonatype</id>
- <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> <!-- sonatype.org repository for staging releases -->
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> <!-- sonatype.org repository for staging releases -->
</repository>
<snapshotRepository>
<id>snapshots</id>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 07:48:55
|
Revision: 55
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=55&view=rev
Author: robertbridle
Date: 2010-06-23 07:48:49 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 07:44:07 UTC (rev 54)
+++ trunk/pom.xml 2010-06-23 07:48:49 UTC (rev 55)
@@ -49,7 +49,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -58,9 +58,9 @@
<url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 08:00:29
|
Revision: 57
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=57&view=rev
Author: robertbridle
Date: 2010-06-23 08:00:19 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 07:49:22 UTC (rev 56)
+++ trunk/pom.xml 2010-06-23 08:00:19 UTC (rev 57)
@@ -49,7 +49,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.00</version>
+ <version>0.1.11-SNAPSHOT</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -58,9 +58,9 @@
<url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 08:07:13
|
Revision: 59
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=59&view=rev
Author: robertbridle
Date: 2010-06-23 08:07:07 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 08:02:36 UTC (rev 58)
+++ trunk/pom.xml 2010-06-23 08:07:07 UTC (rev 59)
@@ -49,7 +49,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -58,9 +58,9 @@
<url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|