Skip to content

Commit badca5b

Browse files
authored
upgrade to latest eclipse version: photon (#194)
* upgrade to latest eclipse version: photon * Update tycho to 1.2.0 * add space back
1 parent 908089e commit badca5b

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: java
22

3-
matrix:
4-
include:
5-
- os: linux
6-
- os: osx
7-
osx_image: xcode9.2
3+
os:
4+
- linux
5+
- osx
86

97
script:
108
- ./mvnw clean verify

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<base.name>Java Debug Server for Visual Studio Code</base.name>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<tycho-version>1.1.0</tycho-version>
14+
<tycho-version>1.2.0</tycho-version>
1515
</properties>
1616

1717
<licenses>
@@ -150,9 +150,9 @@
150150
</build>
151151
<repositories>
152152
<repository>
153-
<id>oxygen</id>
153+
<id>photon</id>
154154
<layout>p2</layout>
155-
<url>http://download.eclipse.org/releases/oxygen</url>
155+
<url>http://download.eclipse.org/releases/photon</url>
156156
</repository>
157157
<repository>
158158
<id>oss.sonatype.org</id>

0 commit comments

Comments
 (0)