You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/10/10 23:44:18 UTC

svn commit: r1531123 - /commons/proper/email/trunk/pom.xml

Author: tn
Date: Thu Oct 10 21:44:18 2013
New Revision: 1531123

URL: http://svn.apache.org/r1531123
Log:
Prepare pom for next release.

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=1531123&r1=1531122&r2=1531123&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Thu Oct 10 21:44:18 2013
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-email</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <name>Commons Email</name>
 
     <inceptionYear>2001</inceptionYear>
@@ -380,7 +380,7 @@
                 <artifactId>maven-pmd-plugin</artifactId>
                 <version>2.7.1</version>
                 <configuration>
-                    <targetJdk>${maven.compile.target}</targetJdk>
+                    <targetJdk>${maven.compiler.target}</targetJdk>
                 </configuration>
             </plugin>
             <plugin>