diff --git a/.github/workflows/maven-legacy.yml b/.github/workflows/maven-legacy.yml
index 8f5d1a7b95..0633edc744 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 347c7ec998..a46fcce171 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 597434cce5..34d8c63e62 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 7be24ac79f..9e8ae28add 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 e76d7e5adc..ae6dbabc84 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 f0f5d651f6..8a18190b91 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 8fa9bf1f82..895ab27611 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 ae9e2cedb2..56fd8b585b 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 aa4e5b89d0..745dcfb749 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 5dd518d7b0..0732eaafec 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 6fbdca3f11..258703940f 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 9c5ab7f1a1..2db2125fad 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 183e749870..dcdc76b1f5 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 f6b0703194..3761137368 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 793f52b518..fe52e0e097 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 eaeaeeb8c6..1c66f3425b 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 53f0870863..f9697c0f97 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 43e737e617..9717390a88 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 4010991489..f1ff9b0146 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 cc60397d03..a622254301 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 92d703e831..3c23e0271c 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 55b1b2b4fe..3978326409 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 bd91f3b30f..8c386fad36 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 9ca910ab72..64033b969c 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 8c30bfaae8..26db3e4df9 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 e854794576..04d9cbebe6 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 0fa165a2e2..2833323899 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 94f019cec0..b593b8a32e 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 c7176e3383..cbbc0085f6 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 e88d38dd21..8019456622 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 4f9c6dc0d9..e58731cc88 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 28e5e478e8..36e06a874a 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 1c7adee7f7..e2ead37621 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 4811755bbb..6a33fdd9b5 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 4bf3c4ca61..f5f99fc2a2 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 fb8ed5021f..13bf7d5e0c 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 bae3fbab2d..c165bcb987 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 57e9f39aed..a7dcb9579a 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 30b946c426..a74dd5e462 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 b1a27678cf..72e26c1120 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 f3c307bcf4..b7a14ef6d5 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}