Author: dennisl
Date: Sat Jun 13 20:24:59 2009
New Revision: 784462

URL: http://svn.apache.org/viewvc?rev=784462&view=rev
Log:
Prevent loosing the license header during the release process. This is a known 
issue. See section B.7 at http://wiki.apache.org/commons/CreatingReleases for 
the workaround used here.

Modified:
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=784462&r1=784461&r2=784462&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sat Jun 13 20:24:59 2009
@@ -15,10 +15,7 @@
    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";>
+<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>


Reply via email to