Skip to content

Commit

Permalink
Bump to version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjdmartin authored Jan 15, 2025
1 parent c5f663f commit 6c840d1
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ If you need to add some new feature, the easiest way is to implment your own plu

## Changelog

#### Release 5.1.0
- Includes fixes from Eumetsat (thanks for your contribution!)
- Includes security fixes from dependabot

#### Release 5.0.0
- Remove shell support

Expand Down
4 changes: 2 additions & 2 deletions icode-ide/fr.cnes.analysis.tools.ui/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: i-Code CNES UI
Bundle-SymbolicName: fr.cnes.analysis.tools.ui;singleton:=true
Bundle-Version: 5.0.0
Bundle-Version: 5.1.0
Bundle-Activator: fr.cnes.analysis.tools.ui.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.0",
org.eclipse.ui;bundle-version="3.107.0",
Expand All @@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.0",
org.eclipse.ui.editors;bundle-version="3.9.0",
org.eclipse.e4.core.di;bundle-version="1.6.0",
org.eclipse.jface,
icode.library.plugin;bundle-version="5.0.0"
icode.library.plugin;bundle-version="5.1.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: fr.cnes.analysis.tools.ui.exception,
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/fr.cnes.analysis.tools.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.cnes.icode</groupId>
<artifactId>icode-ide</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<artifactId>fr.cnes.analysis.tools.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/fr.cnes.icode.feature.ui/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="fr.cnes.icode.feature.ui"
label="i-Code CNES UI"
version="5.0.0"
version="5.1.0"
provider-name="CNES">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/fr.cnes.icode.feature.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.cnes.icode</groupId>
<artifactId>icode-ide</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<artifactId>fr.cnes.icode.feature.ui</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions icode-ide/fr.cnes.icode.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/fr.cnes.icode.feature.ui_5.0.0.jar" id="fr.cnes.icode.feature.ui"
version="5.0.0">
<feature url="features/fr.cnes.icode.feature.ui_5.1.0.jar" id="fr.cnes.icode.feature.ui"
version="5.1.0">
<category name="fr.cnes.icode"/>
</feature>
<category-def name="fr.cnes.icode" label="i-Code CNES"/>
Expand Down
4 changes: 2 additions & 2 deletions icode-ide/fr.cnes.icode.repository/icode-ide.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="i-Code CNES IDE" uid="icode-ide.product" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="5.0.0" useFeatures="true" includeLaunchers="true">
<product name="i-Code CNES IDE" uid="icode-ide.product" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="5.1.0" useFeatures="true" includeLaunchers="true">


<configIni use="default">
Expand Down Expand Up @@ -69,7 +69,7 @@
<feature id="org.eclipse.cdt.gnu.debug"/>
<feature id="org.eclipse.cdt.gdb"/>
<feature id="org.eclipse.e4.rcp"/>
<feature id="fr.cnes.icode.feature.ui" version="5.0.0"/>
<feature id="fr.cnes.icode.feature.ui" version="5.1.0"/>
<feature id="icode.library.feature" installMode="root"/>
</features>

Expand Down
4 changes: 2 additions & 2 deletions icode-ide/fr.cnes.icode.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>fr.cnes.icode</groupId>
<artifactId>icode-ide</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<artifactId>fr.cnes.icode.repository</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<packaging>eclipse-repository</packaging>


Expand Down
2 changes: 1 addition & 1 deletion icode-ide/fr.cnes.icode.tp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.cnes.icode</groupId>
<artifactId>icode-ide</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<artifactId>fr.cnes.icode.tp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/icode-library-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="icode.library.feature"
label="i-Code Library Feature"
version="5.0.0"
version="5.1.0"
provider-name="CNES">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/icode-library-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.cnes.icode</groupId>
<artifactId>icode-ide</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<artifactId>icode.library.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/icode-library-plugin/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: i-Code Library Plugin
Bundle-SymbolicName: icode.library.plugin;singleton:=true
Bundle-Version: 5.0.0
Bundle-Version: 5.1.0
Bundle-ClassPath: target/lib/icode-library.jar
Bundle-Vendor: CNES
Export-Package: com.google.common.annotations,
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/icode-library-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.cnes.icode</groupId>
<artifactId>icode-ide</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<artifactId>icode.library.plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icode-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>icode-ide</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<packaging>pom</packaging>

<name>i-Code CNES IDE</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</distributionManagement>

<properties>
<icode.version>5.0.0</icode.version>
<icode.version>5.1.0</icode.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 6c840d1

Please sign in to comment.