Author: norman
Date: Sat Nov 26 20:04:29 2011
New Revision: 1206572
URL: http://svn.apache.org/viewvc?rev=1206572&view=rev
Log:
[maven-release-plugin] prepare release protocols-1.6-beta3
Modified:
james/protocols/trunk/api/pom.xml
james/protocols/trunk/lmtp/pom.xml
james/protocols/trunk/netty/pom.xml
james/protocols/trunk/pom.xml
james/protocols/trunk/pop3/pom.xml
james/protocols/trunk/smtp/pom.xml
Modified: james/protocols/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206572&r1=1206571&r2=1206572&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Sat Nov 26 20:04:29 2011
@@ -17,16 +17,13 @@
specific language governing permissions and limitations
under the License.
-->
-<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">
+<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>
<parent>
<artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.6-beta3-SNAPSHOT</version>
+ <version>1.6-beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: james/protocols/trunk/lmtp/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206572&r1=1206571&r2=1206572&view=diff
==============================================================================
--- james/protocols/trunk/lmtp/pom.xml (original)
+++ james/protocols/trunk/lmtp/pom.xml Sat Nov 26 20:04:29 2011
@@ -17,16 +17,13 @@
specific language governing permissions and limitations
under the License.
-->
-<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">
+<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>
<parent>
<artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.6-beta3-SNAPSHOT</version>
+ <version>1.6-beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: james/protocols/trunk/netty/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206572&r1=1206571&r2=1206572&view=diff
==============================================================================
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Sat Nov 26 20:04:29 2011
@@ -17,16 +17,13 @@
specific language governing permissions and limitations
under the License.
-->
-<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">
+<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>
<parent>
<artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.6-beta3-SNAPSHOT</version>
+ <version>1.6-beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: james/protocols/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1206572&r1=1206571&r2=1206572&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Sat Nov 26 20:04:29 2011
@@ -17,10 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
-<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">
+<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>
<parent>
@@ -31,7 +28,7 @@
</parent>
<artifactId>protocols</artifactId>
- <version>1.6-beta3-SNAPSHOT</version>
+ <version>1.6-beta3</version>
<packaging>pom</packaging>
<name>Apache James Protocols</name>
@@ -48,9 +45,9 @@
</modules>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/protocols/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/protocols/trunk</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/james/protocols/trunk?root=Apache-SVN</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6-beta3</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6-beta3</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/james/protocols/trunk/tags/protocols-1.6-beta3?root=Apache-SVN</url>
</scm>
<distributionManagement>
Modified: james/protocols/trunk/pop3/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206572&r1=1206571&r2=1206572&view=diff
==============================================================================
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Sat Nov 26 20:04:29 2011
@@ -17,16 +17,13 @@
specific language governing permissions and limitations
under the License.
-->
-<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">
+<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>
<parent>
<artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.6-beta3-SNAPSHOT</version>
+ <version>1.6-beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: james/protocols/trunk/smtp/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206572&r1=1206571&r2=1206572&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Sat Nov 26 20:04:29 2011
@@ -17,16 +17,13 @@
specific language governing permissions and limitations
under the License.
-->
-<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">
+<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>
<parent>
<artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.6-beta3-SNAPSHOT</version>
+ <version>1.6-beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]