You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/06/12 19:25:59 UTC

svn commit: r784206 - in /commons/proper/email/trunk: STATUS.html doap_email.rdf pom.xml

Author: sgoeschl
Date: Fri Jun 12 17:25:58 2009
New Revision: 784206

URL: http://svn.apache.org/viewvc?rev=784206&view=rev
Log:
Cleaning up the project and preparing a new release candidate

Removed:
    commons/proper/email/trunk/STATUS.html
Modified:
    commons/proper/email/trunk/doap_email.rdf
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/doap_email.rdf
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/doap_email.rdf?rev=784206&r1=784205&r2=784206&view=diff
==============================================================================
--- commons/proper/email/trunk/doap_email.rdf (original)
+++ commons/proper/email/trunk/doap_email.rdf Fri Jun 12 17:25:58 2009
@@ -39,6 +39,11 @@
     <release>
       <Version>
         <name>commons-email</name>
+        <created>2009-06-12</created>
+        <revision>1.2</revision>
+      </Version>
+      <Version>
+        <name>commons-email</name>
         <created>2007-09-27</created>
         <revision>1.1</revision>
       </Version>

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=784206&r1=784205&r2=784206&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Fri Jun 12 17:25:58 2009
@@ -1,13 +1,33 @@
-<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">
+<?xml version="1.0"?>
+<!--
+   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.
+-->
+<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>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-parent</artifactId>
-        <version>11</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-parent</artifactId>
+      <version>11</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-email</groupId>
     <artifactId>commons-email</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <name>Commons Email</name>
 
     <inceptionYear>2001</inceptionYear>