Author: sebb
Date: Tue Mar 30 19:41:50 2010
New Revision: 929233

URL: http://svn.apache.org/viewvc?rev=929233&view=rev
Log:
Use property reference for source/target versions

Modified:
    jakarta/bsf/branches/bsf3.x/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/pom.xml?rev=929233&r1=929232&r2=929233&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/pom.xml Tue Mar 30 19:41:50 2010
@@ -121,8 +121,8 @@
                             
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
                             <Implementation-Vendor>Apache Software 
Foundation</Implementation-Vendor>
                             
<Implementation-Version>${pom.version}</Implementation-Version>
-                            <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK>
-                            <X-Compile-Target-JDK>1.4</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>



---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org

Reply via email to