Skip to content

Commit

Permalink
Back to SNAPSHOT (4.2.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Dec 6, 2021
1 parent 66d381e commit da10110
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.adaptormodel/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.oslc4j.adaptormodel;singleton:=true
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.codegenerator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Toolchain Code Generator
Bundle-SymbolicName: org.eclipse.lyo.oslc4j.codegenerator
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.lyo.oslc4j.codegenerator.Activator
Bundle-Vendor: Eclipse Lyo
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.codegenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.oslc4j.plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent> -->
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>org.eclipse.lyo.oslc4j.plugins</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -21,7 +21,7 @@
<eclipse.cbi>1.1.7</eclipse.cbi>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<p2.repo>http://download.eclipse.org/releases/2020-12</p2.repo>
<lyo.version>4.1.0</lyo.version>
<lyo.version>4.2.0-SNAPSHOT</lyo.version>
</properties>
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.adaptormodel.edit;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.adaptormodel.edit
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: adaptorinterface.provider.AdaptorInterfaceEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.adaptormodel.editor;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.adaptormodel.editor
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: adaptorinterface.presentation.AdaptorInterfaceEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.adaptormodel.model;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.adaptormodel.model
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.codegenerator.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.codegenerator.feature"
label="Lyo Code Generator"
version="4.1.0.RELEASE"
version="4.2.0.qualifier"
provider-name="Eclipse Lyo">

<description url="https://www.eclipse.org/lyo/">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Acceleo Codegenerator Module IDE Plug-in
Bundle-SymbolicName: org.eclipse.lyo.tools.codegenerator.ui;singleton:=true
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.lyo.tools.codegenerator.ui.Activator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.designer.branding;singleton:=true
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.lyo.tools.designer.branding.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.lyo.tools.designer.branding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.designer.product.feature"
label="Lyo Toolchain Designer Product Feature"
version="4.1.0.RELEASE"
version="4.2.0.qualifier"
provider-name="Eclipse Lyo">

<description url="https://www.eclipse.org/lyo/">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product/lyodesigner.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Lyo Designer Product" uid="lyo-designer" id="org.eclipse.lyo.tools.designer.branding.product" application="org.eclipse.ui.ide.workbench" version="4.1.0.RELEASE" useFeatures="true" includeLaunchers="true">
<product name="Lyo Designer Product" uid="lyo-designer" id="org.eclipse.lyo.tools.designer.branding.product" application="org.eclipse.ui.ide.workbench" version="4.2.0.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ToolChainModel.design
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.design;singleton:=true
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: ToolChainModel.design.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.design/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.edit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.edit;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.toolchain.edit
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: toolchain.provider.ToolchainEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.editor;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.toolchain.editor
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: toolchain.presentation.ToolchainEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.toolchain.feature"
label="Lyo Toolchain Designer"
version="4.1.0.RELEASE"
version="4.2.0.qualifier"
provider-name="Eclipse Lyo">

<description url="https://www.eclipse.org/lyo/">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.model/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.model;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.toolchain.model
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.tools.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.eclipse.lyo.tools.codegenerator.feature_4.1.0.RELEASE.jar" id="org.eclipse.lyo.tools.codegenerator.feature" version="4.1.0.RELEASE">
<feature url="features/org.eclipse.lyo.tools.codegenerator.feature_4.2.0.qualifier.jar" id="org.eclipse.lyo.tools.codegenerator.feature" version="4.2.0.qualifier">
<category name="org.eclipse.lyo.tools.category"/>
</feature>
<feature url="features/org.eclipse.lyo.tools.toolchain.feature_4.1.0.RELEASE.jar" id="org.eclipse.lyo.tools.toolchain.feature" version="4.1.0.RELEASE">
<feature url="features/org.eclipse.lyo.tools.toolchain.feature_4.2.0.qualifier.jar" id="org.eclipse.lyo.tools.toolchain.feature" version="4.2.0.qualifier">
<category name="org.eclipse.lyo.tools.category"/>
</feature>
<category-def name="org.eclipse.lyo.tools.category" label="Lyo Toolchain Designer"/>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tools-updatesite</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.vocabulary.editor;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.vocabulary.editor
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: vocabulary.presentation.VocabularyEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.vocabulary.model.edit;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.vocabulary.model.edit
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: vocabulary.provider.VocabularyEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.vocabulary.model;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.vocabulary.model
Bundle-Version: 4.1.0.RELEASE
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit da10110

Please sign in to comment.