Author: ieugen
Date: Tue Dec 25 13:37:53 2012
New Revision: 1425742

URL: http://svn.apache.org/viewvc?rev=1425742&view=rev
Log:
JAMES-1445 Updated pom files and added gitignore

Added:
    james/server/trunk/.gitignore
Modified:
    james/server/trunk/container-spring/pom.xml
    james/server/trunk/core/pom.xml
    james/server/trunk/data-api/pom.xml
    james/server/trunk/data-file/pom.xml
    james/server/trunk/data-jcr/pom.xml
    james/server/trunk/data-jdbc/pom.xml
    james/server/trunk/data-library/pom.xml
    james/server/trunk/dnsservice-library/pom.xml
    james/server/trunk/fetchmail/pom.xml
    james/server/trunk/mailetcontainer-api/pom.xml
    james/server/trunk/mailetcontainer-camel/pom.xml
    james/server/trunk/mailets/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/protocols-lmtp/pom.xml
    james/server/trunk/protocols-smtp/pom.xml
    james/server/trunk/queue-activemq/pom.xml
    james/server/trunk/queue-api/pom.xml
    james/server/trunk/queue-jms/pom.xml

Added: james/server/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/james/server/trunk/.gitignore?rev=1425742&view=auto
==============================================================================
--- james/server/trunk/.gitignore (added)
+++ james/server/trunk/.gitignore Tue Dec 25 13:37:53 2012
@@ -0,0 +1,4 @@
+.idea/
+target
+*.iml
+*.log

Modified: james/server/trunk/container-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/container-spring/pom.xml (original)
+++ james/server/trunk/container-spring/pom.xml Tue Dec 25 13:37:53 2012
@@ -95,7 +95,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: james/server/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/core/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/core/pom.xml (original)
+++ james/server/trunk/core/pom.xml Tue Dec 25 13:37:53 2012
@@ -50,7 +50,7 @@
 
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
 
         <!-- RFC2822Headers constants imported from mailet-base (undetected by 
bytecode analyzers because constants are inlined) -->

Modified: james/server/trunk/data-api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-api/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/data-api/pom.xml (original)
+++ james/server/trunk/data-api/pom.xml Tue Dec 25 13:37:53 2012
@@ -46,7 +46,7 @@
         <!-- only used by JamesUser (for MailAddress) -->
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/data-file/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-file/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/data-file/pom.xml (original)
+++ james/server/trunk/data-file/pom.xml Tue Dec 25 13:37:53 2012
@@ -17,7 +17,8 @@
     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>
@@ -65,7 +66,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>commons-configuration</groupId>

Modified: james/server/trunk/data-jcr/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-jcr/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/data-jcr/pom.xml (original)
+++ james/server/trunk/data-jcr/pom.xml Tue Dec 25 13:37:53 2012
@@ -59,7 +59,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/data-jdbc/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-jdbc/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/data-jdbc/pom.xml (original)
+++ james/server/trunk/data-jdbc/pom.xml Tue Dec 25 13:37:53 2012
@@ -70,7 +70,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>commons-configuration</groupId>

Modified: james/server/trunk/data-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-library/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/data-library/pom.xml (original)
+++ james/server/trunk/data-library/pom.xml Tue Dec 25 13:37:53 2012
@@ -57,7 +57,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
 
         <dependency>

Modified: james/server/trunk/dnsservice-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/dnsservice-library/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/dnsservice-library/pom.xml (original)
+++ james/server/trunk/dnsservice-library/pom.xml Tue Dec 25 13:37:53 2012
@@ -49,7 +49,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Modified: james/server/trunk/fetchmail/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/fetchmail/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/fetchmail/pom.xml (original)
+++ james/server/trunk/fetchmail/pom.xml Tue Dec 25 13:37:53 2012
@@ -69,7 +69,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Modified: james/server/trunk/mailetcontainer-api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/mailetcontainer-api/pom.xml (original)
+++ james/server/trunk/mailetcontainer-api/pom.xml Tue Dec 25 13:37:53 2012
@@ -45,7 +45,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/mailetcontainer-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-camel/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/mailetcontainer-camel/pom.xml (original)
+++ james/server/trunk/mailetcontainer-camel/pom.xml Tue Dec 25 13:37:53 2012
@@ -78,7 +78,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <!--
             <dependency>
@@ -120,7 +120,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-standard-mailets</artifactId>
+            <artifactId>apache-mailet-standard</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: james/server/trunk/mailets/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Tue Dec 25 13:37:53 2012
@@ -97,7 +97,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -112,7 +112,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-standard-mailets</artifactId>
+            <artifactId>apache-mailet-standard</artifactId>
             <scope>compile</scope>
         </dependency>
         <dependency>

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Dec 25 13:37:53 2012
@@ -101,9 +101,7 @@
         <jackrabbit.version>2.2.5</jackrabbit.version>
         <jsieve.version>0.6-SNAPSHOT</jsieve.version>
         <mailbox.version>0.5-SNAPSHOT</mailbox.version>
-        <mailet.version>2.4</mailet.version>
-        <mailet-base.version>1.1</mailet-base.version>
-        <mailet-standard.version>1.2-SNAPSHOT</mailet-standard.version>
+        <mailet.version>2.5.0-SNAPSHOT</mailet.version>
         <productName>Apache-James Mail Server</productName>
         <protocols.version>1.6.3-SNAPSHOT</protocols.version>
         <spring.version>3.1.0.RELEASE</spring.version>
@@ -212,7 +210,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>apache-mailet</artifactId>
+                <artifactId>apache-mailet-api</artifactId>
                 <version>${mailet.version}</version>
                 <exclusions>
                     <exclusion>
@@ -224,7 +222,7 @@
             <dependency>
                 <groupId>org.apache.james</groupId>
                 <artifactId>apache-mailet-base</artifactId>
-                <version>${mailet-base.version}</version>
+                <version>${mailet.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.mail</groupId>
@@ -244,7 +242,7 @@
             <dependency>
                 <groupId>org.apache.james</groupId>
                 <artifactId>apache-mailet-base</artifactId>
-                <version>${mailet-base.version}</version>
+                <version>${mailet.version}</version>
                 <classifier>tests</classifier>
                 <scope>test</scope>
                 <exclusions>
@@ -256,8 +254,8 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>apache-standard-mailets</artifactId>
-                <version>${mailet-standard.version}</version>
+                <artifactId>apache-mailet-standard</artifactId>
+                <version>${mailet.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.mail</groupId>
@@ -267,8 +265,8 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>apache-standard-mailets</artifactId>
-                <version>${mailet-standard.version}</version>
+                <artifactId>apache-mailet-standard</artifactId>
+                <version>${mailet.version}</version>
                 <classifier>tests</classifier>
                 <scope>test</scope>
                 <exclusions>

Modified: james/server/trunk/protocols-lmtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/protocols-lmtp/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/protocols-lmtp/pom.xml (original)
+++ james/server/trunk/protocols-lmtp/pom.xml Tue Dec 25 13:37:53 2012
@@ -79,7 +79,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james.protocols</groupId>

Modified: james/server/trunk/protocols-smtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/protocols-smtp/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/protocols-smtp/pom.xml (original)
+++ james/server/trunk/protocols-smtp/pom.xml Tue Dec 25 13:37:53 2012
@@ -81,7 +81,7 @@
        </dependency>
        <dependency>
            <groupId>org.apache.james</groupId>
-           <artifactId>apache-mailet</artifactId>
+           <artifactId>apache-mailet-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.james.protocols</groupId>

Modified: james/server/trunk/queue-activemq/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/queue-activemq/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/queue-activemq/pom.xml (original)
+++ james/server/trunk/queue-activemq/pom.xml Tue Dec 25 13:37:53 2012
@@ -72,7 +72,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

Modified: james/server/trunk/queue-api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/queue-api/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/queue-api/pom.xml (original)
+++ james/server/trunk/queue-api/pom.xml Tue Dec 25 13:37:53 2012
@@ -45,7 +45,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/queue-jms/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/queue-jms/pom.xml?rev=1425742&r1=1425741&r2=1425742&view=diff
==============================================================================
--- james/server/trunk/queue-jms/pom.xml (original)
+++ james/server/trunk/queue-jms/pom.xml Tue Dec 25 13:37:53 2012
@@ -57,7 +57,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-mailet-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to