Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse-xtext/xtext#1182] added support for java 11 as target
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Jan 12, 2019
1 parent ffcc188 commit a749802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.xtext.maven.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<upstreamBranch>master</upstreamBranch>
<upstreamBranch>cd_java11</upstreamBranch>
<JENKINS_URL>http://services.typefox.io/open-source/jenkins</JENKINS_URL>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>xtext-maven-plugin-it</artifactId>
<packaging>pom</packaging>
<properties>
<upstreamBranch>master</upstreamBranch>
<upstreamBranch>cd_java11</upstreamBranch>
<JENKINS_URL>http://services.typefox.io/open-source/jenkins</JENKINS_URL>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit a749802

Please sign in to comment.