Skip to content

Commit

Permalink
[RELENG] Move to snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
jheulot committed May 27, 2020
1 parent 5a9adb3 commit a0cbf66
Show file tree
Hide file tree
Showing 53 changed files with 77 additions and 67 deletions.
2 changes: 1 addition & 1 deletion plugins/fi.abo.preesm.dataparallel/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Dataparallel
Automatic-Module-Name: fi.abo.preesm.dataparallel
Bundle-SymbolicName: fi.abo.preesm.dataparallel;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.xtend.lib,
Expand Down
2 changes: 1 addition & 1 deletion plugins/fi.abo.preesm.dataparallel/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.algorithm/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.preesm.algorithm
Bundle-SymbolicName: org.preesm.algorithm;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.algorithm/pom.xml
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.cli/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: PREESM :: Plugins :: Command Line Interface
Automatic-Module-Name: org.preesm.cli
Bundle-SymbolicName: org.preesm.cli;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Require-Bundle: org.apache.commons.cli;bundle-version="1.2.0",
org.apache.commons.lang;bundle-version="2.6.0",
org.eclipse.core.runtime;bundle-version="3.14.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.cli/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/org.preesm.codegen.xtend/META-INF/MANIFEST.MF
Expand Up @@ -16,7 +16,7 @@ Require-Bundle: org.apache.velocity;bundle-version="1.7.0",
org.apache.commons.math3
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Export-Package: org.preesm.codegen.xtend,
org.preesm.codegen.xtend.printer,
org.preesm.codegen.xtend.printer.c,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.codegen.xtend/pom.xml
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.codegen/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.preesm.codegen
Bundle-SymbolicName: org.preesm.codegen;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.codegen/pom.xml
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.commons/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.preesm.commons
Bundle-SymbolicName: org.preesm.commons;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.commons/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.model.pisdf/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.preesm.model.pisdf
Bundle-SymbolicName: org.preesm.model.pisdf;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.xtext.xbase.lib,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.model.pisdf/pom.xml
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.model.scenario/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.preesm.model.scenario
Bundle-SymbolicName: org.preesm.model.scenario;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.model.scenario/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.model.slam/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.preesm.model.slam
Bundle-SymbolicName: org.preesm.model.slam;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.model.slam/pom.xml
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.pisdf/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: PREESM :: Plugins :: PiSDF UI
Automatic-Module-Name: org.preesm.ui.pisdf
Bundle-SymbolicName: org.preesm.ui.pisdf;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-Vendor: IETR / INSA Rennes - VAADER
Require-Bundle: org.eclipse.ui.console;bundle-version="3.5.100",
org.eclipse.ui.editors,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.pisdf/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.scenario/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: PREESM :: Plugins :: Scenario UI
Automatic-Module-Name: org.preesm.ui.scenario
Bundle-SymbolicName: org.preesm.ui.scenario;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-Vendor: IETR / INSA Rennes - VAADER
Require-Bundle: org.eclipse.ui.console;bundle-version="3.5.100",
org.eclipse.ui.editors,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.scenario/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.sdf/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: PREESM :: Plugins :: IBSDF UI
Automatic-Module-Name: org.preesm.ui.sdf
Bundle-SymbolicName: org.preesm.ui.sdf;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-Vendor: IETR / INSA Rennes - VAADER
Require-Bundle: org.eclipse.ui.console;bundle-version="3.5.100",
org.eclipse.ui.editors,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.sdf/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.slam/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: PREESM :: Plugins :: Salm UI
Automatic-Module-Name: org.preesm.ui.slam
Bundle-SymbolicName: org.preesm.ui.slam;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Require-Bundle: org.preesm.ui,
org.preesm.model.slam
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui.slam/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: PREESM :: Plugins :: UI
Automatic-Module-Name: org.preesm.ui
Bundle-SymbolicName: org.preesm.ui;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-Activator: org.preesm.ui.PreesmUIPlugin
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.ui/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/org.preesm.workflow/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: PREESM :: Plugins :: Workflow
Automatic-Module-Name: org.preesm.workflow
Bundle-SymbolicName: org.preesm.workflow;singleton:=true
Bundle-Version: 3.20.0
Bundle-Version: 3.20.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.preesm.workflow/pom.xml
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.plugins</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion plugins/pom.xml
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.parent</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -43,7 +43,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.preesm</groupId>
<artifactId>org.preesm.parent</artifactId>
<version>3.20.0</version>
<version>3.20.0-SNAPSHOT</version>
<packaging>pom</packaging>

<!-- More Project Information -->
Expand Down
10 changes: 10 additions & 0 deletions release_notes.md
@@ -1,6 +1,16 @@
PREESM Changelog
================

## Release version X.Y.Z
*XXXX.XX.XX*

### New Feature

### Changes

### Bug fix


## Release version 3.20.0
*2020.05.27*

Expand Down

0 comments on commit a0cbf66

Please sign in to comment.