984429bfca
This request contains the update to 4.17 (needed by tomcat 9.0.40) and to 4.18 (needed by tomcat 9.0.42) - Upgrade to eclipse 4.18 ecj - Switch java14api to java15api to be compatible to JDK 15 - Upgrade to eclipse 4.17 ecj - Removed patches: * ecj-encoding.patch * jdk10u-jdk8compat.patch - Switch java10api to java14api to be compatible to JDK 14 OBS-URL: https://build.opensuse.org/request/show/926110 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ecj?expand=0&rev=47
8 lines
407 B
XML
8 lines
407 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.eclipse</groupId>
|
|
<artifactId>java15api</artifactId>
|
|
<version>15</version>
|
|
</project>
|