Skip to content

Commit 162072b

Browse files
authored
Merge pull request #4 from ZSquirrel1009/master
org.eclipse.emf.ecore 2.13.0版本无法下载
2 parents 720aed8 + cfedd03 commit 162072b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

plugins/edu.uoc.som.jsonschematouml.test/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Bundle-Version: 0.0.6.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: SOM Research Lab
88
Require-Bundle: com.google.gson;bundle-version="2.7.0",
9-
org.eclipse.emf.ecore;bundle-version="2.13.0",
10-
org.eclipse.emf.ecore.xmi;bundle-version="2.13.0",
9+
org.eclipse.emf.ecore;bundle-version="2.15.0",
10+
org.eclipse.emf.ecore.xmi;bundle-version="2.15.0",
1111
org.eclipse.uml2.uml;bundle-version="5.3.0",
1212
org.eclipse.uml2.uml.resources;bundle-version="5.3.0",
1313
edu.uoc.som.jsonschematouml,

plugins/edu.uoc.som.jsonschematouml.ui/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Bundle-Vendor: SOM Research Lab
88
Require-Bundle: org.eclipse.ui,
99
org.eclipse.core.runtime,
1010
org.eclipse.core.resources,
11-
org.eclipse.emf.ecore;bundle-version="2.13.0",
12-
org.eclipse.emf.ecore.xmi;bundle-version="2.13.0",
11+
org.eclipse.emf.ecore;bundle-version="2.15.0",
12+
org.eclipse.emf.ecore.xmi;bundle-version="2.15.0",
1313
org.eclipse.uml2.uml;bundle-version="5.3.0",
1414
org.eclipse.uml2.uml.resources;bundle-version="5.3.0",
1515
edu.uoc.som.jsonschematouml

plugins/edu.uoc.som.jsonschematouml/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: JSON Schema to UML
44
Bundle-SymbolicName: edu.uoc.som.jsonschematouml
55
Require-Bundle: com.google.gson;bundle-version="2.7.0",
6-
org.eclipse.emf.ecore;bundle-version="2.13.0",
7-
org.eclipse.emf.ecore.xmi;bundle-version="2.13.0",
6+
org.eclipse.emf.ecore;bundle-version="2.15.0",
7+
org.eclipse.emf.ecore.xmi;bundle-version="2.15.0",
88
org.eclipse.uml2.uml;bundle-version="5.3.0",
99
org.eclipse.uml2.uml.resources;bundle-version="5.3.0"
1010
Bundle-Version: 0.0.6.qualifier

0 commit comments

Comments
 (0)