Author: norman
Date: Sat May 1 14:45:32 2010
New Revision: 940045
URL: http://svn.apache.org/viewvc?rev=940045&view=rev
Log:
[maven-release-plugin] prepare release apache-mailet-2.5
Modified:
james/mailet/api/trunk/pom.xml
Modified: james/mailet/api/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=940045&r1=940044&r2=940045&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Sat May 1 14:45:32 2010
@@ -1,88 +1,88 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
-<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">
- <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
- <!--
- | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER
- |
- | This file is only intended to be used to build the jsieve
- | website. It must not be used to build packages for jsieve
- | library.
- |
- | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER
- -->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-mailet</artifactId>
- <name>Apache Mailet API</name>
- <version>2.5-SNAPSHOT</version>
- <packaging>jar</packaging>
- <description>
- The Apache Mailet API is a flexible specification for mail processing
agents.
- </description>
- <parent>
- <groupId>org.apache.james</groupId>
- <artifactId>james-project</artifactId>
- <version>1.5</version>
- </parent>
- <url>http://james.apache.org/mailet/api/</url>
- <inceptionYear>2007</inceptionYear>
-
- <distributionManagement>
- <site>
- <id>mailet-website</id>
- <url>scp://people.apache.org/www/james.apache.org/mailet/api/</url>
- </site>
- </distributionManagement>
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<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">
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ -->
+ <!--
+ | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER
+ |
+ | This file is only intended to be used to build the jsieve
+ | website. It must not be used to build packages for jsieve
+ | library.
+ |
+ | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER
+ -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mailet</artifactId>
+ <name>Apache Mailet API</name>
+ <version>2.5</version>
+ <packaging>jar</packaging>
+ <description>
+ The Apache Mailet API is a flexible specification for mail processing
agents.
+ </description>
+ <parent>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-project</artifactId>
+ <version>1.5</version>
+ </parent>
+ <url>http://james.apache.org/mailet/api/</url>
+ <inceptionYear>2007</inceptionYear>
+
+ <distributionManagement>
+ <site>
+ <id>mailet-website</id>
+ <url>scp://people.apache.org/www/james.apache.org/mailet/api/</url>
+ </site>
+ </distributionManagement>
<ciManagement>
<system>Gump</system>
<url>http://vmgump.apache.org/gump/public/james-mailet/james-mailet/index.html</url>
</ciManagement>
-
- <issueManagement>
- <system>JIRA</system>
- <url>http://issues.apache.org/jira/browse/MAILET</url>
- </issueManagement>
-
- <scm>
- <connection>
- scm:svn:http://svn.apache.org/repos/asf/james/mailet/api/trunk
- </connection>
- <developerConnection>
- scm:svn:https://svn.apache.org/repos/asf/james/mailet/api/trunk
- </developerConnection>
- <url>
- http://svn.apache.org/viewcvs.cgi/james/mailet/api/trunk/?root=Apache-SVN
- </url>
- </scm>
-
- <!-- This is here because of http://jira.codehaus.org/browse/MRRESOURCES-6
-->
- <properties>
- <maven.test.skip>true</maven.test.skip>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.3</version>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/MAILET</url>
+ </issueManagement>
+
+ <scm>
+ <connection>
+
scm:svn:http://svn.apache.org/repos/asf/james/mailet/api/tags/apache-mailet-2.5
+ </connection>
+ <developerConnection>
+
scm:svn:https://svn.apache.org/repos/asf/james/mailet/api/tags/apache-mailet-2.5
+ </developerConnection>
+ <url>
+
http://svn.apache.org/viewcvs.cgi/james/mailet/api/tags/apache-mailet-2.5?root=Apache-SVN
+ </url>
+ </scm>
+
+ <!-- This is here because of http://jira.codehaus.org/browse/MRRESOURCES-6
-->
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4.3</version>
</dependency>
<dependency>
@@ -90,32 +90,32 @@
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
- </dependency>
- </dependencies>
-
- <mailingLists>
- <mailingList>
- <name>Apache Mailet API List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-mailet-api/</archive>
- </mailingList>
- </mailingLists>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <optimize>true</optimize>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
+ </dependency>
+ </dependencies>
+
+ <mailingLists>
+ <mailingList>
+ <name>Apache Mailet API List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/james-mailet-api/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <optimize>true</optimize>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
@@ -128,30 +128,30 @@
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
<url>${pom.url}</url>
</manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <!-- Add NOTICE and LICENSE to generated JAR -->
- <plugin>
- <artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>process</goal>
- </goals>
- <configuration>
- <resourceBundles>
-
<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
- </resourceBundles>
- <properties>
- <!-- <preProjectText>PRE PROCESS TEXT</preProjectText>
-->
- <postProjectText>This file is automatically generated by
dependencies declared in pom.xml</postProjectText>
- <addLicense>true</addLicense>
- </properties>
- </configuration>
- </execution>
- </executions>
+ </archive>
+ </configuration>
+ </plugin>
+ <!-- Add NOTICE and LICENSE to generated JAR -->
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+ <resourceBundles>
+
<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+ </resourceBundles>
+ <properties>
+ <!-- <preProjectText>PRE PROCESS TEXT</preProjectText>
-->
+ <postProjectText>This file is automatically generated by
dependencies declared in pom.xml</postProjectText>
+ <addLicense>true</addLicense>
+ </properties>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -179,12 +179,12 @@
</asfExtOptions>
</configuration>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
@@ -224,8 +224,8 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.2</version>
- </plugin>
- </plugins>
- </reporting>
-
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>