diff options
| author | Dennis Wagelaar | 2018-11-19 10:01:38 +0000 |
|---|---|---|
| committer | Dennis Wagelaar | 2018-11-19 12:08:47 +0000 |
| commit | cbe6c713cb513c96910e8074e71365edaefaaba4 (patch) | |
| tree | 22c9c38c3b80ec092d1c3666be21a61194a8e30c | |
| parent | 0b5b00aed5d97ca784d4dd4c7de37c56ed5e6810 (diff) | |
| download | org.eclipse.atl-cbe6c713cb513c96910e8074e71365edaefaaba4.tar.gz org.eclipse.atl-cbe6c713cb513c96910e8074e71365edaefaaba4.tar.xz org.eclipse.atl-cbe6c713cb513c96910e8074e71365edaefaaba4.zip | |
534946: Stale ASM version 5
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=534946
Change-Id: Ifa06f7f3638295139323aa9a3b350d7bdafab8d4
Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
(cherry picked from commit 5524a85cbe93f8c0c75bedc49cad9bb24b1476af)
| -rw-r--r-- | plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF | 2 | ||||
| -rw-r--r-- | releng/org.eclipse.m2m.atl.releng.parent/pom.xml | 84 |
2 files changed, 10 insertions, 76 deletions
diff --git a/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF b/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF index ba6c2fdb..7e28d23d 100644 --- a/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.m2m.atl.emftvm/META-INF/MANIFEST.MF @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.m2m.atl.common, org.eclipse.core.resources, org.eclipse.emf.validation;bundle-version="1.4.0", - org.objectweb.asm;bundle-version="[5.0.1,7.0.0)", + org.objectweb.asm;bundle-version="[5.0.1,8.0.0)", org.eclipse.m2m.atl.core.emf;visibility:=reexport Bundle-ActivationPolicy: lazy Automatic-Module-Name: org.eclipse.m2m.atl.emftvm diff --git a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml index 00f94b1a..ed3848a5 100644 --- a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml +++ b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml @@ -312,38 +312,17 @@ <profiles> <profile> - <id>photon</id> - <repositories> - <repository> - <id>releasetrain</id> - <layout>p2</layout> - <url>http://download.eclipse.org/releases/photon</url> - </repository> - <repository> - <id>orbit</id> - <layout>p2</layout> - <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository</url> - </repository> - <repository> - <id>emf compare 1.2 (test purpose only)</id> - <layout>p2</layout> - <url>http://download.eclipse.org/modeling/emf/compare/updates/releases/1.2</url> - </repository> - </repositories> - </profile> - - <profile> - <id>oxygen</id> + <id>2018-09</id> <repositories> <repository> <id>releasetrain</id> <layout>p2</layout> - <url>http://download.eclipse.org/releases/oxygen</url> + <url>http://download.eclipse.org/releases/2018-09</url> </repository> <repository> <id>orbit</id> <layout>p2</layout> - <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository</url> + <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository</url> </repository> <repository> <id>emf compare 1.2 (test purpose only)</id> @@ -354,33 +333,12 @@ </profile> <profile> - <id>neon</id> - <repositories> - <repository> - <id>releasetrain</id> - <layout>p2</layout> - <url>http://download.eclipse.org/releases/neon</url> - </repository> - <repository> - <id>orbit</id> - <layout>p2</layout> - <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository</url> - </repository> - <repository> - <id>emf compare 1.2 (test purpose only)</id> - <layout>p2</layout> - <url>http://download.eclipse.org/modeling/emf/compare/updates/releases/1.2</url> - </repository> - </repositories> - </profile> - - <profile> - <id>mars</id> + <id>photon</id> <repositories> <repository> <id>releasetrain</id> <layout>p2</layout> - <url>http://download.eclipse.org/releases/mars</url> + <url>http://download.eclipse.org/releases/photon</url> </repository> <repository> <id>orbit</id> @@ -396,12 +354,12 @@ </profile> <profile> - <id>luna</id> + <id>oxygen</id> <repositories> <repository> <id>releasetrain</id> <layout>p2</layout> - <url>http://download.eclipse.org/releases/luna</url> + <url>http://download.eclipse.org/releases/oxygen</url> </repository> <repository> <id>orbit</id> @@ -417,12 +375,12 @@ </profile> <profile> - <id>kepler</id> + <id>neon</id> <repositories> <repository> <id>releasetrain</id> <layout>p2</layout> - <url>http://download.eclipse.org/releases/kepler</url> + <url>http://download.eclipse.org/releases/neon</url> </repository> <repository> <id>orbit</id> @@ -438,30 +396,6 @@ </profile> <profile> - <id>juno</id> - <properties> - <platform-version>[4.0,5.0)</platform-version> - </properties> - <repositories> - <repository> - <id>releasetrain</id> - <layout>p2</layout> - <url>http://download.eclipse.org/releases/juno</url> - </repository> - <repository> - <id>antlr</id> - <layout>p2</layout> - <url>http://archive.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository</url> - </repository> - <repository> - <id>orbit</id> - <layout>p2</layout> - <url>http://download.eclipse.org/tools/orbit/downloads/drops/updateSite</url> - </repository> - </repositories> - </profile> - - <profile> <id>checkstyle</id> <activation> <activeByDefault>false</activeByDefault> |
