Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2016-04-24 21:06:35 +0000
committerHenrik Rentz-Reichert2016-04-24 21:06:35 +0000
commita2965d27e45b2c00075876a25cc3d754247a5d4c (patch)
tree31821e5cebbe73ee3e4c9f809af5ce07df8dbb8d /plugins/org.eclipse.etrice.core.etmap
parent525284b092580a760bb16519b3f6093e4a2723f3 (diff)
downloadorg.eclipse.etrice-a2965d27e45b2c00075876a25cc3d754247a5d4c.tar.gz
org.eclipse.etrice-a2965d27e45b2c00075876a25cc3d754247a5d4c.tar.xz
org.eclipse.etrice-a2965d27e45b2c00075876a25cc3d754247a5d4c.zip
eTrice version 0.5.0 -> 1.0.0
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etmap')
-rw-r--r--plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF14
-rw-r--r--plugins/org.eclipse.etrice.core.etmap/pom.xml2
2 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF
index 255fd32af..29e7cdfe3 100644
--- a/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.etrice.core.etmap
Bundle-Vendor: Eclipse eTrice (Incubation)
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.etmap; singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.etrice.core.common;bundle-version="0.5.0",
- org.eclipse.etrice.core.fsm;bundle-version="0.5.0",
- org.eclipse.etrice.core.room;bundle-version="0.5.0",
- org.eclipse.etrice.core.etphys;bundle-version="0.5.0",
- org.eclipse.etrice.core.genmodel.fsm;bundle-version="0.5.0",
- org.eclipse.etrice.core.genmodel;bundle-version="0.5.0",
+Require-Bundle: org.eclipse.etrice.core.common;bundle-version="1.0.0",
+ org.eclipse.etrice.core.fsm;bundle-version="1.0.0",
+ org.eclipse.etrice.core.room;bundle-version="1.0.0",
+ org.eclipse.etrice.core.etphys;bundle-version="1.0.0",
+ org.eclipse.etrice.core.genmodel.fsm;bundle-version="1.0.0",
+ org.eclipse.etrice.core.genmodel;bundle-version="1.0.0",
org.eclipse.xtext;bundle-version="2.6.0";visibility:=reexport,
org.eclipse.xtext.xbase;bundle-version="2.6.0";resolution:=optional;visibility:=reexport,
org.eclipse.xtext.generator;bundle-version="2.6.0";resolution:=optional,
diff --git a/plugins/org.eclipse.etrice.core.etmap/pom.xml b/plugins/org.eclipse.etrice.core.etmap/pom.xml
index 14fe345a7..536a144d0 100644
--- a/plugins/org.eclipse.etrice.core.etmap/pom.xml
+++ b/plugins/org.eclipse.etrice.core.etmap/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.etrice</groupId>
<artifactId>java-generator</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.etrice.parent/pom.xml</relativePath>
</parent>

Back to the top