Author: norman
Date: Thu Jun 10 08:24:06 2010
New Revision: 953243
URL: http://svn.apache.org/viewvc?rev=953243&view=rev
Log:
Rename parent pom artifact to be more inline with the rest
Modified:
james/protocols/trunk/api/pom.xml
james/protocols/trunk/impl/pom.xml
james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractChannelPipelineFactory.java
james/protocols/trunk/pom.xml
james/protocols/trunk/pop3/pom.xml
james/protocols/trunk/smtp-impl/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=953243&r1=953242&r2=953243&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Thu Jun 10 08:24:06 2010
@@ -19,7 +19,7 @@
-->
<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">
<parent>
- <artifactId>james-protocols</artifactId>
+ <artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
<version>1.1-SNAPSHOT</version>
</parent>
Modified: james/protocols/trunk/impl/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/impl/pom.xml?rev=953243&r1=953242&r2=953243&view=diff
==============================================================================
--- james/protocols/trunk/impl/pom.xml (original)
+++ james/protocols/trunk/impl/pom.xml Thu Jun 10 08:24:06 2010
@@ -19,7 +19,7 @@
-->
<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">
<parent>
- <artifactId>james-protocols</artifactId>
+ <artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
<version>1.1-SNAPSHOT</version>
</parent>
Modified:
james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractChannelPipelineFactory.java
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractChannelPipelineFactory.java?rev=953243&r1=953242&r2=953243&view=diff
==============================================================================
---
james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractChannelPipelineFactory.java
(original)
+++
james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractChannelPipelineFactory.java
Thu Jun 10 08:24:06 2010
@@ -60,8 +60,8 @@ public abstract class AbstractChannelPip
public ChannelPipeline getPipeline() throws Exception {
// Create a default pipeline implementation.
ChannelPipeline pipeline = pipeline();
-
pipeline.addLast("groupHandler", groupHandler);
+
pipeline.addLast("connectionLimit", connectionLimitHandler);
pipeline.addLast("connectionPerIpLimit", connectionPerIpLimitHandler);
Modified: james/protocols/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=953243&r1=953242&r2=953243&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Thu Jun 10 08:24:06 2010
@@ -25,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>james-protocols</artifactId>
+ <artifactId>protocols</artifactId>
<name>Apache JAMES Protocols</name>
<version>1.1-SNAPSHOT</version>
<description>JAMES Protocols</description>
Modified: james/protocols/trunk/pop3/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=953243&r1=953242&r2=953243&view=diff
==============================================================================
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Thu Jun 10 08:24:06 2010
@@ -19,7 +19,7 @@
-->
<project>
<parent>
- <artifactId>james-protocols</artifactId>
+ <artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
Modified: james/protocols/trunk/smtp-impl/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/smtp-impl/pom.xml?rev=953243&r1=953242&r2=953243&view=diff
==============================================================================
--- james/protocols/trunk/smtp-impl/pom.xml (original)
+++ james/protocols/trunk/smtp-impl/pom.xml Thu Jun 10 08:24:06 2010
@@ -19,7 +19,7 @@
-->
<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">
<parent>
- <artifactId>james-protocols</artifactId>
+ <artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
<version>1.1-SNAPSHOT</version>
</parent>
Modified: james/protocols/trunk/smtp/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=953243&r1=953242&r2=953243&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Thu Jun 10 08:24:06 2010
@@ -19,7 +19,7 @@
-->
<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">
<parent>
- <artifactId>james-protocols</artifactId>
+ <artifactId>protocols</artifactId>
<groupId>org.apache.james</groupId>
<version>1.1-SNAPSHOT</version>
</parent>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]