Skip to content

Commit

Permalink
update xtend.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakag committed Apr 29, 2019
1 parent 300902a commit 0cc022c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: java

jdk:
- oraclejdk8
- openjdk8
- openjdk11

cache:
Expand Down
2 changes: 1 addition & 1 deletion releng/jp.osdn.tmdmaker.configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<maven-jxr-plugin-version>3.0.0</maven-jxr-plugin-version>
<velocity-version>1.7</velocity-version>
<jaxb-api-version>2.4.0-b180830.0359</jaxb-api-version>
<xtend-version>2.16.0</xtend-version>
<xtend-version>2.17.1</xtend-version>
<!-- other settings -->
<release-version>0.9.0</release-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 4 additions & 4 deletions releng/tmdmaker.releng.targetplatform/2019-03.target
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.7.0.201806111355"/>
<repository location="http://download.eclipse.org/technology/swtbot/releases/2.7.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.xtend.sdk.feature.group" version="2.16.0.v20181203-1555"/>
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.babel.nls_tools.gef_ja.feature.group" version="4.5.0.v20171231064042"/>
<repository location="http://archive.eclipse.org/technology/babel/update-site/R0.15.1/mars"/>
Expand Down Expand Up @@ -50,5 +46,9 @@
<unit id="org.eclipse.gef.sdk.feature.group" version="3.11.0.201606061308"/>
<repository location="http://download.eclipse.org/releases/2019-03"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.xtend.sdk.feature.group" version="2.17.0.v20190304-1445"/>
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/"/>
</location>
</locations>
</target>

0 comments on commit 0cc022c

Please sign in to comment.