Skip to content

Commit

Permalink
125: Incremented version 1.19.0
Browse files Browse the repository at this point in the history
Task-Url: #125
  • Loading branch information
LorenzoBettini committed Dec 3, 2019
1 parent da948f2 commit 9c2885f
Show file tree
Hide file tree
Showing 69 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion devtools/org.eclipse.xsemantics.targetplatform/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.targetplatform</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion devtools/org.eclipse.xsemantics.workspace/feature.xml
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.workspace"
label="Xsemantics Workspace"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
2 changes: 1 addition & 1 deletion doc/org.eclipse.xsemantics.doc/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics Documentation
Bundle-SymbolicName: org.eclipse.xsemantics.doc;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.help;bundle-version="3.5.0",
org.eclipse.xtext.xdoc.generator;bundle-version="0.1.0";resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion doc/org.eclipse.xsemantics.doc/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.doc</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.xsemantics.example.expressions.tests
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.expressions.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xsemantics.example.expressions,
Expand Down
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.expressions.tests</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics Expression UI
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.expressions.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xsemantics.example.expressions;visibility:=reexport,
Expand Down
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.expressions.ui</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics Expressions Example
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.expressions;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.expressions</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics FJ Example Tests
Bundle-SymbolicName: org.eclipse.xsemantics.example.fj.tests;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.xsemantics.example.fj.tests/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.fj.tests</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics FJ Eclipse UI
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.fj.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xsemantics.example.fj;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.xsemantics.example.fj.ui/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.fj.ui</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics FJ Example
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.fj;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.xsemantics.example.fj/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.fj</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.xsemantics.example.fjcached.tests
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.fjcached.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xsemantics.example.fjcached;visibility:=reexport,
Expand Down
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.fjcached.tests</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.xsemantics.example.fjcached.ui
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.fjcached.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xsemantics.example.fjcached;visibility:=reexport,
Expand Down
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.fjcached.ui</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.xsemantics.example.fjcached
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.fjcached; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.xsemantics.example.fjcached/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.fjcached</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Lambda Tests
Bundle-SymbolicName: org.eclipse.xsemantics.example.lambda.tests
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-Activator: org.eclipse.xsemantics.example.lambda.tests.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.lambda.tests</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics Lambda Example UI
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.lambda.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xsemantics.example.lambda;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.lambda.ui</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics Lambda Example
Bundle-Vendor: %providerName
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-SymbolicName: org.eclipse.xsemantics.example.lambda;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.xsemantics.example.lambda/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.example.lambda</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xsemantics Examples
Bundle-SymbolicName: org.eclipse.xsemantics.ui.examples;singleton:=true
Bundle-Version: 1.18.0.qualifier
Bundle-Version: 1.19.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.ui;bundle-version="3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.xsemantics.ui.examples/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.ui.examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.doc.feature/feature.xml
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.doc.feature"
label="Xsemantics Documentation Feature"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.doc.feature/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.doc.feature</artifactId>
Expand Down
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.dsl.ui.tests.feature"
label="Xsemantics Feature For Dsl UI Testing"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.examples.feature"
label="Xsemantics Examples"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.examples.feature/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.examples.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.feature/feature.xml
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.feature"
label="Xsemantics UI"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.feature/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.feature</artifactId>
Expand Down
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.implemented.examples.feature"
label="Xsemantics Implemented Examples"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.implemented.examples.feature</artifactId>
Expand Down
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.runtime.feature"
label="Xsemantics Runtime Feature"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.runtime.feature/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.runtime.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.sdk/feature.xml
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.sdk"
label="Xsemantics SDK"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.sdk/pom.xml
Expand Up @@ -17,7 +17,7 @@ Contributors:
<relativePath>../../releng/org.eclipse.xsemantics.parent/pom.xml</relativePath>
<groupId>org.eclipse.xsemantics</groupId>
<artifactId>org.eclipse.xsemantics.parent</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xsemantics.sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.xsemantics.tests.feature/feature.xml
Expand Up @@ -12,7 +12,7 @@ Contributors:
<feature
id="org.eclipse.xsemantics.tests.feature"
label="Xsemantics Feature For Testing"
version="1.18.0.qualifier"
version="1.19.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.v20140414-1359">
Expand Down

0 comments on commit 9c2885f

Please sign in to comment.