You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2013/03/11 15:14:32 UTC

svn commit: r1455146 - in /james/protocols/trunk: api/pom.xml imap/pom.xml lmtp/pom.xml netty/pom.xml pom.xml pop3/pom.xml smtp/pom.xml

Author: ieugen
Date: Mon Mar 11 14:14:32 2013
New Revision: 1455146

URL: http://svn.apache.org/r1455146
Log:
[maven-release-plugin] prepare release protocols-1.6.3

Modified:
    james/protocols/trunk/api/pom.xml
    james/protocols/trunk/imap/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=1455146&r1=1455145&r2=1455146&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Mon Mar 11 14:14:32 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>protocols</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/protocols/trunk/imap/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/imap/pom.xml?rev=1455146&r1=1455145&r2=1455146&view=diff
==============================================================================
--- james/protocols/trunk/imap/pom.xml (original)
+++ james/protocols/trunk/imap/pom.xml Mon Mar 11 14:14:32 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>protocols</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</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=1455146&r1=1455145&r2=1455146&view=diff
==============================================================================
--- james/protocols/trunk/lmtp/pom.xml (original)
+++ james/protocols/trunk/lmtp/pom.xml Mon Mar 11 14:14:32 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>protocols</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</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=1455146&r1=1455145&r2=1455146&view=diff
==============================================================================
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Mon Mar 11 14:14:32 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>protocols</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/protocols/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1455146&r1=1455145&r2=1455146&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Mon Mar 11 14:14:32 2013
@@ -17,19 +17,18 @@
     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>james-project</artifactId>
         <groupId>org.apache.james</groupId>
         <version>1.8.1</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>protocols</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.3</version>
     <packaging>pom</packaging>
 
     <name>Apache James :: Protocols</name>
@@ -240,9 +239,9 @@
     </build>
 
     <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.3</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6.3</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/james/protocols/trunk/tags/protocols-1.6.3?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=1455146&r1=1455145&r2=1455146&view=diff
==============================================================================
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Mon Mar 11 14:14:32 2013
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>protocols</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</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=1455146&r1=1455145&r2=1455146&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Mon Mar 11 14:14:32 2013
@@ -17,14 +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.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -108,8 +107,7 @@
                                 </relocation>
                             </relocations>
                             <transformers>
-                                <transformer
-                                        implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer"/>
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
                             </transformers>
                         </configuration>
                     </execution>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org