From d38d2d3870d6506166464818e2a8f367d0a3c616 Mon Sep 17 00:00:00 2001 From: Gerson Sunye Date: Mon, 30 May 2022 17:15:37 +0200 Subject: [PATCH] Update to version 1.0.3 --- .github/workflows/maven-legacy.yml | 17 ++++++++++++++--- benchmarks/core/pom.xml | 2 +- .../org.eclipse.gmt.modisco/java.cdo/pom.xml | 2 +- .../org.eclipse.gmt.modisco/java.neoemf/pom.xml | 2 +- benchmarks/org.eclipse.gmt.modisco/java/pom.xml | 2 +- benchmarks/org.eclipse.gmt.modisco/pom.xml | 14 +++++++------- benchmarks/pom.xml | 10 ++++------ neoemf-core/pom.xml | 2 +- neoemf-data/blueprints/core/pom.xml | 2 +- neoemf-data/blueprints/neo4j-wrapper/pom.xml | 2 +- neoemf-data/blueprints/neo4j/pom.xml | 2 +- neoemf-data/blueprints/pom.xml | 2 +- neoemf-data/hbase/pom.xml | 2 +- neoemf-data/map/berkeleydb/pom.xml | 2 +- neoemf-data/map/mapdb/pom.xml | 2 +- neoemf-data/map/pom.xml | 2 +- neoemf-data/pom.xml | 2 +- neoemf-io/pom.xml | 2 +- neoemf-tests/pom.xml | 2 +- plugins/eclipse/examples/META-INF/MANIFEST.MF | 2 +- plugins/eclipse/examples/pom.xml | 2 +- .../feature.xml | 4 ++-- .../pom.xml | 2 +- .../feature.xml | 4 ++-- .../pom.xml | 2 +- .../feature.xml | 4 ++-- .../pom.xml | 2 +- .../feature.xml | 4 ++-- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 4 ++-- .../pom.xml | 2 +- .../feature.xml | 4 ++-- .../pom.xml | 2 +- .../feature.xml | 4 ++-- .../fr.inria.atlanmod.neoemf.io.feature/pom.xml | 2 +- plugins/eclipse/features/pom.xml | 2 +- plugins/eclipse/pom.xml | 6 +++--- plugins/eclipse/ui/META-INF/MANIFEST.MF | 2 +- plugins/eclipse/ui/pom.xml | 2 +- plugins/eclipse/update/category.xml | 16 ++++++++-------- plugins/eclipse/update/pom.xml | 2 +- pom.xml | 5 +++-- 44 files changed, 84 insertions(+), 74 deletions(-) diff --git a/.github/workflows/maven-legacy.yml b/.github/workflows/maven-legacy.yml index 8f5d1a7b9..0633edc74 100644 --- a/.github/workflows/maven-legacy.yml +++ b/.github/workflows/maven-legacy.yml @@ -73,11 +73,22 @@ jobs: --settings .util/settings.xml \ -DskipTests - name: Publish release to Central + env: + OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }} + OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} if: ${{ !contains(env.VERSION, 'SNAPSHOT' ) }} run: | - echo "NOT SNAPSHOT" - + mvn \ + --no-transfer-progress \ + --batch-mode \ + clean package javadoc:jar source:jar-no-fork gpg:sign install deploy \ + --settings .util/settings.xml \ + -DskipTests \ + -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \ + -P deploy-artifacts + +# mvn clean package javadoc:jar source:jar-no-fork gpg:sign install deploy -DskipTests #-s .util/settings.xml -DskipTests clean package javadoc:jar source:jar-no-fork gpg:sign install deploy -# -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} +# diff --git a/benchmarks/core/pom.xml b/benchmarks/core/pom.xml index 347c7ec99..a46fcce17 100644 --- a/benchmarks/core/pom.xml +++ b/benchmarks/core/pom.xml @@ -5,7 +5,7 @@ fr.inria.atlanmod.neoemf.benchmarks benchmarks-parent - 1.0.2 + 1.0.3 benchmarks-core diff --git a/benchmarks/org.eclipse.gmt.modisco/java.cdo/pom.xml b/benchmarks/org.eclipse.gmt.modisco/java.cdo/pom.xml index 597434cce..34d8c63e6 100644 --- a/benchmarks/org.eclipse.gmt.modisco/java.cdo/pom.xml +++ b/benchmarks/org.eclipse.gmt.modisco/java.cdo/pom.xml @@ -5,7 +5,7 @@ org.eclipse.gmt org.eclipse.gmt.modisco - 1.0.2 + 1.0.3 org.eclipse.gmt.modisco.java.cdo diff --git a/benchmarks/org.eclipse.gmt.modisco/java.neoemf/pom.xml b/benchmarks/org.eclipse.gmt.modisco/java.neoemf/pom.xml index 7be24ac79..9e8ae28ad 100644 --- a/benchmarks/org.eclipse.gmt.modisco/java.neoemf/pom.xml +++ b/benchmarks/org.eclipse.gmt.modisco/java.neoemf/pom.xml @@ -5,7 +5,7 @@ org.eclipse.gmt org.eclipse.gmt.modisco - 1.0.2 + 1.0.3 org.eclipse.gmt.modisco.java.neoemf diff --git a/benchmarks/org.eclipse.gmt.modisco/java/pom.xml b/benchmarks/org.eclipse.gmt.modisco/java/pom.xml index e76d7e5ad..ae6dbabc8 100644 --- a/benchmarks/org.eclipse.gmt.modisco/java/pom.xml +++ b/benchmarks/org.eclipse.gmt.modisco/java/pom.xml @@ -5,7 +5,7 @@ org.eclipse.gmt org.eclipse.gmt.modisco - 1.0.2 + 1.0.3 org.eclipse.gmt.modisco.java diff --git a/benchmarks/org.eclipse.gmt.modisco/pom.xml b/benchmarks/org.eclipse.gmt.modisco/pom.xml index f0f5d651f..8a18190b9 100644 --- a/benchmarks/org.eclipse.gmt.modisco/pom.xml +++ b/benchmarks/org.eclipse.gmt.modisco/pom.xml @@ -5,7 +5,7 @@ fr.inria.atlanmod.neoemf.benchmarks benchmarks-parent - 1.0.2 + 1.0.3 org.eclipse.gmt @@ -116,31 +116,31 @@ - org.eclipse.text + org.eclipse.platform org.eclipse.text - 3.5.101 + 3.12.0 org.eclipse.emf org.eclipse.emf.codegen.ecore.xtext - 1.2.0 + 1.6.0 org.eclipse.emf org.eclipse.emf.ecore.xcore - 1.3.1 + 1.20.0 org.eclipse.emf org.eclipse.emf.ecore.xcore.lib - 1.1.100 + 1.6.0 - \ No newline at end of file + diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 8fa9bf1f8..895ab2761 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -5,13 +5,13 @@ org.atlanmod.neoemf neoemf - 1.0.2 + 1.0.3 ../pom.xml fr.inria.atlanmod.neoemf.benchmarks benchmarks-parent - 1.0.2 + 1.0.3 pom @@ -25,9 +25,7 @@ 4.3.0 1.9.6 - 2.7 - 1.17.1 @@ -147,12 +145,12 @@ maven-shade-plugin - 2.4.3 + 3.3.0 org.codehaus.mojo exec-maven-plugin - 1.5.0 + 3.0.0 diff --git a/neoemf-core/pom.xml b/neoemf-core/pom.xml index ae9e2cedb..56fd8b585 100644 --- a/neoemf-core/pom.xml +++ b/neoemf-core/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf - 1.0.3-SNAPSHOT + 1.0.3 neoemf-core diff --git a/neoemf-data/blueprints/core/pom.xml b/neoemf-data/blueprints/core/pom.xml index aa4e5b89d..745dcfb74 100644 --- a/neoemf-data/blueprints/core/pom.xml +++ b/neoemf-data/blueprints/core/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf-data-blueprints - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-blueprints-core diff --git a/neoemf-data/blueprints/neo4j-wrapper/pom.xml b/neoemf-data/blueprints/neo4j-wrapper/pom.xml index 5dd518d7b..0732eaafe 100644 --- a/neoemf-data/blueprints/neo4j-wrapper/pom.xml +++ b/neoemf-data/blueprints/neo4j-wrapper/pom.xml @@ -6,7 +6,7 @@ neoemf-data-blueprints org.atlanmod.neoemf - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-blueprints-neo4j-wrapper diff --git a/neoemf-data/blueprints/neo4j/pom.xml b/neoemf-data/blueprints/neo4j/pom.xml index 6fbdca3f1..258703940 100644 --- a/neoemf-data/blueprints/neo4j/pom.xml +++ b/neoemf-data/blueprints/neo4j/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf-data-blueprints - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-blueprints-neo4j diff --git a/neoemf-data/blueprints/pom.xml b/neoemf-data/blueprints/pom.xml index 9c5ab7f1a..2db2125fa 100644 --- a/neoemf-data/blueprints/pom.xml +++ b/neoemf-data/blueprints/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf-data - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-blueprints diff --git a/neoemf-data/hbase/pom.xml b/neoemf-data/hbase/pom.xml index 183e74987..dcdc76b1f 100644 --- a/neoemf-data/hbase/pom.xml +++ b/neoemf-data/hbase/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf-data - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-hbase diff --git a/neoemf-data/map/berkeleydb/pom.xml b/neoemf-data/map/berkeleydb/pom.xml index f6b070319..376113736 100644 --- a/neoemf-data/map/berkeleydb/pom.xml +++ b/neoemf-data/map/berkeleydb/pom.xml @@ -6,7 +6,7 @@ org.atlanmod.neoemf neoemf-data-map - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-berkeleydb diff --git a/neoemf-data/map/mapdb/pom.xml b/neoemf-data/map/mapdb/pom.xml index 793f52b51..fe52e0e09 100644 --- a/neoemf-data/map/mapdb/pom.xml +++ b/neoemf-data/map/mapdb/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf-data-map - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-mapdb diff --git a/neoemf-data/map/pom.xml b/neoemf-data/map/pom.xml index eaeaeeb8c..1c66f3425 100644 --- a/neoemf-data/map/pom.xml +++ b/neoemf-data/map/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf-data - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data-map diff --git a/neoemf-data/pom.xml b/neoemf-data/pom.xml index 53f087086..f9697c0f9 100644 --- a/neoemf-data/pom.xml +++ b/neoemf-data/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf - 1.0.3-SNAPSHOT + 1.0.3 neoemf-data diff --git a/neoemf-io/pom.xml b/neoemf-io/pom.xml index 43e737e61..9717390a8 100644 --- a/neoemf-io/pom.xml +++ b/neoemf-io/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf - 1.0.3-SNAPSHOT + 1.0.3 neoemf-io diff --git a/neoemf-tests/pom.xml b/neoemf-tests/pom.xml index 401099148..f1ff9b014 100644 --- a/neoemf-tests/pom.xml +++ b/neoemf-tests/pom.xml @@ -6,7 +6,7 @@ org.atlanmod.neoemf neoemf - 1.0.3-SNAPSHOT + 1.0.3 neoemf-tests diff --git a/plugins/eclipse/examples/META-INF/MANIFEST.MF b/plugins/eclipse/examples/META-INF/MANIFEST.MF index cc60397d0..a62225430 100644 --- a/plugins/eclipse/examples/META-INF/MANIFEST.MF +++ b/plugins/eclipse/examples/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: NeoEMF Examples Plugin Bundle-SymbolicName: org.atlanmod.neoemf.eclipse.examples;singleton:=true -Bundle-Version: 1.0.3.qualifier +Bundle-Version: 1.0.3 Require-Bundle: org.eclipse.ui;bundle-version="3.106.0", org.eclipse.ui.ide;bundle-version="3.10.1", org.eclipse.core.runtime;bundle-version="3.10.0", diff --git a/plugins/eclipse/examples/pom.xml b/plugins/eclipse/examples/pom.xml index 92d703e83..3c23e0271 100644 --- a/plugins/eclipse/examples/pom.xml +++ b/plugins/eclipse/examples/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins neoemf-eclipse - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.eclipse.examples diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.core.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.core.feature/feature.xml index 55b1b2b4f..397832640 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.core.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.core.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> The Core component (store logic and utils, no implementation provided) @@ -119,7 +119,7 @@ This Agreement is governed by the laws of the State of New York and the intellec id="org.atlanmod.neoemf.eclipse.ui" download-size="0" install-size="0" - version="1.0.3.qualifier" + version="1.0.3" unpack="false"/> org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.core.feature diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/feature.xml index bd91f3b30..8c386fad3 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> BerkeleyDB implementation of the Core component. @@ -10,7 +10,7 @@ + version="1.0.3" /> diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/pom.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/pom.xml index 9ca910ab7..64033b969 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/pom.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.berkeleydb.feature/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.data.berkeleydb.feature diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/feature.xml index 8c30bfaae..26db3e4df 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> Blueprints implementation of the Core component. @@ -10,7 +10,7 @@ + version="1.0.3" /> diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/pom.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/pom.xml index e85479457..04d9cbebe 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/pom.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.core.feature/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.data.blueprints.core.feature diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/feature.xml index 0fa165a2e..283332389 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> Blueprints extension using Neo4j. Requires a Neo4j implementation : because we care about you, we have packaged a compatible version of Neo4j in the optional bundle "Neo4j Convenience Wrapper", made with love. @@ -10,7 +10,7 @@ + version="1.0.3" /> diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/pom.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/pom.xml index 94f019cec..b593b8a32 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/pom.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.feature/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.data.blueprints.neo4j.feature diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/feature.xml index c7176e338..cbbc0085f 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> Optional plugin providing an implementation of Neo4j for "NeoEMF : Blueprints Neo4j" back-end. diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/pom.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/pom.xml index e88d38dd2..801945662 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/pom.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.hbase.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.hbase.feature/feature.xml index 4f9c6dc0d..e58731cc8 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.hbase.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.hbase.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> HBase implementation of the Core component. @@ -10,7 +10,7 @@ + version="1.0.3" /> org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.data.hbase.feature diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/feature.xml index 28e5e478e..36e06a874 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> MapDB implementation of the Core component. @@ -10,7 +10,7 @@ + version="1.0.3" /> diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/pom.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/pom.xml index 1c7adee7f..e2ead3762 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/pom.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.data.mapdb.feature/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.data.mapdb.feature diff --git a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.io.feature/feature.xml b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.io.feature/feature.xml index 4811755bb..6a33fdd9b 100644 --- a/plugins/eclipse/features/fr.inria.atlanmod.neoemf.io.feature/feature.xml +++ b/plugins/eclipse/features/fr.inria.atlanmod.neoemf.io.feature/feature.xml @@ -2,7 +2,7 @@ + version="1.0.3"> Efficient model importer/exporter @@ -10,7 +10,7 @@ + version="1.0.3" /> org.atlanmod.neoemf.plugins org.atlanmod.neoemf.eclipse.features - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.io.feature diff --git a/plugins/eclipse/features/pom.xml b/plugins/eclipse/features/pom.xml index 4bf3c4ca6..f5f99fc2a 100644 --- a/plugins/eclipse/features/pom.xml +++ b/plugins/eclipse/features/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins neoemf-eclipse - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.eclipse.features diff --git a/plugins/eclipse/pom.xml b/plugins/eclipse/pom.xml index fb8ed5021..13bf7d5e0 100644 --- a/plugins/eclipse/pom.xml +++ b/plugins/eclipse/pom.xml @@ -7,13 +7,13 @@ org.atlanmod.neoemf neoemf - 1.0.3-SNAPSHOT + 1.0.3 ../../pom.xml org.atlanmod.neoemf.plugins neoemf-eclipse - 1.0.3-SNAPSHOT + 1.0.3 pom @@ -25,7 +25,7 @@ ui features - examples + examples update diff --git a/plugins/eclipse/ui/META-INF/MANIFEST.MF b/plugins/eclipse/ui/META-INF/MANIFEST.MF index bae3fbab2..c165bcb98 100644 --- a/plugins/eclipse/ui/META-INF/MANIFEST.MF +++ b/plugins/eclipse/ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: NeoEMF UI Plugin Bundle-SymbolicName: org.atlanmod.neoemf.eclipse.ui;singleton:=true -Bundle-Version: 1.0.3.qualifier +Bundle-Version: 1.0.3 Bundle-Activator: fr.inria.atlanmod.neoemf.eclipse.ui.NeoUIPlugin Bundle-Vendor: Atlanmod INRIA LINA Mines Nantes Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/plugins/eclipse/ui/pom.xml b/plugins/eclipse/ui/pom.xml index 57e9f39ae..a7dcb9579 100644 --- a/plugins/eclipse/ui/pom.xml +++ b/plugins/eclipse/ui/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins neoemf-eclipse - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.eclipse.ui diff --git a/plugins/eclipse/update/category.xml b/plugins/eclipse/update/category.xml index 30b946c42..a74dd5e46 100644 --- a/plugins/eclipse/update/category.xml +++ b/plugins/eclipse/update/category.xml @@ -2,42 +2,42 @@ + version="1.0.3"> + version="1.0.3"> + version="1.0.3"> + version="1.0.3"> + version="1.0.3"> + version="1.0.3"> + version="1.0.3"> + version="1.0.3"> diff --git a/plugins/eclipse/update/pom.xml b/plugins/eclipse/update/pom.xml index b1a27678c..72e26c112 100644 --- a/plugins/eclipse/update/pom.xml +++ b/plugins/eclipse/update/pom.xml @@ -7,7 +7,7 @@ org.atlanmod.neoemf.plugins neoemf-eclipse - 1.0.3-SNAPSHOT + 1.0.3 org.atlanmod.neoemf.eclipse.update diff --git a/pom.xml b/pom.xml index f3c307bcf..b7a14ef6d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.atlanmod.neoemf neoemf - 1.0.3-SNAPSHOT + 1.0.3 pom @@ -340,7 +340,8 @@ - ${osgi.majorVersion}.${osgi.minorVersion}.${osgi.incrementalVersion} + ${osgi.majorVersion}.${osgi.minorVersion}.${osgi.incrementalVersion} + .,{maven-dependencies}