jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml | 6 +++--- jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml | 12 ++++++------ jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml | 6 +++--- jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml | 4 ++-- jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml | 6 +++--- 5 files changed, 17 insertions(+), 17 deletions(-)
New commits: commit 49c21e31ce0501044a7d3602379f74c71dabb00b Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Wed Feb 13 08:04:36 2019 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Feb 13 13:03:44 2019 +0100 Javavendors: Set minimum version to 1.6 which is our new baseline (as discussed in ESC call 2019-02-07) Change-Id: Ie94e2af4e9231fc355961cdf3d9241b1c5748943 Reviewed-on: https://gerrit.libreoffice.org/67750 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml index b05b6c797ea8..ca938cf18bbb 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"> - <updated>2019-01-19</updated> + <updated>2019-02-13</updated> <vendorInfos> <vendor name="Oracle Corporation"> <minVersion>1.7.0</minVersion> </vendor> <vendor name="Sun Microsystems Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="The FreeBSD Foundation"> <minVersion>1.6.0</minVersion> </vendor> <vendor name="Free Software Foundation, Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="AdoptOpenJdk"> <minVersion>1.8.0</minVersion> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml index 69bed13b94d1..b5fb7ff1d88a 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"> - <updated>2019-02-02</updated> + <updated>2019-02-13</updated> <vendorInfos> <vendor name="Sun Microsystems Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="Oracle Corporation"> <minVersion>1.6.0</minVersion> </vendor> <vendor name="IBM Corporation"> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="Blackdown Java-Linux Team"> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="Free Software Foundation, Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="BEA Systems, Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="Azul Systems, Inc."> <minVersion>1.6.0</minVersion> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml index 5244db3a143c..19ecbbee5b75 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"> - <updated>2019-02-02</updated> + <updated>2019-02-13</updated> <vendorInfos> <vendor name="Oracle Corporation"> <minVersion>1.7.0</minVersion> </vendor> <vendor name="Apple Computer, Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="Apple Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="Azul Systems, Inc."> <minVersion>1.6.0</minVersion> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml index 7771d81527df..73413dc27319 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"> - <updated>2019-01-19</updated> + <updated>2019-02-13</updated> <vendorInfos> <vendor name="Oracle Corporation"> <minVersion>1.7.0</minVersion> </vendor> <vendor name="Sun Microsystems Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="AdoptOpenJdk"> <minVersion>1.8.0</minVersion> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml index c866a3ec1ffb..9bc88b424983 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"> - <updated>2019-02-02</updated> + <updated>2019-02-13</updated> <vendorInfos> <vendor name="Oracle Corporation"> <minVersion>1.6.0</minVersion> </vendor> <vendor name="Sun Microsystems Inc."> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="IBM Corporation"> - <minVersion>1.5.0</minVersion> + <minVersion>1.6.0</minVersion> </vendor> <vendor name="Azul Systems, Inc."> <minVersion>1.6.0</minVersion> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits