Skip to content

Commit

Permalink
131: Java 11 and Tycho 2.2.0
Browse files Browse the repository at this point in the history
Task-Url: #131
  • Loading branch information
LorenzoBettini committed Mar 26, 2021
1 parent 92ceaad commit 0c92d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.xsemantics.parent/pom.xml
Expand Up @@ -53,7 +53,7 @@ Contributors:
</issueManagement>

<properties>
<tycho-version>1.5.0</tycho-version>
<tycho-version>2.2.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
Expand Down

0 comments on commit 0c92d55

Please sign in to comment.