Skip to content

Commit

Permalink
Move to version 0.11.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 Oct 27, 2019
1 parent d2029a7 commit 3a68a56
Show file tree
Hide file tree
Showing 119 changed files with 210 additions and 192 deletions.
10 changes: 5 additions & 5 deletions README.adoc
Expand Up @@ -73,12 +73,12 @@ Consequently, you could directly include the SARL module into the Maven dependen
<dependency>
<groupId>io.sarl.maven</groupId>
<artifactId>io.sarl.maven.sdk</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
...
```

Please, replace Version `0.9.0` in the previous snipset by the number of the version you want to use.
Please, replace Version `0.10.0` in the previous snipset by the number of the version you want to use.

=== 2.3. Use of the development version with Maven

Expand All @@ -91,7 +91,7 @@ For using this version, you must add the Maven Repository Server of SARL in your
<dependency>
<groupId>io.sarl.maven</groupId>
<artifactId>io.sarl.maven.sdk</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</dependency>
<dependencies>
...
Expand Down Expand Up @@ -128,7 +128,7 @@ For using the `sarl-maven-plugin`, you should add in your pom file:
<plugin>
<groupId>io.sarl.maven</groupId>
<artifactId>sarl-maven-plugin</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
<extensions>true</extensions>
<configuration>
<source>1.8</source>
Expand All @@ -143,7 +143,7 @@ For using the `sarl-maven-plugin`, you should add in your pom file:
...
```

Please, replace Version `0.9.0` in the previous snipset by the number of the version you want to use.
Please, replace Version `0.10.0` in the previous snipset by the number of the version you want to use.

CAUTION: Do not forget to set the `extensions` flag to `true`.

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.10.0-SNAPSHOT</version>
<version>0.11.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.10.0.qualifier"
version="0.11.0.qualifier"
plugin="io.sarl.examples.plugin">

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

<requires>
<import plugin="io.sarl.eclipse" version="0.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.m2e" version="0.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.11.0" match="greaterOrEqual"/>
<import plugin="io.sarl.m2e" version="0.11.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.common.ui" version="2.18.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.114.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.16.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.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.examples.feature</artifactId>
Expand Down
Expand Up @@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.examples.plugin;singleton:=true
Automatic-Module-Name: io.sarl.examples.plugin
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Activator: io.sarl.examples.SARLExamplePlugin
Require-Bundle: io.sarl.eclipse;bundle-version="0.10.0",
io.sarl.m2e;bundle-version="0.10.0",
Require-Bundle: io.sarl.eclipse;bundle-version="0.11.0",
io.sarl.m2e;bundle-version="0.11.0",
org.eclipse.xtext.ui;bundle-version="2.19.0",
org.eclipse.ui;bundle-version="3.114.0",
org.eclipse.core.runtime;bundle-version="3.16.0",
Expand Down
Expand Up @@ -6,7 +6,7 @@
# This file may be automatically generated.
# Do not change it if there no replacement variables below.

0=0.10.0-BETA
0=0.11.0-BETA
1=2014-2019
2=the original authors or authors
3=http://www.sarl.io
Expand Down
8 changes: 4 additions & 4 deletions contribs/io.sarl.examples/io.sarl.examples.plugin/build.xml
Expand Up @@ -47,8 +47,8 @@
<filterset>
<filter token="GROUP_ID" value="@{group}"/>
<filter token="PROJECT_NAME" value="@{name}"/>
<filter token="PROJECT_VERSION" value="0.10.0-SNAPSHOT"/>
<filter token="SARL_VERSION" value="0.10.0-SNAPSHOT"/>
<filter token="PROJECT_VERSION" value="0.11.0-SNAPSHOT"/>
<filter token="SARL_VERSION" value="0.11.0-SNAPSHOT"/>
<filter token="AFC_VERSION" value="16.0"/>
<filter token="FILE_ENCODING" value="UTF-8"/>
<filter token="JAVA_VERSION" value="1.8"/>
Expand All @@ -61,8 +61,8 @@
<filterset>
<filter token="GROUP_ID" value="@{group}"/>
<filter token="PROJECT_NAME" value="@{name}"/>
<filter token="PROJECT_VERSION" value="0.10.0-SNAPSHOT"/>
<filter token="SARL_VERSION" value="0.10.0-SNAPSHOT"/>
<filter token="PROJECT_VERSION" value="0.11.0-SNAPSHOT"/>
<filter token="SARL_VERSION" value="0.11.0-SNAPSHOT"/>
<filter token="AFC_VERSION" value="16.0"/>
<filter token="FILE_ENCODING" value="UTF-8"/>
<filter token="JAVA_VERSION" value="1.8"/>
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.10.0-SNAPSHOT</version>
<version>0.11.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.10.0-SNAPSHOT</version>
<version>0.11.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.tycho-parent-ui</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../../tycho-parent/tycho-parent-ui</relativePath>
</parent>

Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.sarl.experienceindex.feature"
label="SARL Experience Index"
version="0.10.0.qualifier"
version="0.11.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.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.core" version="0.11.0" match="greaterOrEqual"/>
<import plugin="io.sarl.eclipse" version="0.11.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.11.0" match="greaterOrEqual"/>
<import plugin="com.google.inject" version="4.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.ui" version="2.19.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.15.0" match="greaterOrEqual"/>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.experienceindex</groupId>
<artifactId>io.sarl.experienceindex</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.experienceindex.feature</artifactId>
Expand Down
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.experienceindex.plugin;singleton:=true
Automatic-Module-Name: io.sarl.experienceindex.plugin
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.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.10.0",
io.sarl.eclipse;bundle-version="0.10.0",
io.sarl.lang.ui;bundle-version="0.10.0",
Require-Bundle: io.sarl.lang.core;bundle-version="0.11.0",
io.sarl.eclipse;bundle-version="0.11.0",
io.sarl.lang.ui;bundle-version="0.11.0",
org.eclipse.xtext.ui;bundle-version="2.19.0",
org.eclipse.osgi;bundle-version="3.15.0",
org.eclipse.core.commands;bundle-version="3.9.500",
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.experienceindex</groupId>
<artifactId>io.sarl.experienceindex</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.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.10.0-SNAPSHOT</version>
<version>0.11.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.10.0.qualifier"
version="0.11.0.qualifier"
plugin="io.sarl.pythongenerator.ui">

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

<requires>
<import plugin="io.sarl.lang" version="0.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.pythongenerator.generator" version="0.10.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang" version="0.11.0" match="greaterOrEqual"/>
<import plugin="io.sarl.lang.ui" version="0.11.0" match="greaterOrEqual"/>
<import plugin="io.sarl.pythongenerator.generator" version="0.11.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.common.types" version="2.19.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext.xbase" version="2.19.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext" version="2.19.0" match="greaterOrEqual"/>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.pythongenerator</groupId>
<artifactId>io.sarl.pythongenerator</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.pythongenerator.feature</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.pythongenerator.generator;singleton:=true
Automatic-Module-Name: io.sarl.pythongenerator.generator
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand All @@ -12,7 +12,7 @@ Export-Package: io.sarl.pythongenerator.generator,
io.sarl.pythongenerator.generator.generator,
io.sarl.pythongenerator.generator.validator
Bundle-Activator: io.sarl.pythongenerator.generator.PyGeneratorPlugin
Require-Bundle: io.sarl.lang;bundle-version="0.10.0",
Require-Bundle: io.sarl.lang;bundle-version="0.11.0",
org.eclipse.xtext.common.types;bundle-version="2.19.0",
org.eclipse.xtext.xbase;bundle-version="2.19.0",
org.eclipse.xtext;bundle-version="2.19.0",
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sarl.pythongenerator</groupId>
<artifactId>io.sarl.pythongenerator</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.pythongenerator.generator</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.pythongenerator.ui;singleton:=true
Automatic-Module-Name: io.sarl.pythongenerator.ui
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand All @@ -13,9 +13,9 @@ Export-Package: io.sarl.pythongenerator.ui,
io.sarl.pythongenerator.ui.preferences,
io.sarl.pythongenerator.ui.validator
Bundle-Activator: io.sarl.pythongenerator.ui.PyGeneratorUiPlugin
Require-Bundle: io.sarl.lang;bundle-version="0.10.0",
io.sarl.lang.ui;bundle-version="0.10.0",
io.sarl.pythongenerator.generator;bundle-version="0.10.0",
Require-Bundle: io.sarl.lang;bundle-version="0.11.0",
io.sarl.lang.ui;bundle-version="0.11.0",
io.sarl.pythongenerator.generator;bundle-version="0.11.0",
org.eclipse.xtext.ui;bundle-version="2.19.0",
org.eclipse.ui;bundle-version="3.114.0",
org.eclipse.core.runtime;bundle-version="3.16.0"
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.tycho-parent-ui</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../../../tycho-parent/tycho-parent-ui</relativePath>
</parent>

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.10.0-SNAPSHOT</version>
<version>0.11.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.10.0-SNAPSHOT</version>
<version>0.11.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.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../tycho-parent</relativePath>
</parent>

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

<groupId>io.sarl.docs</groupId>
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.10.0-SNAPSHOT</version>
<version>0.11.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.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>io.sarl.docs</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions main/apiplugins/io.sarl.core/META-INF/MANIFEST.MF
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: io.sarl.core;singleton:=true
Automatic-Module-Name: io.sarl.core
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: io.sarl.lang.core;bundle-version="0.10.0";visibility:=reexport,
io.sarl.util;bundle-version="0.10.0"
Require-Bundle: io.sarl.lang.core;bundle-version="0.11.0";visibility:=reexport,
io.sarl.util;bundle-version="0.11.0"
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.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>
<artifactId>io.sarl.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit 3a68a56

Please sign in to comment.