Replace Java 1.4.2 with 1.4 as that is more normal way to express the dependency

git-svn-id: https://svn.apache.org/repos/asf/jakarta/bsf/trunk@761638 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bsf3/BUILDING b/bsf3/BUILDING
index e1a96e8..4aa48d5 100644
--- a/bsf3/BUILDING
+++ b/bsf3/BUILDING
@@ -22,7 +22,7 @@
  - to setup Eclipse projects for the BSF modules
 
 
-BSF requires a minimum of Java 1.4.2 to build
+BSF requires a minimum of Java 1.4 to build
 
 Note, currently there is a bug in the BSF 3 projects setup which causes
 the Eclipse projects to be created badly for the test projects when
diff --git a/bsf3/pom.xml b/bsf3/pom.xml
index e11c81e..e0d44ae 100644
--- a/bsf3/pom.xml
+++ b/bsf3/pom.xml
@@ -162,8 +162,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.2</X-Compile-Source-JDK>
-                            <X-Compile-Target-JDK>1.4.2</X-Compile-Target-JDK>
+                            <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK>
+                            <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK>
                         </manifestEntries>
                     </archive>
                 </configuration>