Skip to content

Commit

Permalink
New development version 0.7.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Sep 14, 2017
1 parent 6d43509 commit e9778ba
Show file tree
Hide file tree
Showing 107 changed files with 195 additions and 190 deletions.
15 changes: 10 additions & 5 deletions build-tools/RELEASE_README.adoc
Expand Up @@ -177,21 +177,26 @@ Announce the new version of SARL on:
Revert steps 2.1 to 2.5; and change the following:

* Version ranges in the `Required-Bundles` of `MANIFEST.MF`.
* Versions in the requirements of `feature.xml`.
* Versions in the `*.product`.
* Versions in the `category.xml`.
* Versions in the requirements of `feature.xml` (in root tag and in the "sarl" and "janus"" plugins references).
* Versions in the `*.product` (in root tag and feature tag).
* Versions in the `category.xml` (in feature tags, url and version).
* Uncomment the Snapshot Maven repository.


=== 4.2) Upgrade versions

Change the version numbers into the archive files stored in the `io.sarl.tests.testdata` project.

=== 4.3) Compiling locally without error.
=== 4.3) Change the UI resources.

Change the UI resources (splash screen, etc.)

=== 4.4) Compiling locally without error.

$> rm -rf $HOME/.m2/repository
$> mvn clean install

=== 4.4) Commit and push to Github:
=== 4.5) Commit and push to Github:

$> git commit
$> git push --all
Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>io.sarl</artifactId>
<groupId>io.sarl</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>build-tools</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.sarl.examples.feature"
label="Examples for SARL"
version="0.6.0.qualifier"
version="0.7.0.qualifier"
plugin="io.sarl.examples.plugin">

<description url="http://www.sarl.io/about/">
Expand Down Expand Up @@ -222,7 +222,7 @@
</url>

<requires>
<import plugin="io.sarl.eclipse" version="0.6.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.7.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.109.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.13.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.common.ui" version="2.12.0" match="greaterOrEqual"/>
Expand Down
2 changes: 1 addition & 1 deletion contribs/io.sarl.examples/io.sarl.examples.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.examples</groupId>
<artifactId>io.sarl.examples</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.examples.feature</artifactId>
Expand Down
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.examples.plugin;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: io.sarl.eclipse;bundle-version="0.6.0",
Require-Bundle: io.sarl.eclipse;bundle-version="0.7.0",
org.eclipse.ui;bundle-version="3.109.0",
org.eclipse.core.runtime;bundle-version="3.13.0",
org.eclipse.emf.common.ui;bundle-version="2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion contribs/io.sarl.examples/io.sarl.examples.plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.examples</groupId>
<artifactId>io.sarl.examples</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.examples.plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/io.sarl.examples/io.sarl.examples.tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.examples</groupId>
<artifactId>io.sarl.examples</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.examples.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/io.sarl.examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.products.contribs</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<groupId>io.sarl.examples</groupId>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.sarl.experienceindex.feature"
label="SARL Experience Index"
version="0.6.0.qualifier"
version="0.7.0.qualifier"
plugin="io.sarl.experienceindex.plugin">

<description url="http://www.sarl.io/about/">
Expand Down Expand Up @@ -222,9 +222,9 @@
</url>

<requires>
<import plugin="io.sarl.lang.core" version="0.6.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.6.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.6.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.core" version="0.7.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.7.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.7.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.ui" version="2.12.0" match="greaterOrEqual"/>
<import plugin="com.google.inject" version="4.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.12.0" match="greaterOrEqual"/>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.experienceindex</groupId>
<artifactId>io.sarl.experienceindex</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.experienceindex.feature</artifactId>
Expand Down
@@ -1,16 +1,16 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.experienceindex.plugin;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: io.sarl.experienceindex,
io.sarl.experienceindex.eclipse
Require-Bundle: io.sarl.lang.core;bundle-version="0.6.0",
io.sarl.eclipse;bundle-version="0.6.0",
io.sarl.lang.ui;bundle-version="0.6.0",
Require-Bundle: io.sarl.lang.core;bundle-version="0.7.0",
io.sarl.eclipse;bundle-version="0.7.0",
io.sarl.lang.ui;bundle-version="0.7.0",
org.eclipse.xtext.ui;bundle-version="2.12.0",
org.eclipse.osgi;bundle-version="3.12.0",
org.eclipse.core.commands;bundle-version="3.9.0",
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.experienceindex</groupId>
<artifactId>io.sarl.experienceindex</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.experienceindex.plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/io.sarl.experienceindex/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.products.contribs</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<groupId>io.sarl.experienceindex</groupId>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.sarl.pythongenerator.feature"
label="Python Generator for SARL"
version="0.6.0.qualifier"
version="0.7.0.qualifier"
plugin="io.sarl.pythongenerator.plugin">

<description url="http://www.sarl.io/about/">
Expand Down Expand Up @@ -222,9 +222,9 @@
</url>

<requires>
<import plugin="io.sarl.lang" version="0.6.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.6.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.6.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang" version="0.7.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.7.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.7.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext" version="2.12.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.xbase" version="2.12.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.util" version="2.12.0" match="greaterOrEqual"/>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.pythongenerator</groupId>
<artifactId>io.sarl.pythongenerator</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.pythongenerator.feature</artifactId>
Expand Down
@@ -1,14 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.pythongenerator.plugin;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: io.sarl.lang;bundle-version="0.6.0",
io.sarl.lang.ui;bundle-version="0.6.0",
io.sarl.eclipse;bundle-version="0.6.0",
Require-Bundle: io.sarl.lang;bundle-version="0.7.0",
io.sarl.lang.ui;bundle-version="0.7.0",
io.sarl.eclipse;bundle-version="0.7.0",
org.eclipse.xtext;bundle-version="2.12.0",
org.eclipse.xtext.xbase;bundle-version="2.12.0",
org.eclipse.xtext.util;bundle-version="2.12.0",
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.pythongenerator</groupId>
<artifactId>io.sarl.pythongenerator</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.pythongenerator.plugin</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.pythongenerator</groupId>
<artifactId>io.sarl.pythongenerator</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.pythongenerator.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/io.sarl.pythongenerator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.products.contribs</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<groupId>io.sarl.pythongenerator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.tycho-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../tycho-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.tycho-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../tycho-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/io.sarl.docs.markdown/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>io.sarl.docs</artifactId>
<groupId>io.sarl</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<groupId>io.sarl.docs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.docs</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions main/apiplugins/io.sarl.core/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.core;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: io.sarl.lang.core;bundle-version="0.6.0";visibility:=reexport
Require-Bundle: io.sarl.lang.core;bundle-version="0.7.0";visibility:=reexport
Export-Package: io.sarl.core
2 changes: 1 addition & 1 deletion main/apiplugins/io.sarl.core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.plugins.api</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>io.sarl.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions main/apiplugins/io.sarl.util/META-INF/MANIFEST.MF
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.util;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: io.sarl.eventdispatching,
io.sarl.sarlspecification,
io.sarl.util
Require-Bundle: io.sarl.lang.core;bundle-version="0.6.0";visibility:=reexport,
Require-Bundle: io.sarl.lang.core;bundle-version="0.7.0";visibility:=reexport,
org.eclipse.osgi;bundle-version="3.12.0"

2 changes: 1 addition & 1 deletion main/apiplugins/io.sarl.util/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.plugins.api</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/apiplugins/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.tycho-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../tycho-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions main/coreplugins/io.sarl.eclipse/META-INF/MANIFEST.MF
Expand Up @@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-SymbolicName: io.sarl.eclipse;singleton:=true
xecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: io.sarl.lang.ui;bundle-version="0.6.0";visibility:=reexport,
Require-Bundle: io.sarl.lang.ui;bundle-version="0.7.0";visibility:=reexport,
org.eclipse.xtend.core;bundle-version="2.12.0",
org.eclipse.xtext.ui;bundle-version="2.12.0",
org.eclipse.xtext.xbase.ui;bundle-version="2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion main/coreplugins/io.sarl.eclipse/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.plugins.core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<build>
Expand Down
Binary file modified main/coreplugins/io.sarl.eclipse/splash.bmp
Binary file not shown.
2 changes: 1 addition & 1 deletion main/coreplugins/io.sarl.lang.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: io.sarl.lang.core;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.xtext.xbase.lib;bundle-version="2.12.0";visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion main/coreplugins/io.sarl.lang.core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.plugins.core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<groupId>io.sarl.lang</groupId>
Expand Down

0 comments on commit e9778ba

Please sign in to comment.