|
From: <rob...@us...> - 2010-06-23 00:49:29
|
Revision: 40
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=40&view=rev
Author: robertbridle
Date: 2010-06-23 00:49:23 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
[maven-release-plugin] prepare release ands-pid-client-1.0.00
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-22 08:48:50 UTC (rev 39)
+++ trunk/pom.xml 2010-06-23 00:49:23 UTC (rev 40)
@@ -3,7 +3,7 @@
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<packaging>jar</packaging>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0.00</version>
<name>ands-pid-client</name>
<description>A generic client library for accessing the ANDS Persistent Identifier service. See the Javadoc report for full details on usage.</description>
<url>http://andspidclient.sourceforge.net/</url>
@@ -12,9 +12,9 @@
<url>http://sourceforge.net/tracker/?group_id=328962</url>
</issueManagement>
<scm>
- <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk</connection>
- <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/trunk/</developerConnection>
- <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
+ <connection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</connection>
+ <developerConnection>scm:svn:https://andspidclient.svn.sourceforge.net/svnroot/andspidclient/tags/ands-pid-client-1.0.00</developerConnection>
+ <url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/tags/ands-pid-client-1.0.00</url>
</scm>
<distributionManagement>
<site>
@@ -22,8 +22,8 @@
<url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url>
</site>
<repository>
- <id>central</id>
- <url>http://repo1.maven.org/maven2</url>
+ <id>release-sonatype</id>
+ <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> <!-- sonatype.org repository for staging releases -->
</repository>
<snapshotRepository>
<id>snapshots</id>
@@ -66,7 +66,7 @@
</mailingLists>
<!-- When you use maven-release-plugin and run mvn release:perform, the property value will be set to true -->
- <profiles>
+ <!-- <profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
@@ -97,7 +97,7 @@
</plugins>
</build>
</profile>
- </profiles>
+ </profiles> -->
<build>
<plugins>
@@ -316,6 +316,24 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <configuration>
+ <keyname>${gpg.keyname}</keyname>
+ <passphrase>${gpg.passphrase}</passphrase>
+ </configuration>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|