summaryrefslogtreecommitdiff
path: root/java/apache-commons-beanutils/files/patch-build.xml
blob: a20c7da7ed876f537e8d1327faa4bfe5da7caf63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- build.xml.orig
+++ build.xml
@@ -42,7 +42,7 @@
   <property name="component.title"         value="Bean Introspection Utilities"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.9.3-SNAPSHOT"/>
+  <property name="component.version"       value="1.11.0"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>
@@ -61,10 +61,10 @@
 
 
   <!-- Compiler source JDK version -->
-  <property name="compile.source"          value="1.5"/>
+  <property name="compile.source"          value="1.8"/>
 
   <!-- Compiler target JDK version -->
-  <property name="compile.target"          value="1.5"/>
+  <property name="compile.target"          value="1.8"/>
 
   <!-- Should Java compilations set the 'debug' compiler option? -->
   <property name="compile.debug"           value="true"/>