Author: sebb
Date: Fri Dec 5 19:03:42 2014
New Revision: 1643397
URL: http://svn.apache.org/r1643397
Log:
CP35
Modified:
commons/proper/jelly/trunk/pom.xml
Modified: commons/proper/jelly/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jelly/trunk/pom.xml?rev=1643397&r1=1643396&r2=1643397&view=diff
==============================================================================
--- commons/proper/jelly/trunk/pom.xml (original)
+++ commons/proper/jelly/trunk/pom.xml Fri Dec 5 19:03:42 2014
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>28</version>
+ <version>35</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-jelly</groupId>
@@ -326,8 +326,8 @@
<archive>
<manifestEntries>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
-
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
-
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
+
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
+
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
</manifestEntries>
</archive>
</configuration>