You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(69) |
Jul
(3) |
Aug
(11) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
|
Feb
|
Mar
(54) |
Apr
|
May
(14) |
Jun
(3) |
Jul
(4) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
|
Feb
(8) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(10) |
Dec
(9) |
2019 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <csi...@us...> - 2010-09-01 23:28:43
|
Revision: 92 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=92&view=rev Author: csirobuilduser Date: 2010-09-01 23:28:37 +0000 (Wed, 01 Sep 2010) Log Message: ----------- [maven-release-plugin] copy for tag ands-pid-client-1.0.07 Added Paths: ----------- tags/ands-pid-client-1.0.07/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-09-01 23:28:21
|
Revision: 91 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=91&view=rev Author: csirobuilduser Date: 2010-09-01 23:28:15 +0000 (Wed, 01 Sep 2010) Log Message: ----------- [maven-release-plugin] prepare release ands-pid-client-1.0.07 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-09-01 23:22:34 UTC (rev 90) +++ trunk/pom.xml 2010-09-01 23:28:15 UTC (rev 91) @@ -52,7 +52,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.07-SNAPSHOT</version> + <version>1.0.07</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> @@ -61,9 +61,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.07</connection> + <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.07</developerConnection> + <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.07</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-09-01 23:22:40
|
Revision: 90 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=90&view=rev Author: robertbridle Date: 2010-09-01 23:22:34 +0000 (Wed, 01 Sep 2010) Log Message: ----------- ROLLBACK: Fix to prevent maven-release-plugin from attempting to perform the site-deploy goal upon release:perform. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-31 23:59:10 UTC (rev 89) +++ trunk/pom.xml 2010-09-01 23:22:34 UTC (rev 90) @@ -66,17 +66,14 @@ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url> </scm> <distributionManagement> - <!-- WE NOW PERFORM A MANUAL SITE RELEASE TO SOURECFORGE --> - <!-- <site> <id>sourceforge.net</id> <url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url> </site> - --> <repository> - <id>release-sonatype</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> <!-- sonatype.org repository for staging releases --> - </repository> + <id>release-sonatype</id> + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> <!-- sonatype.org repository for staging releases --> + </repository> <snapshotRepository> <id>snapshots</id> <url>http://junk-yf:8085/nexus/content/repositories/snapshots</url> @@ -306,10 +303,10 @@ </plugin> --> - <!-- 2.0-beta-9 used to overcome bug when tagging a release (http://jira.codehaus.org/browse/SCM-406) --> + <!-- use 2.0-beta-9 or later 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> + <version>2.0</version> <configuration> <goal>deploy</goal> <!-- Because we have a populated <site> element, the site-deploy goal will execute. We specify that only the deploy goal should execute, since we will perform site-deploys manually --> </configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-08-31 23:59:16
|
Revision: 89 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=89&view=rev Author: csirobuilduser Date: 2010-08-31 23:59:10 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-31 23:59:00 UTC (rev 88) +++ trunk/pom.xml 2010-08-31 23:59:10 UTC (rev 89) @@ -52,7 +52,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.06</version> + <version>1.0.07-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> @@ -61,9 +61,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.06</connection> - <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.06</developerConnection> - <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.06</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> <!-- WE NOW PERFORM A MANUAL SITE RELEASE TO SOURECFORGE --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-08-31 23:59:06
|
Revision: 88 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=88&view=rev Author: csirobuilduser Date: 2010-08-31 23:59:00 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-scm] copy for tag ands-pid-client-1.0.06 Added Paths: ----------- tags/ands-pid-client-1.0.06/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-08-31 23:58:44
|
Revision: 87 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=87&view=rev Author: csirobuilduser Date: 2010-08-31 23:58:38 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-release-plugin] prepare release ands-pid-client-1.0.06 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-31 23:56:47 UTC (rev 86) +++ trunk/pom.xml 2010-08-31 23:58:38 UTC (rev 87) @@ -52,7 +52,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.06-SNAPSHOT</version> + <version>1.0.06</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> @@ -61,9 +61,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.06</connection> + <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.06</developerConnection> + <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.06</url> </scm> <distributionManagement> <!-- WE NOW PERFORM A MANUAL SITE RELEASE TO SOURECFORGE --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2010-08-31 23:56:53
|
Revision: 86 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=86&view=rev Author: robertbridle Date: 2010-08-31 23:56:47 +0000 (Tue, 31 Aug 2010) Log Message: ----------- Fix to prevent maven-release-plugin from attempting to perform the site-deploy goal upon release:perform. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-31 23:43:15 UTC (rev 85) +++ trunk/pom.xml 2010-08-31 23:56:47 UTC (rev 86) @@ -66,10 +66,13 @@ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url> </scm> <distributionManagement> + <!-- WE NOW PERFORM A MANUAL SITE RELEASE TO SOURECFORGE --> + <!-- <site> <id>sourceforge.net</id> <url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url> - </site> + </site> + --> <repository> <id>release-sonatype</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> <!-- sonatype.org repository for staging releases --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-08-31 23:43:21
|
Revision: 85 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=85&view=rev Author: csirobuilduser Date: 2010-08-31 23:43:15 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-31 23:43:05 UTC (rev 84) +++ trunk/pom.xml 2010-08-31 23:43:15 UTC (rev 85) @@ -52,7 +52,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.05</version> + <version>1.0.06-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> @@ -61,9 +61,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.05</connection> - <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.05</developerConnection> - <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.05</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: <csi...@us...> - 2010-08-31 23:43:11
|
Revision: 84 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=84&view=rev Author: csirobuilduser Date: 2010-08-31 23:43:05 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-scm] copy for tag ands-pid-client-1.0.05 Added Paths: ----------- tags/ands-pid-client-1.0.05/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-08-31 23:42:49
|
Revision: 83 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=83&view=rev Author: csirobuilduser Date: 2010-08-31 23:42:43 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-release-plugin] prepare release ands-pid-client-1.0.05 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-31 07:34:20 UTC (rev 82) +++ trunk/pom.xml 2010-08-31 23:42:43 UTC (rev 83) @@ -52,7 +52,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.05-SNAPSHOT</version> + <version>1.0.05</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> @@ -61,9 +61,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.05</connection> + <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.05</developerConnection> + <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.05</url> </scm> <distributionManagement> <site> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-08-31 07:34:26
|
Revision: 82 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=82&view=rev Author: csirobuilduser Date: 2010-08-31 07:34:20 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-31 07:34:10 UTC (rev 81) +++ trunk/pom.xml 2010-08-31 07:34:20 UTC (rev 82) @@ -52,7 +52,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.04</version> + <version>1.0.05-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> @@ -61,9 +61,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.04</connection> - <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.04</developerConnection> - <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.04</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: <csi...@us...> - 2010-08-31 07:34:16
|
Revision: 81 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=81&view=rev Author: csirobuilduser Date: 2010-08-31 07:34:10 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-scm] copy for tag ands-pid-client-1.0.04 Added Paths: ----------- tags/ands-pid-client-1.0.04/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-08-31 07:33:51
|
Revision: 80 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=80&view=rev Author: csirobuilduser Date: 2010-08-31 07:33:45 +0000 (Tue, 31 Aug 2010) Log Message: ----------- [maven-release-plugin] prepare release ands-pid-client-1.0.04 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-27 03:33:09 UTC (rev 79) +++ trunk/pom.xml 2010-08-31 07:33:45 UTC (rev 80) @@ -52,7 +52,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.04-SNAPSHOT</version> + <version>1.0.04</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> @@ -61,9 +61,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.04</connection> + <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.04</developerConnection> + <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.04</url> </scm> <distributionManagement> <site> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rit...@us...> - 2010-08-27 03:33:17
|
Revision: 79 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=79&view=rev Author: ritacsiro Date: 2010-08-27 03:33:09 +0000 (Fri, 27 Aug 2010) Log Message: ----------- ANDSWRON-926:PID value not saved correctly if it's a URL string especially if it contains '?' and '&' . Modified Paths: -------------- trunk/src/main/java/au/csiro/pidclient/AndsPidClient.java trunk/src/test/java/au/csiro/pidclient/TestAndsPidClient.java Modified: trunk/src/main/java/au/csiro/pidclient/AndsPidClient.java =================================================================== --- trunk/src/main/java/au/csiro/pidclient/AndsPidClient.java 2010-07-16 02:30:48 UTC (rev 78) +++ trunk/src/main/java/au/csiro/pidclient/AndsPidClient.java 2010-08-27 03:33:09 UTC (rev 79) @@ -39,6 +39,7 @@ import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.HttpStatus; import org.apache.commons.httpclient.HttpsURL; +import org.apache.commons.httpclient.NameValuePair; import org.apache.commons.httpclient.methods.PostMethod; import org.apache.commons.httpclient.methods.RequestEntity; import org.apache.commons.httpclient.methods.StringRequestEntity; @@ -317,8 +318,12 @@ this.validateMintHandleArguments(type, value); - String queryString = MessageFormat.format("type={0}&value={1}", new Object[] { type.value(), value }); - return executeMethod(queryString, mintMethodName); + NameValuePair[] queryParams = { + new NameValuePair("type", type.value()), + new NameValuePair("value", value) + }; + + return executeMethod(queryParams, mintMethodName); } /** @@ -389,9 +394,12 @@ this.validateMintHandleArguments(type, value); - String queryString = MessageFormat.format("type={0}&index={1}&value={2}", new Object[] { type.value(), index, - value }); - return executeMethod(queryString, mintMethodName); + NameValuePair[] queryParams = { + new NameValuePair("type", type.value()), + new NameValuePair("index", String.valueOf(index)), + new NameValuePair("value", value) + }; + return executeMethod(queryParams, mintMethodName); } /** @@ -469,9 +477,12 @@ new Object[] { (type == null) ? null : type.value(), value })); } - String queryString = MessageFormat.format("handle={0}&type={1}&value={2}", new Object[] { handle, type.value(), - value }); - return executeMethod(queryString, addValueMethodName); + NameValuePair[] queryParams = { + new NameValuePair("type", type.value()), + new NameValuePair("handle", handle), + new NameValuePair("value", value) + }; + return executeMethod(queryParams, addValueMethodName); } /** @@ -551,9 +562,13 @@ new Object[] { (type == null) ? null : type.value(), value })); } - String queryString = MessageFormat.format("handle={0}&index={1}&type={2}&value={3}", new Object[] { handle, - Integer.toString(index), type.value(), value }); - return executeMethod(queryString, addValueByIndexMethodName); + NameValuePair[] queryParams = { + new NameValuePair("handle", handle), + new NameValuePair("index", String.valueOf(index)), + new NameValuePair("type", type.value()), + new NameValuePair("value", value) + }; + return executeMethod(queryParams, addValueByIndexMethodName); } /** @@ -635,9 +650,12 @@ new Object[] { handle, newValue })); } - String queryString = MessageFormat.format("handle={0}&index={1}&value={2}", new Object[] { handle, - Integer.toString(index), newValue }); - return executeMethod(queryString, modifyValueByIndexMethodName); + NameValuePair[] queryParams = { + new NameValuePair("index", String.valueOf(index)), + new NameValuePair("handle", handle), + new NameValuePair("value", newValue) + }; + return executeMethod(queryParams, modifyValueByIndexMethodName); } /** @@ -708,10 +726,11 @@ "The method deleteValueByIndex() can not be called with null or empty arguments:\n handle={0}\n", new Object[] { handle })); } - - String queryString = MessageFormat.format("handle={0}&index={1}", new Object[] { handle, - Integer.toString(index) }); - return executeMethod(queryString, deleteValueByIndexMethodName); + + NameValuePair[] queryParams = { + new NameValuePair("index", String.valueOf(index)), + new NameValuePair("handle", handle)}; + return executeMethod(queryParams, deleteValueByIndexMethodName); } /** @@ -768,8 +787,8 @@ public String listHandles() throws IllegalStateException, HttpException, IOException { this.validateState(); - - return executeMethod("", listHandlesMethodName); + NameValuePair[] queryParams = {new NameValuePair()}; + return executeMethod(queryParams, listHandlesMethodName); } /** @@ -828,8 +847,8 @@ new Object[] { handle })); } - String queryString = MessageFormat.format("handle={0}", new Object[] { handle }); - return executeMethod(queryString, getHandleMethodName); + NameValuePair[] queryParams = {new NameValuePair("handle", handle)}; + return executeMethod(queryParams, getHandleMethodName); } /** @@ -865,8 +884,8 @@ /** * Constructs and executes an HTTP POST call. * - * @param queryString - * the query string to provide the POST call. + * @param queryParams + * the array of query parameters to provide the POST call. * @param methodName * the method to call. * @return a formatted XML response. @@ -875,10 +894,10 @@ * @throws HttpException * thrown when attempting to execute method call. */ - private String executeMethod(String queryString, String methodName) throws HttpException, IOException + private String executeMethod(NameValuePair[] queryParams, String methodName) throws HttpException, IOException { HttpsURL url = new HttpsURL(/* String user */"", /* String password */"", this.getPidServiceHost(), this - .getPidServicePort(), this.getPidServicePath(), queryString); + .getPidServicePort(), this.getPidServicePath()); // if no path has been specified (i.e. path value is just '/') then we have: // http://test.org.au:80/mint?type=URL&value=<some value> @@ -894,7 +913,7 @@ String identityXML = this.getRequestorIdentity().toXML(methodName); - return executePostMethod(url.toString(), identityXML); + return executePostMethod(url.toString(), queryParams, identityXML); } @@ -905,6 +924,8 @@ * * @param postMethodURL * the URI of the RESTful ANDS Persistent Identifier web service. + * @param params + * the array of query parameters to provide the POST call. * @param identityXML * an XML fragment that details the identity of the caller. * @return a formatted XML response. @@ -913,7 +934,7 @@ * @throws HttpException * thrown when attempting to execute method call. */ - private String executePostMethod(String postMethodURL, String identityXML) throws HttpException, IOException + private String executePostMethod(String postMethodURL, NameValuePair[] params, String identityXML) throws HttpException, IOException { LOG.debug("Post method URL: " + postMethodURL); LOG.debug("Identity XML: " + identityXML); @@ -933,7 +954,7 @@ RequestEntity entity = new StringRequestEntity(identityXML, "text/xml", "UTF-8"); client.getParams().setParameter("Content-Length", entity.getContentLength()); method.setRequestEntity(entity); - + method.setQueryString(params); int returnCode = client.executeMethod(method); if (returnCode == HttpStatus.SC_NOT_IMPLEMENTED) { @@ -1030,7 +1051,7 @@ NodeList nodes = (NodeList) result; for (int i = 0; i < nodes.getLength(); i++) { - return nodes.item(i).getTextContent(); + return nodes.item(i).getTextContent(); } return null; } @@ -1187,19 +1208,19 @@ { errorMsg .append("The appID of the caller has not been provided. " + - "e.g. unique Id provided by ANDS upon IP registration.\n"); + "e.g. unique Id provided by ANDS upon IP registration.\n"); } if (getRequestorIdentity() == null || StringUtils.isEmpty(this.getRequestorIdentity().getIdentifier())) { errorMsg .append("The identifier of the caller has not been provided. " + - "e.g. identifier or name of the repository calling the service.\n"); + "e.g. identifier or name of the repository calling the service.\n"); } if (getRequestorIdentity() == null || StringUtils.isEmpty(this.getRequestorIdentity().getAuthDomain())) { errorMsg .append("The authDomain of the caller has not been provided. " + - "e.g. the domain of the organisation calling the service."); + "e.g. the domain of the organisation calling the service."); } // if we have error messages, throw the exception if (errorMsg.length() != 0) @@ -1207,6 +1228,7 @@ throw new IllegalStateException(errorMsg.toString()); } } + /** * Checks the arguments passed to the {@link #mintHandle(HandleType, String)} and the Modified: trunk/src/test/java/au/csiro/pidclient/TestAndsPidClient.java =================================================================== --- trunk/src/test/java/au/csiro/pidclient/TestAndsPidClient.java 2010-07-16 02:30:48 UTC (rev 78) +++ trunk/src/test/java/au/csiro/pidclient/TestAndsPidClient.java 2010-08-27 03:33:09 UTC (rev 79) @@ -415,8 +415,10 @@ int index = createDummyIndexValue(client); // get an index with a value associated with it + String goodValue = "http://javatest2.vm.csiro.au:8080/muradora/objectView.action?parentId=procite%3ApublicData&type=1&pid=csiro%3ADocument004"; + AndsPidResponse response = client.modifyValueByIndexFormattedResponse(TESTING_HANDLE, index, - "http://test.org.au/modifyValueByIndex"); + goodValue); // should succeed assertTrue("Operation success expected, but response indicated failure", response.isSuccess()); @@ -432,7 +434,7 @@ { found = true; assertEquals("The value associated with index: " + index + " was not updated by modifyValueByIndex", - property.getValue(), "http://test.org.au/modifyValueByIndex"); + property.getValue(), goodValue); } } if (!found) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jde...@us...> - 2010-07-16 02:30:54
|
Revision: 78 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=78&view=rev Author: jdempsey Date: 2010-07-16 02:30:48 +0000 (Fri, 16 Jul 2010) Log Message: ----------- ANDSWRON-773 - Use SF user names in SF projects - Correct capitalisation of Vivek's name. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-07-15 06:21:55 UTC (rev 77) +++ trunk/pom.xml 2010-07-16 02:30:48 UTC (rev 78) @@ -483,7 +483,7 @@ </developer> <developer> <id>vivekpulukuri</id> - <name>vivek pulukuri</name> + <name>Vivek Pulukuri</name> <email>viv...@us...</email> <organization>CSIRO</organization> <timezone>+11</timezone> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2010-07-15 06:22:02
|
Revision: 77 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=77&view=rev Author: robertbridle Date: 2010-07-15 06:21:55 +0000 (Thu, 15 Jul 2010) Log Message: ----------- ANDSWRON-773 - The pom.xml contains the developers CSIRO NEXUS Ids and email addresses. We should use the developers SourceForge Ids and email adresses. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-07-12 06:02:54 UTC (rev 76) +++ trunk/pom.xml 2010-07-15 06:21:55 UTC (rev 77) @@ -454,32 +454,39 @@ </reporting> <developers> <developer> - <id>dem040</id> + <id>jdempsey</id> <name>James Dempsey</name> - <email>de...@cs...</email> + <email>jde...@us...</email> <organization>CSIRO</organization> <timezone>+11</timezone> </developer> <developer> - <id>che256</id> + <id>ritacsiro</id> <name>Rita Chen</name> - <email>ch...@cs...</email> + <email>rit...@us...</email> <organization>CSIRO</organization> <timezone>+11</timezone> </developer> <developer> - <id>pie046</id> + <id>mpienaar</id> <name>Martin Pienaar</name> - <email>pi...@cs...</email> + <email>mpi...@us...</email> <organization>CSIRO</organization> <timezone>+10</timezone> </developer> <developer> - <id>bri26e</id> + <id>robertbridle</id> <name>Robert Bridle</name> - <email>br...@cs...</email> + <email>rob...@us...</email> <organization>CSIRO</organization> <timezone>+11</timezone> </developer> + <developer> + <id>vivekpulukuri</id> + <name>vivek pulukuri</name> + <email>viv...@us...</email> + <organization>CSIRO</organization> + <timezone>+11</timezone> + </developer> </developers> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2010-07-12 06:03:01
|
Revision: 76 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=76&view=rev Author: robertbridle Date: 2010-07-12 06:02:54 +0000 (Mon, 12 Jul 2010) Log Message: ----------- ANDSWRON-642 - Setup contribution message for project. Modified Paths: -------------- trunk/src/site/apt/index.apt Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2010-06-25 04:07:46 UTC (rev 75) +++ trunk/src/site/apt/index.apt 2010-07-12 06:02:54 UTC (rev 76) @@ -24,7 +24,7 @@ Download - You can download the tools set from the {{{https://sourceforge.net/projects/andspidclient/files/}downloads folder}}. + You can download the tools set from the {{{https://sourceforge.net/projects/andspidclient/files/}File Release Downloads}}. For each version there will be at least the file: @@ -37,6 +37,10 @@ * <<ands-pid-client-??-javadoc.jar>> - The project's javadoc. +Contribution + + For instructions on how to contribute to this project, consult the Trac wiki page: {{{https://sourceforge.net/apps/trac/andspidclient/wiki/ContributionGuide}Contribution Guide}}. + Background The ands-pid-client was developed as part of the ANDS-ATNF project competed undertaken This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2010-06-25 04:07:53
|
Revision: 75 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=75&view=rev Author: robertbridle Date: 2010-06-25 04:07:46 +0000 (Fri, 25 Jun 2010) Log Message: ----------- ANDSWRON-641 - Minor change to header comments in pom.xml Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-25 03:43:28 UTC (rev 74) +++ trunk/pom.xml 2010-06-25 04:07:46 UTC (rev 75) @@ -4,8 +4,8 @@ 1.) gpg.exe needs to be installed on your system - you can specify the path to gpg.exe as follows: - mvn deploy -Dgpg.executable="C:\Program Files\GNU\GnuPG\gpg.exe" - mvn release:prepare release:perform -Dusername="<insert svn username here>" -Dpassword="<insert svn password here>" -Darguments="-Dgpg.executable=C:\\Program Files\\GNU\\GnuPG\\gpg.exe" + SNAPSHOT Release: mvn deploy -Dgpg.executable="C:\Progra~1\GNU\GnuPG\gpg.exe" + Test Release: mvn release:prepare release:perform -Dusername="<insert svn username here>" -Darguments="-Dgpg.executable=C:\\Progra~1\\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. @@ -43,6 +43,9 @@ </activeProfiles> </settings> +3.) This pom.xml is not configured to perform site deployment or file releases (see commented out sections), +these steps will need to be performed manually. + --> <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-06-25 03:43:34
|
Revision: 74 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=74&view=rev Author: csirobuilduser Date: 2010-06-25 03:43:28 +0000 (Fri, 25 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-25 03:43:18 UTC (rev 73) +++ trunk/pom.xml 2010-06-25 03:43:28 UTC (rev 74) @@ -49,7 +49,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.03</version> + <version>1.0.04-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.03</connection> - <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.03</developerConnection> - <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.03</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: <csi...@us...> - 2010-06-25 03:43:24
|
Revision: 73 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=73&view=rev Author: csirobuilduser Date: 2010-06-25 03:43:18 +0000 (Fri, 25 Jun 2010) Log Message: ----------- [maven-scm] copy for tag ands-pid-client-1.0.03 Added Paths: ----------- tags/ands-pid-client-1.0.03/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-06-25 03:43:00
|
Revision: 72 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=72&view=rev Author: csirobuilduser Date: 2010-06-25 03:42:53 +0000 (Fri, 25 Jun 2010) Log Message: ----------- [maven-release-plugin] prepare release ands-pid-client-1.0.03 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-25 03:40:56 UTC (rev 71) +++ trunk/pom.xml 2010-06-25 03:42:53 UTC (rev 72) @@ -49,7 +49,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.03-SNAPSHOT</version> + <version>1.0.03</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.03</connection> + <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.03</developerConnection> + <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.03</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-25 03:41:03
|
Revision: 71 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=71&view=rev Author: robertbridle Date: 2010-06-25 03:40:56 +0000 (Fri, 25 Jun 2010) Log Message: ----------- ANDSWRON-618 - Remove automated deployment of site to SourceForge this will now be a manual process. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-25 03:20:29 UTC (rev 70) +++ trunk/pom.xml 2010-06-25 03:40:56 UTC (rev 71) @@ -2,10 +2,10 @@ This pom.xml has been configured with the following dependencies: -1.) gpg.exe and plink.exe have been installed - you can specify the path to gpg.exe and plink.exe if its not on your system path, e.g. +1.) gpg.exe needs to be installed on your system - you can specify the path to gpg.exe as follows: - mvn deploy site-deploy -Dgpg.executable="C:\Program Files\GNU\GnuPG\gpg.exe" -Dexec.executable="C:\Program Files\PLink\plink.exe" - mvn release:prepare release:perform -Darguments="-Dgpg.executable=C:\\Program Files\\GNU\\GnuPG\\gpg.exe -Dexec.executable=C:\\Program Files\\PLink\\plink.exe" + mvn deploy -Dgpg.executable="C:\Program Files\GNU\GnuPG\gpg.exe" + mvn release:prepare release:perform -Dusername="<insert svn username here>" -Dpassword="<insert svn password here>" -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. @@ -252,13 +252,14 @@ </executions> </plugin> + <!-- WE NOW PERFORM A MANUAL SITE DEPLOY TO SOURECFORGE --> <!-- 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> <executions> - <!-- create a shell on SourceForge --> <execution> <id>create_shell_on_sourceforge</id> <phase>pre-site</phase> @@ -277,7 +278,6 @@ </arguments> </configuration> </execution> - <!-- Change ownership of htdocs directory so that site can be unploaded --> <execution> <id>change_htdocs_ownership</id> <phase>pre-site</phase> @@ -298,11 +298,15 @@ </execution> </executions> </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> + <version>2.0-beta-9</version> + <configuration> + <goal>deploy</goal> <!-- Because we have a populated <site> element, the site-deploy goal will execute. We specify that only the deploy goal should execute, since we will perform site-deploys manually --> + </configuration> </plugin> <!-- This will sign the artifacts before being deployed to the release repository. note: the variables ${gpg.keyname} and ${gpg.passphrase} are retrieved from local file: settings.xml --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-06-25 03:20:35
|
Revision: 70 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=70&view=rev Author: csirobuilduser Date: 2010-06-25 03:20:29 +0000 (Fri, 25 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-25 03:20:18 UTC (rev 69) +++ trunk/pom.xml 2010-06-25 03:20:29 UTC (rev 70) @@ -49,7 +49,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.02</version> + <version>1.0.03-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.02</connection> - <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.02</developerConnection> - <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.02</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: <csi...@us...> - 2010-06-25 03:20:24
|
Revision: 69 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=69&view=rev Author: csirobuilduser Date: 2010-06-25 03:20:18 +0000 (Fri, 25 Jun 2010) Log Message: ----------- [maven-scm] copy for tag ands-pid-client-1.0.02 Added Paths: ----------- tags/ands-pid-client-1.0.02/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <csi...@us...> - 2010-06-25 03:20:00
|
Revision: 68 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=68&view=rev Author: csirobuilduser Date: 2010-06-25 03:19:54 +0000 (Fri, 25 Jun 2010) Log Message: ----------- [maven-release-plugin] prepare release ands-pid-client-1.0.02 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-25 02:50:07 UTC (rev 67) +++ trunk/pom.xml 2010-06-25 03:19:54 UTC (rev 68) @@ -49,7 +49,7 @@ <groupId>net.sourceforge.andspidclient</groupId> <artifactId>ands-pid-client</artifactId> <packaging>jar</packaging> - <version>1.0.02-SNAPSHOT</version> + <version>1.0.02</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.02</connection> + <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.02</developerConnection> + <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.02</url> </scm> <distributionManagement> <site> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |