From 64d8e1729ec6847d6513561e741528725fc8b45a Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Tue, 1 Jun 2021 12:24:28 +0200 Subject: [PATCH] Advance version to 1.0.2 --- .gitlab-ci.yml | 2 +- de.hftstuttgart.cityunits.feature/feature.xml | 2 +- de.hftstuttgart.cityunits.feature/pom.xml | 2 +- de.hftstuttgart.cityunits.model.edit/.classpath | 2 +- de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF | 2 +- de.hftstuttgart.cityunits.model.edit/pom.xml | 2 +- de.hftstuttgart.cityunits.model/.classpath | 4 ++-- de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF | 2 +- de.hftstuttgart.cityunits.model/pom.xml | 2 +- de.hftstuttgart.cityunits.p2site/pom.xml | 2 +- de.hftstuttgart.cityunits.p2site/site.xml | 2 +- de.hftstuttgart.cityunits.target/pom.xml | 2 +- de.hftstuttgart.cityunits.tests/.classpath | 4 ++-- de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF | 2 +- de.hftstuttgart.cityunits.tests/pom.xml | 2 +- de.hftstuttgart.cityunits.ui.renderer/.classpath | 2 +- de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF | 6 +++--- de.hftstuttgart.cityunits.ui.renderer/pom.xml | 2 +- pom.xml | 4 ++-- 19 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00da6e8..805e95d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - RELEASE_DIR: "public/release_target_101" + RELEASE_DIR: "public/release_target_102" pages: stage: deploy diff --git a/de.hftstuttgart.cityunits.feature/feature.xml b/de.hftstuttgart.cityunits.feature/feature.xml index 8c8f235..648f921 100644 --- a/de.hftstuttgart.cityunits.feature/feature.xml +++ b/de.hftstuttgart.cityunits.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="de.hftstuttgart.cityunits.feature" label="City Units" - version="1.0.1" + version="1.0.2" provider-name="HfT Stuttgart"> <description url="http://www.example.com/description"> diff --git a/de.hftstuttgart.cityunits.feature/pom.xml b/de.hftstuttgart.cityunits.feature/pom.xml index 312edf4..17e371f 100644 --- a/de.hftstuttgart.cityunits.feature/pom.xml +++ b/de.hftstuttgart.cityunits.feature/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.model.edit/.classpath b/de.hftstuttgart.cityunits.model.edit/.classpath index 1f04690..d116359 100644 --- a/de.hftstuttgart.cityunits.model.edit/.classpath +++ b/de.hftstuttgart.cityunits.model.edit/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src/"/> <classpathentry kind="output" path="target/classes"/> diff --git a/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF index a555b14..1fefb72 100644 --- a/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.hftstuttgart.cityunits.model.edit;singleton:=true Automatic-Module-Name: de.hftstuttgart.cityunits.model.edit -Bundle-Version: 1.0.1 +Bundle-Version: 1.0.2 Bundle-ClassPath: . Bundle-Activator: de.hftstuttgart.cityunits.model.quantities.provider.QuantitiesEditPlugin$Implementation Bundle-Vendor: %providerName diff --git a/de.hftstuttgart.cityunits.model.edit/pom.xml b/de.hftstuttgart.cityunits.model.edit/pom.xml index 960e3e2..ac13c6f 100644 --- a/de.hftstuttgart.cityunits.model.edit/pom.xml +++ b/de.hftstuttgart.cityunits.model.edit/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.model/.classpath b/de.hftstuttgart.cityunits.model/.classpath index eabb7bc..d116359 100644 --- a/de.hftstuttgart.cityunits.model/.classpath +++ b/de.hftstuttgart.cityunits.model/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="src/"/> <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF index 91ed620..bedbe02 100644 --- a/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: de.hftstuttgart.cityunits.model;singleton:=true -Bundle-Version: 1.0.1 +Bundle-Version: 1.0.2 Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/de.hftstuttgart.cityunits.model/pom.xml b/de.hftstuttgart.cityunits.model/pom.xml index c428f26..7de7acc 100644 --- a/de.hftstuttgart.cityunits.model/pom.xml +++ b/de.hftstuttgart.cityunits.model/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.p2site/pom.xml b/de.hftstuttgart.cityunits.p2site/pom.xml index b956121..4f4285e 100644 --- a/de.hftstuttgart.cityunits.p2site/pom.xml +++ b/de.hftstuttgart.cityunits.p2site/pom.xml @@ -6,6 +6,6 @@ <parent> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.p2site/site.xml b/de.hftstuttgart.cityunits.p2site/site.xml index 294ae62..c511614 100644 --- a/de.hftstuttgart.cityunits.p2site/site.xml +++ b/de.hftstuttgart.cityunits.p2site/site.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <site> - <feature url="features/de.hftstuttgart.cityunits.feature_1.0.1.jar" id="de.hftstuttgart.cityunits.feature" version="1.0.1"> + <feature url="features/de.hftstuttgart.cityunits.feature_1.0.2.jar" id="de.hftstuttgart.cityunits.feature" version="1.0.2"> <category name="de.hftstuttgart.cityunits"/> </feature> <category-def name="de.hftstuttgart.cityunits" label="HfT Stuttgart City Units"> diff --git a/de.hftstuttgart.cityunits.target/pom.xml b/de.hftstuttgart.cityunits.target/pom.xml index a81eb18..5412a8a 100644 --- a/de.hftstuttgart.cityunits.target/pom.xml +++ b/de.hftstuttgart.cityunits.target/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.tests/.classpath b/de.hftstuttgart.cityunits.tests/.classpath index 001da89..1307996 100644 --- a/de.hftstuttgart.cityunits.tests/.classpath +++ b/de.hftstuttgart.cityunits.tests/.classpath @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src"> + <classpathentry kind="src" path="src/"> <attributes> <attribute name="test" value="true"/> </attributes> diff --git a/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF index e1203fc..c7cbb5f 100644 --- a/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tests Bundle-SymbolicName: de.hftstuttgart.cityunits.tests -Bundle-Version: 1.0.1 +Bundle-Version: 1.0.2 Automatic-Module-Name: de.hft.stuttgart.cityunits.tests Import-Package: de.hftstuttgart.cityunits.model, org.junit;version="4.13.0", diff --git a/de.hftstuttgart.cityunits.tests/pom.xml b/de.hftstuttgart.cityunits.tests/pom.xml index 73db23e..ea290f5 100644 --- a/de.hftstuttgart.cityunits.tests/pom.xml +++ b/de.hftstuttgart.cityunits.tests/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.ui.renderer/.classpath b/de.hftstuttgart.cityunits.ui.renderer/.classpath index 423c974..f5ef179 100644 --- a/de.hftstuttgart.cityunits.ui.renderer/.classpath +++ b/de.hftstuttgart.cityunits.ui.renderer/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15"> <attributes> <attribute name="module" value="true"/> </attributes> diff --git a/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF index d5199eb..7549dc2 100644 --- a/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF @@ -2,10 +2,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: QuantityControl Bundle-SymbolicName: de.hftstuttgart.cityunits.ui.renderer;singleton:=true -Bundle-Version: 1.0.1 +Bundle-Version: 1.0.2 Bundle-Vendor: HfT Stuttgart -Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.1" -Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.1", +Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.2" +Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.2", org.eclipse.emf.ecp.edit.swt;bundle-version="[1.24.0,2.0.0)", org.eclipse.emf.ecp.ui.view.swt;bundle-version="[1.24.0,2.0.0)", org.eclipse.emf.ecp.view.core.swt;bundle-version="[1.24.0,2.0.0)", diff --git a/de.hftstuttgart.cityunits.ui.renderer/pom.xml b/de.hftstuttgart.cityunits.ui.renderer/pom.xml index f599ab8..7b5138b 100644 --- a/de.hftstuttgart.cityunits.ui.renderer/pom.xml +++ b/de.hftstuttgart.cityunits.ui.renderer/pom.xml @@ -9,6 +9,6 @@ <parent> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> </project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5209b3e..71b6193 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> <packaging>pom</packaging> <name>City Units Parent POM</name> @@ -36,7 +36,7 @@ <artifact> <groupId>de.hftstuttgart</groupId> <artifactId>de.hftstuttgart.cityunits.target</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </artifact> </target> <environments> -- GitLab