diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-06-07 16:31:49 +0200 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-06-07 16:32:02 +0200 |
| commit | fdcfd413cb245eed50227bc1e9c41d7b9ad6410a (patch) | |
| tree | 4d9aba0b7e949553017208810be736f0fff0f065 /java/apache-commons-beanutils/files/patch-build.xml | |
| parent | eae46162e567417a3fa931ba30c3a704d4ba8d4a (diff) | |
java/apache-commons-beanutils: update to version 1.11.0
Diffstat (limited to 'java/apache-commons-beanutils/files/patch-build.xml')
| -rw-r--r-- | java/apache-commons-beanutils/files/patch-build.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/java/apache-commons-beanutils/files/patch-build.xml b/java/apache-commons-beanutils/files/patch-build.xml index 4c1a8929b267..a20c7da7ed87 100644 --- a/java/apache-commons-beanutils/files/patch-build.xml +++ b/java/apache-commons-beanutils/files/patch-build.xml @@ -1,15 +1,24 @@ ---- build.xml.orig 2020-11-17 15:42:56 UTC +--- build.xml.orig +++ build.xml -@@ -62,10 +62,10 @@ +@@ -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.6"/> ++ <property name="compile.source" value="1.8"/> <!-- Compiler target JDK version --> - <property name="compile.target" value="1.5"/> -+ <property name="compile.target" value="1.6"/> ++ <property name="compile.target" value="1.8"/> <!-- Should Java compilations set the 'debug' compiler option? --> <property name="compile.debug" value="true"/> |
