|
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 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-22 05:46:56
|
Revision: 21
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=21&view=rev
Author: robertbridle
Date: 2010-06-22 05:46:49 +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 05:42:51 UTC (rev 20)
+++ trunk/pom.xml 2010-06-22 05:46:49 UTC (rev 21)
@@ -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 06:36:36
|
Revision: 22
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=22&view=rev
Author: robertbridle
Date: 2010-06-22 06:36:30 +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 05:46:49 UTC (rev 21)
+++ trunk/pom.xml 2010-06-22 06:36:30 UTC (rev 22)
@@ -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>
@@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
- <version>1.1</version>
+ <version>1.4</version>
<configuration>
<username>${scm.username}</username>
<password>${scm.password}</password>
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:15:53
|
Revision: 26
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=26&view=rev
Author: robertbridle
Date: 2010-06-22 07:15:47 +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:06:06 UTC (rev 25)
+++ trunk/pom.xml 2010-06-22 07:15:47 UTC (rev 26)
@@ -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>
@@ -310,6 +310,13 @@
</arguments>
</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>
+ </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:43:10
|
Revision: 35
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=35&view=rev
Author: robertbridle
Date: 2010-06-22 07:43:04 +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:38:32 UTC (rev 34)
+++ trunk/pom.xml 2010-06-22 07:43:04 UTC (rev 35)
@@ -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 08:46:58
|
Revision: 38
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=38&view=rev
Author: robertbridle
Date: 2010-06-22 08:46:52 +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:43:44 UTC (rev 37)
+++ trunk/pom.xml 2010-06-22 08:46:52 UTC (rev 38)
@@ -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 00:50:13
|
Revision: 42
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=42&view=rev
Author: robertbridle
Date: 2010-06-23 00:50:08 +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 00:49:52 UTC (rev 41)
+++ trunk/pom.xml 2010-06-23 00:50:08 UTC (rev 42)
@@ -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:02:36
|
Revision: 44
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=44&view=rev
Author: robertbridle
Date: 2010-06-23 01:02:30 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
ANDSWRON-675 - 1.) Set the release repository URL to point to sonatype.org's staging release. 2.) Remove profile for gpg plugin and just have it as a build plugin. 3.) Tidy up pom.xml, e.g. remove commented out plugins and add comments.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 00:52:27 UTC (rev 43)
+++ trunk/pom.xml 2010-06-23 01:02:30 UTC (rev 44)
@@ -35,9 +35,6 @@
<targetJdk>1.5</targetJdk>
<jar.outputDirectory>
${project.build.directory}
- <!--
- \\junk-yf\autobuild_website\ands-pid-client\dist\${buildType}
- -->
</jar.outputDirectory>
</properties>
<licenses>
@@ -65,40 +62,6 @@
</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>
- <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>
- </profile>
- </profiles> -->
-
<build>
<plugins>
@@ -179,46 +142,6 @@
</executions>
</plugin>
- <!--
- Create extra build artifacts - all in one jar and zip with scripts
- -->
- <!-- We don't want to create an all in one jar or zip for this project, since its intended use is as a jar dependency -->
- <!--
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
- <executions>
- <execution>
- <id>create-executable-jar</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <descriptorRefs>
- <descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- <archiverConfig>
- <duplicateBehavior>skip</duplicateBehavior>
- </archiverConfig>
- </configuration>
- </execution>
- <execution>
- <id>create-zip</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <descriptors>
- <descriptor>config/dist-assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- -->
-
<!-- WE NO LONGER COPY THESE TO THE GENERATED SITE, WE NOW POINT THE SITE TO THE SOURCEFORGE DOWNLOAD URL -->
<!-- Include the created artifacts in the site -->
<!--
@@ -251,7 +174,7 @@
</plugin>
-->
- <!-- Used to reference username/password settings from a settings.xml file stored locally -->
+ <!-- This configures the scm plugin. note: the variables ${scm.username} and ${scm.password} are retrieved from local file: settings.xml -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
@@ -262,6 +185,7 @@
</configuration>
</plugin>
+ <!-- This is a simple debug statement. note: the variables ${scm.username} and ${scm.password} are retrieved from local file: settings.xml -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -285,7 +209,8 @@
<!-- WE NOW MANUALLY PERFORM A SITE DEPLOY -->
<!-- Run script to create SourceForge shell so that site can be uploaded via SCP -->
- <!-- <plugin>
+ <!--
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
@@ -309,7 +234,8 @@
<argument>create</argument>
</arguments>
</configuration>
- </plugin>-->
+ </plugin>
+ -->
<!-- 2.0-beta-9 used to overcome bug when tagging a release (http://jira.codehaus.org/browse/SCM-406) -->
<plugin>
@@ -317,6 +243,7 @@
<version>2.0-beta-9</version>
</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 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rob...@us...> - 2010-06-23 05:15:56
|
Revision: 52
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=52&view=rev
Author: robertbridle
Date: 2010-06-23 05:15:50 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
ANDSWRON-641 - REVIEW - Fixed issue management URL and commented out maven-changes-plugin for time-being since it does not support SourceForge's Trac.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 01:53:07 UTC (rev 51)
+++ trunk/pom.xml 2010-06-23 05:15:50 UTC (rev 52)
@@ -55,7 +55,7 @@
<url>http://andspidclient.sourceforge.net/</url>
<issueManagement>
<system>SourceForge Trac</system>
- <url>http://sourceforge.net/tracker/?group_id=328962</url>
+ <url>https://sourceforge.net/apps/trac/andspidclient/</url>
</issueManagement>
<scm>
<connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
@@ -367,6 +367,8 @@
<range>60</range>
</configuration>
</plugin>
+ <!-- Maven changes plugin does not currently support SourceForge's Trac -->
+ <!--
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.1</version>
@@ -383,6 +385,7 @@
</issueLinkTemplate>
</configuration>
</plugin>
+ -->
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.3</version>
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:41:40
|
Revision: 53
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=53&view=rev
Author: robertbridle
Date: 2010-06-23 07:41:34 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
ANDSWRON-641 - Removed unused buildType property from pom.xml. Note: Hudson has been updated to no longer pass this property, i.e. "-DbuildType=dev"
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 05:15:50 UTC (rev 52)
+++ trunk/pom.xml 2010-06-23 07:41:34 UTC (rev 53)
@@ -77,7 +77,6 @@
</snapshotRepository>
</distributionManagement>
<properties>
- <buildType>dev</buildType>
<targetJdk>1.5</targetJdk>
<jar.outputDirectory>
${project.build.directory}
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:29:13
|
Revision: 62
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=62&view=rev
Author: robertbridle
Date: 2010-06-23 08:29:07 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
ANDSWRON-641 - Tell release:perform to only run deploy goal instead of site-deploy.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-23 08:07:52 UTC (rev 61)
+++ trunk/pom.xml 2010-06-23 08:29:07 UTC (rev 62)
@@ -286,6 +286,9 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<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: <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: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: <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 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: <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-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: <joh...@us...> - 2012-03-15 00:51:23
|
Revision: 109
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=109&view=rev
Author: johnpage-09
Date: 2012-03-15 00:51:17 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.13
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-14 05:52:31 UTC (rev 108)
+++ trunk/pom.xml 2012-03-15 00:51:17 UTC (rev 109)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.13-SNAPSHOT</version>
+ <version>1.0.13</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.13</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.13</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.13</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <joh...@us...> - 2012-03-15 00:52:01
|
Revision: 111
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=111&view=rev
Author: johnpage-09
Date: 2012-03-15 00:51:55 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-15 00:51:45 UTC (rev 110)
+++ trunk/pom.xml 2012-03-15 00:51:55 UTC (rev 111)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.13</version>
+ <version>1.0.14-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.13</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.13</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.13</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...> - 2012-03-15 04:52:15
|
Revision: 129
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=129&view=rev
Author: csirobuilduser
Date: 2012-03-15 04:52:09 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-15 04:51:59 UTC (rev 128)
+++ trunk/pom.xml 2012-03-15 04:52:09 UTC (rev 129)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.19</version>
+ <version>1.0.20-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.19</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.19</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.19</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...> - 2012-03-15 04:58:08
|
Revision: 132
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=132&view=rev
Author: csirobuilduser
Date: 2012-03-15 04:58:02 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-15 04:57:52 UTC (rev 131)
+++ trunk/pom.xml 2012-03-15 04:58:02 UTC (rev 132)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.20</version>
+ <version>1.0.21-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.20</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.20</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.20</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...> - 2012-03-15 09:13:50
|
Revision: 135
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=135&view=rev
Author: csirobuilduser
Date: 2012-03-15 09:13:41 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-15 09:13:31 UTC (rev 134)
+++ trunk/pom.xml 2012-03-15 09:13:41 UTC (rev 135)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.21</version>
+ <version>1.0.22-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.21</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.21</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.21</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...> - 2012-03-15 09:19:12
|
Revision: 136
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=136&view=rev
Author: csirobuilduser
Date: 2012-03-15 09:19:01 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.22
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-15 09:13:41 UTC (rev 135)
+++ trunk/pom.xml 2012-03-15 09:19:01 UTC (rev 136)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.22-SNAPSHOT</version>
+ <version>1.0.22</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.22</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.22</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.22</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...> - 2012-03-26 23:49:03
|
Revision: 147
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=147&view=rev
Author: csirobuilduser
Date: 2012-03-26 23:48:56 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.26
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-22 05:52:37 UTC (rev 146)
+++ trunk/pom.xml 2012-03-26 23:48:56 UTC (rev 147)
@@ -52,7 +52,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.26-SNAPSHOT</version>
+ <version>1.0.26</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier and the DOI services. 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.26</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.26</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.26</url>
</scm>
<distributionManagement>
<site>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|