Author: rdonkin Date: Mon May 25 20:45:40 2009 New Revision: 778496 URL: http://svn.apache.org/viewvc?rev=778496&view=rev Log: [maven-release-plugin] prepare release apache-james-mpt-0.1
Modified: james/mpt/trunk/antlib/pom.xml james/mpt/trunk/app/pom.xml james/mpt/trunk/assemble/pom.xml james/mpt/trunk/main/pom.xml james/mpt/trunk/pom.xml Modified: james/mpt/trunk/antlib/pom.xml URL: http://svn.apache.org/viewvc/james/mpt/trunk/antlib/pom.xml?rev=778496&r1=778495&r2=778496&view=diff ============================================================================== --- james/mpt/trunk/antlib/pom.xml (original) +++ james/mpt/trunk/antlib/pom.xml Mon May 25 20:45:40 2009 @@ -21,7 +21,7 @@ <parent> <artifactId>apache-james-mpt-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.1RC2-SNAPSHOT</version> + <version>0.1</version> <!-- Either this really points to the james-project/pom.xml or you will have to tune the local repository, later, in this file --> <relativePath>../pom.xml</relativePath> @@ -164,9 +164,9 @@ </build> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk/antlib</connection> - <developerConnection>scm:svn:https://rdon...@svn.apache.org/repos/asf/james/mpt/trunk/antlib</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/antlib?root=Apache-SVN</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1/antlib</connection> + <developerConnection>scm:svn:https://rdon...@svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1/antlib</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/james/mpt/tags/apache-james-mpt-0.1/antlib?root=Apache-SVN</url> </scm> </project> Modified: james/mpt/trunk/app/pom.xml URL: http://svn.apache.org/viewvc/james/mpt/trunk/app/pom.xml?rev=778496&r1=778495&r2=778496&view=diff ============================================================================== --- james/mpt/trunk/app/pom.xml (original) +++ james/mpt/trunk/app/pom.xml Mon May 25 20:45:40 2009 @@ -21,7 +21,7 @@ <parent> <artifactId>apache-james-mpt-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.1RC2-SNAPSHOT</version> + <version>0.1</version> <!-- Either this really points to the james-project/pom.xml or you will have to tune the local repository, later, in this file --> <relativePath>../pom.xml</relativePath> @@ -126,9 +126,9 @@ </build> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk/app</connection> -<developerConnection>scm:svn:https://rdon...@svn.apache.org/repos/asf/james/mpt/trunk/app</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/app?root=Apache-SVN</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1/app</connection> +<developerConnection>scm:svn:https://rdon...@svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1/app</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/james/mpt/tags/apache-james-mpt-0.1/app?root=Apache-SVN</url> </scm> </project> Modified: james/mpt/trunk/assemble/pom.xml URL: http://svn.apache.org/viewvc/james/mpt/trunk/assemble/pom.xml?rev=778496&r1=778495&r2=778496&view=diff ============================================================================== --- james/mpt/trunk/assemble/pom.xml (original) +++ james/mpt/trunk/assemble/pom.xml Mon May 25 20:45:40 2009 @@ -21,14 +21,14 @@ <parent> <artifactId>apache-james-mpt-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.1RC2-SNAPSHOT</version> + <version>0.1</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.james</groupId> <artifactId>apache-james-mpt</artifactId> <name>Apache JAMES MPT Assembly</name> - <version>0.1RC2-SNAPSHOT</version> + <version>0.1</version> <packaging>pom</packaging> <description> This module assembles distributions Modified: james/mpt/trunk/main/pom.xml URL: http://svn.apache.org/viewvc/james/mpt/trunk/main/pom.xml?rev=778496&r1=778495&r2=778496&view=diff ============================================================================== --- james/mpt/trunk/main/pom.xml (original) +++ james/mpt/trunk/main/pom.xml Mon May 25 20:45:40 2009 @@ -21,7 +21,7 @@ <parent> <artifactId>apache-james-mpt-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.1RC2-SNAPSHOT</version> + <version>0.1</version> <!-- Either this really points to the james-project/pom.xml or you will have to tune the local repository, later, in this file --> <relativePath>../pom.xml</relativePath> @@ -50,9 +50,9 @@ </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk/main</connection> - <developerConnection>scm:svn:https://rdon...@svn.apache.org/repos/asf/james/mpt/trunk/main</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/main?root=Apache-SVN</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1/main</connection> + <developerConnection>scm:svn:https://rdon...@svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1/main</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/james/mpt/tags/apache-james-mpt-0.1/main?root=Apache-SVN</url> </scm> <build> <plugins> Modified: james/mpt/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=778496&r1=778495&r2=778496&view=diff ============================================================================== --- james/mpt/trunk/pom.xml (original) +++ james/mpt/trunk/pom.xml Mon May 25 20:45:40 2009 @@ -28,7 +28,7 @@ <groupId>org.apache.james</groupId> <artifactId>apache-james-mpt-project</artifactId> <name>Apache JAMES MPT Project</name> - <version>0.1RC2-SNAPSHOT</version> + <version>0.1</version> <description>Functional test framework specialised for the ASCII line-base protocols common in mail.</description> <url>http://james.apache.org/mpt/</url> <issueManagement> @@ -43,9 +43,9 @@ <module>assemble</module> </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mpt/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk?root=Apache-SVN</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mpt/tags/apache-james-mpt-0.1</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk/tags/apache-james-mpt-0.1?root=Apache-SVN</url> </scm> <build> <plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org