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 rd...@apache.org on 2009/02/15 21:54:58 UTC

svn commit: r744751 - /james/mailet/crypto/trunk/pom.xml

Author: rdonkin
Date: Sun Feb 15 20:54:58 2009
New Revision: 744751

URL: http://svn.apache.org/viewvc?rev=744751&view=rev
Log:
[maven-release-plugin] prepare release apache-crypto-mailets-1.0RC1

Modified:
    james/mailet/crypto/trunk/pom.xml

Modified: james/mailet/crypto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=744751&r1=744750&r2=744751&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Sun Feb 15 20:54:58 2009
@@ -1,41 +1,40 @@
-<?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.    
-  -->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.james</groupId>
-  <artifactId>apache-crypto-mailets</artifactId>
-  <name>Apache JAMES Crypto Mailets</name>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <description>
+<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.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>apache-crypto-mailets</artifactId>
+  <name>Apache JAMES Crypto Mailets</name>
+  <version>1.0RC1</version>
+  <packaging>jar</packaging>
+  <description>
     Apache JAMES Cryptographic Mailets is a collection of mailets which use cryptography.
-    This includes matching signatures, decrypting, encrypting and signing.
-  </description>
-  <parent>
+    This includes matching signatures, decrypting, encrypting and signing.
+  </description>
+  <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
     <version>1.3</version>
-    <relativePath>stage/org.apache.james/poms/james-project-1.3.pom</relativePath>
-  </parent>
-  <url>http://james.apache.org/mailet/crypto/</url>
-  <inceptionYear>2008</inceptionYear>
+    <relativePath>stage/org.apache.james/poms/james-project-1.3.pom</relativePath>
+  </parent>
+  <url>http://james.apache.org/mailet/crypto/</url>
+  <inceptionYear>2008</inceptionYear>
 
   <properties>
     <!--
@@ -68,93 +67,87 @@
       <id>${james.www.id}</id>
       <url>${james.cryptomailets.www}</url>
     </site>
-  </distributionManagement>
-
-  <issueManagement>
-    <system>JIRA</system>
-    <url>http://issues.apache.org/jira/browse/MAILETCRYPTO</url>
-  </issueManagement>
-
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/james/mailet/crypto/trunk
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/james/mailet/crypto/trunk
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/james/mailet/crypto/trunk/?root=Apache-SVN
-    </url>
-  </scm>
-
-  <dependencies>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-      <version>1.4.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
+  </distributionManagement>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/MAILETCRYPTO</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/mailet/crypto/tags/apache-crypto-mailets-1.0RC1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailet/crypto/tags/apache-crypto-mailets-1.0RC1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/james/mailet/crypto/tags/apache-crypto-mailets-1.0RC1?root=Apache-SVN</url>
+  </scm>
+
+  <dependencies>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
       <artifactId>bcmail-jdk14</artifactId>
-      <version>129</version>
-    </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
+      <version>129</version>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
       <artifactId>bcmail-jdk14-workaround</artifactId>
-      <version>129</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
+      <version>129</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet</artifactId>
-      <version>2.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
+      <version>2.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet-base</artifactId>
-      <version>1.0RC3</version>
-    </dependency>
-  </dependencies>
-
-	<repositories>
-    <repository>
-      <id>crypto-mailet-stage-repository</id>
-      <name>Stage repository</name>
-      <url>file://${basedir}/stage</url>
-      <layout>legacy</layout>
-      <releases>
-        <enabled>true</enabled>
-        <checksumPolicy>ignore</checksumPolicy>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-        <checksumPolicy>ignore</checksumPolicy>
-      </snapshots>
-    </repository>
-	</repositories>
-
-  <mailingLists>
-    <mailingList>
-	    <name>Apache JAMES Server List</name>
-	    <subscribe>server-dev-subscribe@james.apache.org</subscribe>
-	    <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
-	    <post>server-dev@james.apache.org</post>
-	    <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
-    </mailingList>
-  </mailingLists>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <optimize>true</optimize>
-          <source>1.4</source>
+      <version>1.0RC3</version>
+    </dependency>
+  </dependencies>
+
+	<repositories>
+    <repository>
+      <id>crypto-mailet-stage-repository</id>
+      <name>Stage repository</name>
+      <url>file://${basedir}/stage</url>
+      <layout>legacy</layout>
+      <releases>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </snapshots>
+    </repository>
+	</repositories>
+
+  <mailingLists>
+    <mailingList>
+	    <name>Apache JAMES Server List</name>
+	    <subscribe>server-dev-subscribe@james.apache.org</subscribe>
+	    <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
+	    <post>server-dev@james.apache.org</post>
+	    <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.4</source>
           <target>1.4</target>
-          <encoding>UTF-8</encoding>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>
@@ -170,7 +163,7 @@
               <url>${pom.url}</url>
             </manifestEntries>
           </archive>
-        </configuration>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
@@ -192,28 +185,28 @@
             <Embed-Dependency>*;scope=runtime</Embed-Dependency>
           </instructions>
         </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.4</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>
+      <!-- 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.4</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>
@@ -284,17 +277,17 @@
             </goals>
           </execution>
         </executions>
-      </plugin>      
-    </plugins>
-  </build>
-  
+      </plugin>      
+    </plugins>
+  </build>
+  
    <reporting>
     <plugins>
-      <plugin>
-        <groupId>org.apache.james</groupId>
-        <artifactId>maven-mailetdocs-plugin</artifactId>
-        <version>0.1</version>
-      </plugin>
+      <plugin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-mailetdocs-plugin</artifactId>
+        <version>0.1</version>
+      </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.4.3</version>
@@ -343,6 +336,6 @@
         </configuration>
       </plugin>
     </plugins>
-  </reporting>
-  
+  </reporting>
+  
 </project>
\ No newline at end of file



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