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: <rob...@us...> - 2010-06-22 05:39:24
|
Revision: 17 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=17&view=rev Author: robertbridle Date: 2010-06-22 05:39:17 +0000 (Tue, 22 Jun 2010) Log Message: ----------- Removed Paths: ------------- tags/ 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 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 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-21 23:57:00
|
Revision: 13 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=13&view=rev Author: robertbridle Date: 2010-06-21 23:56:54 +0000 (Mon, 21 Jun 2010) Log Message: ----------- ANDSWRON-675 - Fix <passphrase> element for the maven-gpg-plugin. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-21 06:40:34 UTC (rev 12) +++ trunk/pom.xml 2010-06-21 23:56:54 UTC (rev 13) @@ -82,7 +82,7 @@ <artifactId>maven-gpg-plugin</artifactId> <configuration> <keyname>${gpg.keyname}</keyname> - <keyname>${gpg.passphrase}</keyname> + <passphrase>${gpg.passphrase}</passphrase> </configuration> <executions> <execution> 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-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 05:09:42
|
Revision: 10 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=10&view=rev Author: robertbridle Date: 2010-06-21 05:09:36 +0000 (Mon, 21 Jun 2010) Log Message: ----------- ANDSWRON-675 - Fixed task that creates a SourceForge shell. Moved it to the pre-site phase and fixed the arguments. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-21 04:26:00 UTC (rev 9) +++ trunk/pom.xml 2010-06-21 05:09:36 UTC (rev 10) @@ -290,7 +290,7 @@ <version>1.1</version> <executions> <execution> - <phase>site-deploy</phase> + <phase>pre-site</phase> <goals> <goal>exec</goal> </goals> @@ -300,8 +300,10 @@ <executable>plink</executable> <arguments> <argument>-ssh</argument> - <argument>-pw ${scm.password}</argument> - <argument>-P 22</argument> + <argument>-pw</argument> + <argument>${scm.password}</argument> + <argument>-P</argument> + <argument>22</argument> <argument>${scm.username},and...@sh...</argument> <argument>create</argument> </arguments> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2010-06-21 04:26:06
|
Revision: 9 http://andspidclient.svn.sourceforge.net/andspidclient/?rev=9&view=rev Author: robertbridle Date: 2010-06-21 04:26:00 +0000 (Mon, 21 Jun 2010) Log Message: ----------- ANDSWRON-675 - 1.) Externalised gpg username and password credentials to settings.xml 2.) Pointed the release repository to http://repo1.maven.org/maven2 3.) Added task to create a SourceForge shell whenever we try and perform a site-deploy. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-21 01:59:35 UTC (rev 8) +++ trunk/pom.xml 2010-06-21 04:26:00 UTC (rev 9) @@ -22,9 +22,9 @@ <url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url> </site> <repository> - <id>releases</id> - <url>http://junk-yf:8085/nexus/content/repositories/releases</url> - </repository> + <id>central</id> + <url>http://repo1.maven.org/maven2</url> + </repository> <snapshotRepository> <id>snapshots</id> <url>http://junk-yf:8085/nexus/content/repositories/snapshots</url> @@ -80,6 +80,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> + <configuration> + <keyname>${gpg.keyname}</keyname> + <keyname>${gpg.passphrase}</keyname> + </configuration> <executions> <execution> <id>sign-artifacts</id> @@ -277,7 +281,32 @@ </configuration> </execution> </executions> - </plugin> + </plugin> + + <!-- 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> + <execution> + <phase>site-deploy</phase> + <goals> + <goal>exec</goal> + </goals> + </execution> + </executions> + <configuration> + <executable>plink</executable> + <arguments> + <argument>-ssh</argument> + <argument>-pw ${scm.password}</argument> + <argument>-P 22</argument> + <argument>${scm.username},and...@sh...</argument> + <argument>create</argument> + </arguments> + </configuration> + </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 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-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. |