Skip to content

Commit

Permalink
Merge c8e7303 into 03d5a0b
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Oct 29, 2022
2 parents 03d5a0b + c8e7303 commit 05a8d74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
include:
# eclipse-cs
- jdk: openjdk11
arch: s390x
env:
- DESC="eclipse-cs"
- USE_MAVEN_REPO="true"
Expand Down
6 changes: 3 additions & 3 deletions eclipse-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
</modules>

<properties>
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.6.0</tycho-version>
</properties>

<repositories>
<repository>
<id>indigo</id>
<id>2019-06</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/juno</url>
<url>https://download.eclipse.org/releases/2019-06</url>
</repository>
</repositories>

Expand Down

0 comments on commit 05a8d74

Please sign in to comment.