Skip to content

Commit

Permalink
Merge pull request #54 from itemis/cd_asm71
Browse files Browse the repository at this point in the history
replaced asm with 7.1 due orbit changes
  • Loading branch information
cdietrich committed May 4, 2019
2 parents 40e77fb + 9860562 commit 4d50528
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -21,8 +21,8 @@
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/nightly"/>
</location>
<location includeMode="slicer" includeAllPlatforms="true" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="com.google.inject" version="3.0.0.v201605172100"/>
<unit id="org.apache.commons.cli" version="1.2.0.v201404270220"/>
<unit id="com.google.guava" version="21.0.0.v20170206-1425"/>
Expand Down
Expand Up @@ -31,8 +31,8 @@ location "http://download.eclipse.org/modeling/tmf/xtext/updates/nightly" {
}

location "http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06" {
org.objectweb.asm [7.0.0,7.1.0)
org.objectweb.asm.tree [7.0.0,7.1.0)
org.objectweb.asm [7.1.0,7.2.0)
org.objectweb.asm.tree [7.1.0,7.2.0)
com.google.inject [3.0.0,4.0.0)
org.apache.commons.cli
com.google.guava [21.0.0,22.0.0)
Expand Down
Expand Up @@ -29,8 +29,8 @@
<unit id="org.junit.platform.launcher" version="1.4.0.v20190212-2109"/>
<unit id="org.junit.platform.runner" version="1.4.0.v20190212-2109"/>
<unit id="org.opentest4j" version="1.1.1.v20190212-2109"/>
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
</location>
</locations>
Expand Down
Expand Up @@ -29,8 +29,8 @@
<unit id="org.junit.platform.launcher" version="1.4.0.v20190212-2109"/>
<unit id="org.junit.platform.runner" version="1.4.0.v20190212-2109"/>
<unit id="org.opentest4j" version="1.1.1.v20190212-2109"/>
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
<unit id="org.objectweb.asm.tree" version="7.0.0.v20181030-2244"/>
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-06"/>
</location>
</locations>
Expand Down

0 comments on commit 4d50528

Please sign in to comment.