Author: ieugen
Date: Sat Dec 8 14:56:07 2012
New Revision: 1418679
URL: http://svn.apache.org/viewvc?rev=1418679&view=rev
Log:
MAILET-41 Version and artifact renames
* all artifact names start with apach-mailets for consistancy
* all projects have major.minor.patch version format
* added apache-mailets-aggregator, apache-mailets-parent
Added:
james/mailet/trunk/parent/
james/mailet/trunk/parent/pom.xml
- copied, changed from r1418607, james/mailet/trunk/project/pom.xml
Removed:
james/mailet/trunk/project/pom.xml
Modified:
james/mailet/trunk/ai/classic/pom.xml
james/mailet/trunk/ai/pom.xml
james/mailet/trunk/api/pom.xml
james/mailet/trunk/base/pom.xml
james/mailet/trunk/crypto/pom.xml
james/mailet/trunk/maven-mailetdocs-plugin/pom.xml
james/mailet/trunk/pom.xml
james/mailet/trunk/standard/pom.xml
Modified: james/mailet/trunk/ai/classic/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/ai/classic/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/ai/classic/pom.xml (original)
+++ james/mailet/trunk/ai/classic/pom.xml Sat Dec 8 14:56:07 2012
@@ -24,16 +24,16 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>apache-james-ai-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>0.1-SNAPSHOT</version>
+ <artifactId>apache-mailets-ai</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>apache-james-ai-classic</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <artifactId>apache-mailets-ai-classic</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
- <name>Apache James Classic AI Mailets</name>
+ <name>Apache James :: Classic AI Mailets</name>
<description>Classic machine learning approach to SPAM
processing.</description>
<properties>
Modified: james/mailet/trunk/ai/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/ai/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/ai/pom.xml (original)
+++ james/mailet/trunk/ai/pom.xml Sat Dec 8 14:56:07 2012
@@ -23,17 +23,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mailet-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>1-SNAPSHOT</version>
- <relativePath>../project/pom.xml</relativePath>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-james-ai-project</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <artifactId>apache-mailets-ai</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Apache James AI Mailets Project</name>
+ <name>Apache James :: AI Mailets</name>
<description>Collects mail processors making use of artificial
intelligence (AI) methods.</description>
<url>http://james.apache.org/mailet/ai</url>
<inceptionYear>2011</inceptionYear>
Modified: james/mailet/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/api/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/api/pom.xml (original)
+++ james/mailet/trunk/api/pom.xml Sat Dec 8 14:56:07 2012
@@ -24,15 +24,16 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.8</version>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-mailet</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <artifactId>apache-mailets-api</artifactId>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache Mailet API</name>
+ <name>Apache James :: Mailet API</name>
<description>The Apache Mailet API is a flexible specification for mail
processing agents.</description>
<url>http://james.apache.org/mailet/api/</url>
<inceptionYear>2007</inceptionYear>
Modified: james/mailet/trunk/base/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/base/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/base/pom.xml (original)
+++ james/mailet/trunk/base/pom.xml Sat Dec 8 14:56:07 2012
@@ -24,15 +24,16 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.8</version>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-mailet-base</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <artifactId>apache-mailets-base</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache JAMES Basic Mailet Toolkit</name>
+ <name>Apache James :: Basic Mailet Toolkit</name>
<description>
Apache JAMES Basic Mailet Toolkit is a collection of utilities and
lightweight framework
aimed at developers and testers of mailets. This toolkit is
extensively used elsewhere in
Modified: james/mailet/trunk/crypto/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/crypto/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/crypto/pom.xml (original)
+++ james/mailet/trunk/crypto/pom.xml Sat Dec 8 14:56:07 2012
@@ -24,15 +24,16 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.8</version>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-crypto-mailets</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <artifactId>apache-mailets-crypto</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache JAMES Crypto Mailets</name>
+ <name>Apache James :: Crypto Mailets</name>
<description>
Apache JAMES Cryptographic Mailets is a collection of mailets which
use cryptography.
This includes matching signatures, decrypting, encrypting and signing.
Modified: james/mailet/trunk/maven-mailetdocs-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/maven-mailetdocs-plugin/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/maven-mailetdocs-plugin/pom.xml (original)
+++ james/mailet/trunk/maven-mailetdocs-plugin/pom.xml Sat Dec 8 14:56:07 2012
@@ -24,15 +24,16 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.8</version>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
<artifactId>maven-mailetdocs-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
- <name>Mailetdocs Maven Plugin</name>
+ <name>Apache James :: Mailetdocs Maven Plugin</name>
<description>
This plugin generates documentation for Mailets by collating
information available from implementation source.
@@ -96,16 +97,6 @@
</dependency>
</dependencies>
- <repositories>
- <!-- needed for javamail -->
- <!--<repository>-->
- <!--<id>maven2-repository.dev.java.net</id>-->
- <!--<name>Java.net Repository for Maven</name>-->
- <!--<url>http://download.java.net/maven/2/</url>-->
- <!--<layout>default</layout>-->
- <!--</repository>-->
- </repositories>
-
<build>
<plugins>
<plugin>
Copied: james/mailet/trunk/parent/pom.xml (from r1418607,
james/mailet/trunk/project/pom.xml)
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/parent/pom.xml?p2=james/mailet/trunk/parent/pom.xml&p1=james/mailet/trunk/project/pom.xml&r1=1418607&r2=1418679&rev=1418679&view=diff
==============================================================================
--- james/mailet/trunk/project/pom.xml (original)
+++ james/mailet/trunk/parent/pom.xml Sat Dec 8 14:56:07 2012
@@ -19,19 +19,19 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
- <version>1.8</version>
+ <version>1.8.1</version>
</parent>
<groupId>org.apache.james</groupId>
- <artifactId>mailet-project</artifactId>
- <version>1-SNAPSHOT</version>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Apache James Parent Project For Mailets</name>
+ <name>Apache James :: Mailets Parent</name>
<description>Parent pom for mailets projects.</description>
<issueManagement>
- <url>http://issues.apache.org/jira/browse/${project.name}</url>
+ <url>http://issues.apache.org/jira/browse/MAILET</url>
</issueManagement>
<properties>
@@ -40,6 +40,19 @@
<issue.project.name>MAILET</issue.project.name>
</properties>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mailet/current</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailet/current</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/james/mailet/current/?root=Apache-SVN</url>
+ </scm>
+
+ <distributionManagement>
+ <site>
+ <id>mailet-umbrella-website</id>
+ <url>scpexe://people.apache.org/www/james.apache.org/mailet/</url>
+ </site>
+ </distributionManagement>
+
<build>
<pluginManagement>
<plugins>
@@ -71,6 +84,7 @@
<!-- Eclipse -->
<exclude>**/.*</exclude>
<exclude>.*/**/*</exclude>
+ <exclude>**/LICENSE*</exclude>
</excludes>
</configuration>
</execution>
@@ -128,7 +142,7 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+
<!--<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>-->
<manifestEntries>
<Specification-Title>${project.name}</Specification-Title>
<Specification-Version>${project.version}</Specification-Version>
Modified: james/mailet/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/pom.xml (original)
+++ james/mailet/trunk/pom.xml Sat Dec 8 14:56:07 2012
@@ -24,21 +24,22 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.8</version>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>./parent</relativePath>
</parent>
- <artifactId>mailet-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <artifactId>apache-mailets-aggregator</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Apache JAMES Mailet Project</name>
- <description>Apache JAMES Mailet Project</description>
+ <name>Apache James :: Mailets Aggregator</name>
+ <description>Apache James Mailets Aggregator</description>
<url>http://james.apache.org/mailet/</url>
<inceptionYear>2008</inceptionYear>
<modules>
- <module>project</module>
+ <module>parent</module>
<module>api</module>
<module>base</module>
<module>maven-mailetdocs-plugin</module>
@@ -46,21 +47,4 @@
<module>standard</module>
<module>ai</module>
</modules>
-
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mailet/current</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailet/current</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/james/mailet/current/?root=Apache-SVN</url>
- </scm>
- <issueManagement>
- <system>JIRA</system>
- <url>http://issues.apache.org/jira/browse/MAILET</url>
- </issueManagement>
-
- <distributionManagement>
- <site>
- <id>mailet-umbrella-website</id>
- <url>scpexe://people.apache.org/www/james.apache.org/mailet/</url>
- </site>
- </distributionManagement>
</project>
Modified: james/mailet/trunk/standard/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/standard/pom.xml?rev=1418679&r1=1418678&r2=1418679&view=diff
==============================================================================
--- james/mailet/trunk/standard/pom.xml (original)
+++ james/mailet/trunk/standard/pom.xml Sat Dec 8 14:56:07 2012
@@ -24,15 +24,16 @@
<parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.8</version>
+ <artifactId>apache-mailets</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
- <artifactId>apache-standard-mailets</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <artifactId>apache-mailets-standard</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache JAMES Standard Mailets</name>
+ <name>Apache James :: Standard Mailets</name>
<description>
Apache JAMES Standard Mailets is a rich collection of general purpose
mailets
with limited dependencies. These mailets can be used in any mailet
container.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]