diff --git a/README.md b/README.md index 3c7ecd772..b6da5c661 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,35 @@ Now that your workspace is setup, you can start creating your [project and defin ## Model examples The [ros-model-experiments](https://github.com/ipa-nhg/ros-model-experiments/) reposirory holds some examples o models autogenerated using the tooling and its facilities. + +## Update Release versions (only for administrators) + +### 1. Update version + +Run the command: + +``` +mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=X.Y.0-SNAPSHOT -f plugins/de.fraunhofer.ipa.ros.parent/ +``` + +This will upgrade the *pom.xml* and *MANIFEST.MF* of all the repositories. + +### 2. Synchronize the ROS fetuare + +Open the on eclipse the file *de.fraunhofer.ipa.ros.feature/feature.xml* and under *Overview* press the button *Synchronize* and choose the second option*Copy versions from plug-in, feature and fragment manifest* + +![alt text](docu/images/sync_feature.png) + + +Push to this GitHub repository the status + +### 3. Export the updated feature + +From the menu *File* select *Export* and choose the option *Deployable features* from *Plug-in Development* category. Select the *de.fraunhofer.ipa.ros.feature* Feature and give a path for destination (e.g. ~/Desktop/export) + +The resulted folders and files have to be copied to the *updatesite/latest* folder fo the [Update Site server](http://ros-model.seronet-project.de/updatesite/latest/) + +### 4. Add a new release on GitHub + +Tag the current point of the history with the release number previously given (X.Y.0). Optionally upgrade the [exported files](#3-export-the-updated-feature) as a zip. + diff --git a/docu/images/sync_feature.png b/docu/images/sync_feature.png new file mode 100644 index 000000000..f38294332 Binary files /dev/null and b/docu/images/sync_feature.png differ diff --git a/plugins/de.fraunhofer.ipa.componentInterface.edit/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.componentInterface.edit/META-INF/MANIFEST.MF index 44d218455..609a56a1b 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.edit/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.componentInterface.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: componentInterface.provider.ComponentInterfaceEditPlugin$Implementation Bundle-Vendor: %providerName diff --git a/plugins/de.fraunhofer.ipa.componentInterface.edit/pom.xml b/plugins/de.fraunhofer.ipa.componentInterface.edit/pom.xml index 86068de92..238241481 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.edit/pom.xml +++ b/plugins/de.fraunhofer.ipa.componentInterface.edit/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.componentInterface.edit diff --git a/plugins/de.fraunhofer.ipa.componentInterface.editor/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.componentInterface.editor/META-INF/MANIFEST.MF index bb32dddb4..1f85a45c4 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.editor/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.componentInterface.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.editor;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: componentInterface.presentation.ComponentInterfaceEditorPlugin$Implementation Bundle-Vendor: %providerName diff --git a/plugins/de.fraunhofer.ipa.componentInterface.editor/pom.xml b/plugins/de.fraunhofer.ipa.componentInterface.editor/pom.xml index 100836dd8..7c9ace0dd 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.editor/pom.xml +++ b/plugins/de.fraunhofer.ipa.componentInterface.editor/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.componentInterface.editor diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/META-INF/MANIFEST.MF index 2a86fc6b4..84a6a7342 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext.ide Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.ide; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext, diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/pom.xml b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/pom.xml index 48206e046..83d0b44b5 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/pom.xml +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ide/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.componentInterface.xtext.ide diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/META-INF/MANIFEST.MF index 96b68c03e..eda16890b 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Automatic-Module-Name: de.fraunhofer.ipa.componentInterface.xtext.tests Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext.tests Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.tests; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext, diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/pom.xml b/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/pom.xml index 91e35d02c..87668c8cd 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/pom.xml +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext.tests/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.componentInterface.xtext.tests diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/META-INF/MANIFEST.MF index b69b821d1..28c181921 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext.ui Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.componentInterface.xtext, diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/pom.xml b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/pom.xml index 2e8787051..d51823026 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/pom.xml +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext.ui/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.componentInterface.xtext.ui diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.componentInterface.xtext/META-INF/MANIFEST.MF index 34d8e8b51..cf816b34a 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.componentInterface.xtext Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface.xtext; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.componentInterface, diff --git a/plugins/de.fraunhofer.ipa.componentInterface.xtext/pom.xml b/plugins/de.fraunhofer.ipa.componentInterface.xtext/pom.xml index c503b6625..30c5212f0 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface.xtext/pom.xml +++ b/plugins/de.fraunhofer.ipa.componentInterface.xtext/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.componentInterface.xtext diff --git a/plugins/de.fraunhofer.ipa.componentInterface/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.componentInterface/META-INF/MANIFEST.MF index 59fbbd919..81af36a35 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.componentInterface/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.componentInterface;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/plugins/de.fraunhofer.ipa.componentInterface/pom.xml b/plugins/de.fraunhofer.ipa.componentInterface/pom.xml index 90e2ec10a..85f83b42d 100644 --- a/plugins/de.fraunhofer.ipa.componentInterface/pom.xml +++ b/plugins/de.fraunhofer.ipa.componentInterface/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.componentInterface diff --git a/plugins/de.fraunhofer.ipa.ros.edit/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.edit/META-INF/MANIFEST.MF index d7a71de5b..b0eb5cb04 100644 --- a/plugins/de.fraunhofer.ipa.ros.edit/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.ros.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: ros.provider.RosEditPlugin$Implementation Bundle-Vendor: %providerName diff --git a/plugins/de.fraunhofer.ipa.ros.edit/pom.xml b/plugins/de.fraunhofer.ipa.ros.edit/pom.xml index 3ef72476f..61ef6041d 100644 --- a/plugins/de.fraunhofer.ipa.ros.edit/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.edit/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.edit diff --git a/plugins/de.fraunhofer.ipa.ros.editor/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.editor/META-INF/MANIFEST.MF index dc0b542ac..03a00a028 100644 --- a/plugins/de.fraunhofer.ipa.ros.editor/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.ros.editor;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: ros.presentation.RosEditorPlugin$Implementation Bundle-Vendor: %providerName diff --git a/plugins/de.fraunhofer.ipa.ros.editor/pom.xml b/plugins/de.fraunhofer.ipa.ros.editor/pom.xml index 73879fe55..13cd64a37 100644 --- a/plugins/de.fraunhofer.ipa.ros.editor/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.editor/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.editor diff --git a/plugins/de.fraunhofer.ipa.ros.feature/feature.xml b/plugins/de.fraunhofer.ipa.ros.feature/feature.xml index bbd9c9267..a787f2f1b 100644 --- a/plugins/de.fraunhofer.ipa.ros.feature/feature.xml +++ b/plugins/de.fraunhofer.ipa.ros.feature/feature.xml @@ -2,7 +2,7 @@ @@ -52,154 +52,154 @@ POSSIBILITY OF SUCH DAMAGE. id="de.fraunhofer.ipa.rossystem" download-size="0" install-size="0" - version="0.0.0" + version="1.1.0.qualifier" unpack="false"/> diff --git a/plugins/de.fraunhofer.ipa.ros.feature/pom.xml b/plugins/de.fraunhofer.ipa.ros.feature/pom.xml index 62f1d3e88..2705ac6d8 100644 --- a/plugins/de.fraunhofer.ipa.ros.feature/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.feature/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.feature diff --git a/plugins/de.fraunhofer.ipa.ros.model.spec.check/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.model.spec.check/META-INF/MANIFEST.MF index 3be3beb55..a37a2ce1a 100644 --- a/plugins/de.fraunhofer.ipa.ros.model.spec.check/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.model.spec.check/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Check Bundle-SymbolicName: de.fraunhofer.ipa.ros.model.spec.check;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Automatic-Module-Name: de.fraunhofer.ipa.ros.model.spec.check Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.eclipse.core.commands, diff --git a/plugins/de.fraunhofer.ipa.ros.model.spec.check/pom.xml b/plugins/de.fraunhofer.ipa.ros.model.spec.check/pom.xml index b178b052a..2eced8d4d 100644 --- a/plugins/de.fraunhofer.ipa.ros.model.spec.check/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.model.spec.check/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.model.spec.check diff --git a/plugins/de.fraunhofer.ipa.ros.parent/pom.xml b/plugins/de.fraunhofer.ipa.ros.parent/pom.xml index 28219503e..c3e5d6eed 100644 --- a/plugins/de.fraunhofer.ipa.ros.parent/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.parent/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 de.fraunhofer.ipa.ros - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT de.fraunhofer.ipa.ros.parent pom diff --git a/plugins/de.fraunhofer.ipa.ros.plugin/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.plugin/META-INF/MANIFEST.MF index b643421fc..f2253157e 100644 --- a/plugins/de.fraunhofer.ipa.ros.plugin/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Plugin Bundle-SymbolicName: de.fraunhofer.ipa.ros.plugin;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Vendor: Fraunhofer IPA Require-Bundle: org.eclipse.ui, org.eclipse.ui.navigator, diff --git a/plugins/de.fraunhofer.ipa.ros.plugin/pom.xml b/plugins/de.fraunhofer.ipa.ros.plugin/pom.xml index a3da322dc..71641d541 100644 --- a/plugins/de.fraunhofer.ipa.ros.plugin/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.plugin/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.plugin diff --git a/plugins/de.fraunhofer.ipa.ros.sirius/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.sirius/META-INF/MANIFEST.MF index 06f80a09d..1c773bb33 100644 --- a/plugins/de.fraunhofer.ipa.ros.sirius/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.sirius/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.ros.sirius;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Activator: de.fraunhofer.ipa.ros.sirius.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, diff --git a/plugins/de.fraunhofer.ipa.ros.sirius/pom.xml b/plugins/de.fraunhofer.ipa.ros.sirius/pom.xml index 1a57866d4..4c1d42a4a 100644 --- a/plugins/de.fraunhofer.ipa.ros.sirius/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.sirius/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.sirius diff --git a/plugins/de.fraunhofer.ipa.ros.xtext.ide/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.xtext.ide/META-INF/MANIFEST.MF index 2f4e6cfc0..9c4fbfa11 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext.ide/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.xtext.ide/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.ros.xtext.ide Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.ros.xtext.ide; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.ros.xtext, diff --git a/plugins/de.fraunhofer.ipa.ros.xtext.ide/pom.xml b/plugins/de.fraunhofer.ipa.ros.xtext.ide/pom.xml index f492f4ab1..cf3b04315 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext.ide/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.xtext.ide/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.xtext.ide diff --git a/plugins/de.fraunhofer.ipa.ros.xtext.tests/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.xtext.tests/META-INF/MANIFEST.MF index 40a400306..f0f8af50e 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext.tests/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.xtext.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Automatic-Module-Name: de.fraunhofer.ipa.ros.xtext.tests Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.ros.xtext.tests Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.ros.xtext.tests; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.ros.xtext, diff --git a/plugins/de.fraunhofer.ipa.ros.xtext.tests/pom.xml b/plugins/de.fraunhofer.ipa.ros.xtext.tests/pom.xml index 612ea8de4..4d3acc9a4 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext.tests/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.xtext.tests/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.xtext.tests diff --git a/plugins/de.fraunhofer.ipa.ros.xtext.ui/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.xtext.ui/META-INF/MANIFEST.MF index 8a61684ab..cf660ff30 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext.ui/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.xtext.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.ros.xtext.ui Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.ros.xtext.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.ros.xtext, diff --git a/plugins/de.fraunhofer.ipa.ros.xtext.ui/pom.xml b/plugins/de.fraunhofer.ipa.ros.xtext.ui/pom.xml index 868a048fb..62fa3616d 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext.ui/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.xtext.ui/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.xtext.ui diff --git a/plugins/de.fraunhofer.ipa.ros.xtext/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros.xtext/META-INF/MANIFEST.MF index 27bb50cd4..fca93e085 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros.xtext/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.ros.xtext Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.ros.xtext; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.ros, diff --git a/plugins/de.fraunhofer.ipa.ros.xtext/pom.xml b/plugins/de.fraunhofer.ipa.ros.xtext/pom.xml index bb6996746..8537fbfc1 100644 --- a/plugins/de.fraunhofer.ipa.ros.xtext/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros.xtext/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros.xtext diff --git a/plugins/de.fraunhofer.ipa.ros/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.ros/META-INF/MANIFEST.MF index c9c0e71d3..4fe5573ed 100644 --- a/plugins/de.fraunhofer.ipa.ros/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.ros/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.ros;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/plugins/de.fraunhofer.ipa.ros/pom.xml b/plugins/de.fraunhofer.ipa.ros/pom.xml index 31f343611..37ab314ef 100644 --- a/plugins/de.fraunhofer.ipa.ros/pom.xml +++ b/plugins/de.fraunhofer.ipa.ros/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.ros diff --git a/plugins/de.fraunhofer.ipa.roscode.generator/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.roscode.generator/META-INF/MANIFEST.MF index 27bb7b049..3fd5e1775 100644 --- a/plugins/de.fraunhofer.ipa.roscode.generator/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.roscode.generator/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.seronet_projekt.componentGateway.generator Bundle-SymbolicName: de.fraunhofer.ipa.roscode.generator;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Vendor: SeRoNet (www.seronet-projekt.de) Export-Package: de.fraunhofer.ipa.roscode.generator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/plugins/de.fraunhofer.ipa.roscode.generator/pom.xml b/plugins/de.fraunhofer.ipa.roscode.generator/pom.xml index b58ec38a1..38a64fce5 100644 --- a/plugins/de.fraunhofer.ipa.roscode.generator/pom.xml +++ b/plugins/de.fraunhofer.ipa.roscode.generator/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.roscode.generator diff --git a/plugins/de.fraunhofer.ipa.rossystem.edit/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.rossystem.edit/META-INF/MANIFEST.MF index f969aac8c..cf000cfb7 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.edit/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.rossystem.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.rossystem.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: rossystem.provider.RossystemEditPlugin$Implementation Bundle-Vendor: %providerName diff --git a/plugins/de.fraunhofer.ipa.rossystem.edit/pom.xml b/plugins/de.fraunhofer.ipa.rossystem.edit/pom.xml index 95e50673f..22a6fdb45 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.edit/pom.xml +++ b/plugins/de.fraunhofer.ipa.rossystem.edit/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.rossystem.edit diff --git a/plugins/de.fraunhofer.ipa.rossystem.editor/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.rossystem.editor/META-INF/MANIFEST.MF index 9c58eee89..201067623 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.editor/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.rossystem.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.rossystem.editor;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: rossystem.presentation.RossystemEditorPlugin$Implementation Bundle-Vendor: %providerName diff --git a/plugins/de.fraunhofer.ipa.rossystem.editor/pom.xml b/plugins/de.fraunhofer.ipa.rossystem.editor/pom.xml index e104741bc..023bd8281 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.editor/pom.xml +++ b/plugins/de.fraunhofer.ipa.rossystem.editor/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.rossystem.editor diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/META-INF/MANIFEST.MF index bbe4d0242..4f664af11 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.rossystem.xtext.ide Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.rossystem.xtext.ide; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.rossystem.xtext, diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/pom.xml b/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/pom.xml index 836a98b56..fee3446a9 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/pom.xml +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext.ide/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.rossystem.xtext.ide diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/META-INF/MANIFEST.MF index 5d5c1efb4..512b24e81 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Automatic-Module-Name: de.fraunhofer.ipa.rossystem.xtext.tests Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.rossystem.xtext.tests Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.rossystem.xtext.tests; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.rossystem.xtext, diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/pom.xml b/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/pom.xml index 57083e528..2c1f26785 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/pom.xml +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext.tests/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.rossystem.xtext.tests diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/META-INF/MANIFEST.MF index 52691c217..1ec46c2ad 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.rossystem.xtext.ui Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.rossystem.xtext.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.rossystem.xtext, diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/pom.xml b/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/pom.xml index 37058a5c3..797fa83bb 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/pom.xml +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext.ui/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.rossystem.xtext.ui diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.rossystem.xtext/META-INF/MANIFEST.MF index 8d018712c..36a9bb2a3 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: de.fraunhofer.ipa.rossystem.xtext Bundle-Vendor: Fraunhofer IPA -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-SymbolicName: de.fraunhofer.ipa.rossystem.xtext; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: de.fraunhofer.ipa.rossystem, diff --git a/plugins/de.fraunhofer.ipa.rossystem.xtext/pom.xml b/plugins/de.fraunhofer.ipa.rossystem.xtext/pom.xml index 552259212..5f7911a5a 100644 --- a/plugins/de.fraunhofer.ipa.rossystem.xtext/pom.xml +++ b/plugins/de.fraunhofer.ipa.rossystem.xtext/pom.xml @@ -5,7 +5,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.rossystem.xtext diff --git a/plugins/de.fraunhofer.ipa.rossystem/META-INF/MANIFEST.MF b/plugins/de.fraunhofer.ipa.rossystem/META-INF/MANIFEST.MF index cc86a0c91..659968ffe 100644 --- a/plugins/de.fraunhofer.ipa.rossystem/META-INF/MANIFEST.MF +++ b/plugins/de.fraunhofer.ipa.rossystem/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.fraunhofer.ipa.rossystem;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/plugins/de.fraunhofer.ipa.rossystem/pom.xml b/plugins/de.fraunhofer.ipa.rossystem/pom.xml index a120ba14c..01229effc 100644 --- a/plugins/de.fraunhofer.ipa.rossystem/pom.xml +++ b/plugins/de.fraunhofer.ipa.rossystem/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.ipa.ros de.fraunhofer.ipa.ros.parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../de.fraunhofer.ipa.ros.parent/pom.xml de.fraunhofer.ipa.rossystem