Skip to content

Commit

Permalink
Update to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunye committed May 30, 2022
1 parent 64a842c commit d38d2d3
Show file tree
Hide file tree
Showing 44 changed files with 84 additions and 74 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/maven-legacy.yml
Expand Up @@ -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 }}
#

2 changes: 1 addition & 1 deletion benchmarks/core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.inria.atlanmod.neoemf.benchmarks</groupId>
<artifactId>benchmarks-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>benchmarks-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/org.eclipse.gmt.modisco/java.cdo/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.gmt</groupId>
<artifactId>org.eclipse.gmt.modisco</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>org.eclipse.gmt.modisco.java.cdo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/org.eclipse.gmt.modisco/java.neoemf/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.gmt</groupId>
<artifactId>org.eclipse.gmt.modisco</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>org.eclipse.gmt.modisco.java.neoemf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/org.eclipse.gmt.modisco/java/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.gmt</groupId>
<artifactId>org.eclipse.gmt.modisco</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>org.eclipse.gmt.modisco.java</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions benchmarks/org.eclipse.gmt.modisco/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.inria.atlanmod.neoemf.benchmarks</groupId>
<artifactId>benchmarks-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<groupId>org.eclipse.gmt</groupId>
Expand Down Expand Up @@ -116,31 +116,31 @@
</configuration>
<dependencies>
<dependency>
<groupId>org.eclipse.text</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.text</artifactId>
<version>3.5.101</version>
<version>3.12.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.codegen.ecore.xtext</artifactId>
<version>1.2.0</version>
<version>1.6.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xcore</artifactId>
<version>1.3.1</version>
<version>1.20.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xcore.lib</artifactId>
<version>1.1.100</version>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>

</project>
</project>
10 changes: 4 additions & 6 deletions benchmarks/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>fr.inria.atlanmod.neoemf.benchmarks</groupId>
<artifactId>benchmarks-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>

<packaging>pom</packaging>

Expand All @@ -25,9 +25,7 @@
<properties>
<cdo.version>4.3.0</cdo.version>
<neo4j.version>1.9.6</neo4j.version>

<log4j.version>2.7</log4j.version>

<jmh.version>1.17.1</jmh.version>
</properties>

Expand Down Expand Up @@ -147,12 +145,12 @@
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<version>3.0.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/blueprints/core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf-data-blueprints</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-blueprints-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/blueprints/neo4j-wrapper/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>neoemf-data-blueprints</artifactId>
<groupId>org.atlanmod.neoemf</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-blueprints-neo4j-wrapper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/blueprints/neo4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf-data-blueprints</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-blueprints-neo4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/blueprints/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf-data</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-blueprints</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/hbase/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf-data</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/map/berkeleydb/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf-data-map</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-berkeleydb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/map/mapdb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf-data-map</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-mapdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/map/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf-data</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data-map</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-io/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.atlanmod.neoemf</groupId>
<artifactId>neoemf</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>neoemf-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/examples/META-INF/MANIFEST.MF
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/examples/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.atlanmod.neoemf.plugins</groupId>
<artifactId>neoemf-eclipse</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>org.atlanmod.neoemf.eclipse.examples</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.atlanmod.neoemf.core.feature"
label="NeoEMF Persistence Framework"
version="1.0.3.qualifier">
version="1.0.3">

<description url="http://www.example.com/description">
The Core component (store logic and utils, no implementation provided)
Expand Down Expand Up @@ -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"/>

<plugin
Expand Down
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.atlanmod.neoemf.plugins</groupId>
<artifactId>org.atlanmod.neoemf.eclipse.features</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>org.atlanmod.neoemf.core.feature</artifactId>
Expand Down
Expand Up @@ -2,15 +2,15 @@
<feature
id="org.atlanmod.neoemf.data.berkeleydb.feature"
label="NeoEMF : BerkeleyDB (experimental)"
version="1.0.3.qualifier">
version="1.0.3">

<description url="http://www.example.com/description">
BerkeleyDB implementation of the Core component.
</description>

<includes
id="org.atlanmod.neoemf.core.feature"
version="1.0.3.qualifier" />
version="1.0.3" />

<requires>
<import plugin="org.eclipse.core.runtime" />
Expand Down
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.atlanmod.neoemf.plugins</groupId>
<artifactId>org.atlanmod.neoemf.eclipse.features</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>org.atlanmod.neoemf.data.berkeleydb.feature</artifactId>
Expand Down
Expand Up @@ -2,15 +2,15 @@
<feature
id="org.atlanmod.neoemf.data.blueprints.core.feature"
label="NeoEMF : Blueprints Core"
version="1.0.3.qualifier">
version="1.0.3">

<description url="http://www.example.com/description">
Blueprints implementation of the Core component.
</description>

<includes
id="org.atlanmod.neoemf.core.feature"
version="1.0.3.qualifier" />
version="1.0.3" />

<requires>
<import plugin="org.eclipse.core.runtime" />
Expand Down
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.atlanmod.neoemf.plugins</groupId>
<artifactId>org.atlanmod.neoemf.eclipse.features</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>org.atlanmod.neoemf.data.blueprints.core.feature</artifactId>
Expand Down
Expand Up @@ -2,15 +2,15 @@
<feature
id="org.atlanmod.neoemf.data.blueprints.neo4j.feature"
label="NeoEMF : Blueprints Neo4j"
version="1.0.3.qualifier">
version="1.0.3">

<description url="http://www.example.com/description">
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.
</description>

<includes
id="org.atlanmod.neoemf.data.blueprints.core.feature"
version="1.0.3.qualifier" />
version="1.0.3" />

<requires>
<import plugin="org.eclipse.core.runtime" />
Expand Down
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.atlanmod.neoemf.plugins</groupId>
<artifactId>org.atlanmod.neoemf.eclipse.features</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>org.atlanmod.neoemf.data.blueprints.neo4j.feature</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.atlanmod.neoemf.data.blueprints.neo4j.wrapper.feature"
label="Neo4j Convenience Wrapper"
version="1.0.3.qualifier">
version="1.0.3">

<description url="http://www.example.com/description">
Optional plugin providing an implementation of Neo4j for "NeoEMF : Blueprints Neo4j" back-end.
Expand Down

0 comments on commit d38d2d3

Please sign in to comment.