From b694749b0c89fd6fedd7d2f9d1c04ddbe049881d Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Mon, 15 Mar 2021 10:48:30 +0100 Subject: [PATCH] Increment version --- .gitlab-ci.yml | 4 ++-- de.hftstuttgart.cityunits.feature/feature.xml | 2 +- de.hftstuttgart.cityunits.feature/pom.xml | 2 +- de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF | 2 +- de.hftstuttgart.cityunits.model.edit/pom.xml | 2 +- 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/META-INF/MANIFEST.MF | 2 +- de.hftstuttgart.cityunits.tests/pom.xml | 2 +- de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF | 6 +++--- de.hftstuttgart.cityunits.ui.renderer/pom.xml | 2 +- pom.xml | 4 ++-- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20a7773..00da6e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - RELEASE_DIR: "public/release_target_100" + RELEASE_DIR: "public/release_target_101" pages: stage: deploy @@ -9,7 +9,7 @@ pages: script: - mvn --version - mvn clean install # build p2 repo - - rm -rf $RELEASE_DIR + - rm -rf public - mkdir -p $RELEASE_DIR - cp -r de.hftstuttgart.cityunits.p2site/target/repository/* $RELEASE_DIR artifacts: diff --git a/de.hftstuttgart.cityunits.feature/feature.xml b/de.hftstuttgart.cityunits.feature/feature.xml index c666e39..8c8f235 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.0" + version="1.0.1" 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 d435cdd..312edf4 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.0</version> + <version>1.0.1</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF index 70a75b1..a555b14 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.0 +Bundle-Version: 1.0.1 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 a7b4ed9..960e3e2 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.0</version> + <version>1.0.1</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF index b465a24..91ed620 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.0 +Bundle-Version: 1.0.1 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 70678b5..c428f26 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.0</version> + <version>1.0.1</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 d25a7ea..b956121 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.0</version> + <version>1.0.1</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 542e6a5..294ae62 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.0.jar" id="de.hftstuttgart.cityunits.feature" version="1.0.0"> + <feature url="features/de.hftstuttgart.cityunits.feature_1.0.1.jar" id="de.hftstuttgart.cityunits.feature" version="1.0.1"> <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 e27d2a3..a81eb18 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.0</version> + <version>1.0.1</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF index d71cbdb..e1203fc 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.0 +Bundle-Version: 1.0.1 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 672223c..73db23e 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.0</version> + <version>1.0.1</version> </parent> </project> \ No newline at end of file diff --git a/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF index 0852854..d5199eb 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.0 +Bundle-Version: 1.0.1 Bundle-Vendor: HfT Stuttgart -Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.0" -Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.0", +Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.1" +Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.1", 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 3ad8bc4..f599ab8 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.0</version> + <version>1.0.1</version> </parent> </project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 601e437..5209b3e 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.0</version> + <version>1.0.1</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.0</version> + <version>1.0.1</version> </artifact> </target> <environments> -- GitLab