Skip to content

Commit

Permalink
Updated application versions for 5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelaepure10 committed Jul 11, 2023
1 parent f085a8d commit 405513f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project = {
// version
// major.minor.micro-SNAPSHOT - remove -SNAPSHOT for releases
version = '5.1.0-SNAPSHOT'
version = '5.0.1'

// when increasing the version number, at least the version of the .application bundles
// should be increased so they state an updated application version
Expand Down
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="halestudio Infocenter" uid="eu.esdihumboldt.hale.infocenter" id="eu.esdihumboldt.hale.doc.application.InfoCenter" application="eu.esdihumboldt.hale.doc.application.infocenterApplication" version="5.1.0.qualifier" useFeatures="false" includeLaunchers="true">
<product name="halestudio Infocenter" uid="eu.esdihumboldt.hale.infocenter" id="eu.esdihumboldt.hale.doc.application.InfoCenter" application="eu.esdihumboldt.hale.doc.application.infocenterApplication" version="5.0.1.qualifier" useFeatures="false" includeLaunchers="true">

<configIni use="default">
</configIni>
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: HALE Infocenter
Bundle-SymbolicName: eu.esdihumboldt.hale.doc.application;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.0.1.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.help;bundle-version="3.5.100",
org.eclipse.help.base;bundle-version="3.6.1"
Expand Down
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="hale studio" uid="eu.esdihumboldt.hale" id="eu.esdihumboldt.hale.ui.application.HALE" application="eu.esdihumboldt.hale.ui.application" version="5.1.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="false">
<product name="hale studio" uid="eu.esdihumboldt.hale" id="eu.esdihumboldt.hale.ui.application.HALE" application="eu.esdihumboldt.hale.ui.application" version="5.0.1.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="false">

<aboutInfo>
<image path="/eu.esdihumboldt.hale.ui.application/images/hale_about.png"/>
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: HALE Application
Bundle-SymbolicName: eu.esdihumboldt.hale.ui.application;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.ui;bundle-version="3.6.2",
Expand Down

0 comments on commit 405513f

Please sign in to comment.