Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:adrianSuSE:PL
super-csv
jdk6.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jdk6.patch of Package super-csv
From 8b3c96cd49daf6d2e2c65f552a119cfe86b7845a Mon Sep 17 00:00:00 2001 From: "Kasper B. Graversen" <kbilsted@users.noreply.github.com> Date: Thu, 2 Jan 2020 00:08:55 +0100 Subject: [PATCH] upgrade JDK target 1.5 to 1.6 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0fbf9202..c44aaf96 100644 --- a/pom.xml +++ b/pom.xml @@ -157,8 +157,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor