Skip to content

Commit

Permalink
chore(release): 5.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.2.1](v5.2.0...v5.2.1) (2024-07-04)

### Bug Fixes

* added scroll functionality to the CheckboxTableViewer for selecting export types for CSV and Excel ([2e0483b](2e0483b))
* implicit narrowing conversion in compound assignment ([bfedff0](bfedff0))
* resolve XML external entity in user-controlled data ([88ff8cc](88ff8cc))
* use correct representation of date and time when exporting XML/GML ([305b7ea](305b7ea))
  • Loading branch information
wetransformer committed Jul 4, 2024
1 parent 305b7ea commit a5fb55a
Show file tree
Hide file tree
Showing 275 changed files with 284 additions and 274 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [5.2.1](https://github.com/halestudio/hale/compare/v5.2.0...v5.2.1) (2024-07-04)


### Bug Fixes

* added scroll functionality to the CheckboxTableViewer for selecting export types for CSV and Excel ([2e0483b](https://github.com/halestudio/hale/commit/2e0483bca3daef7cb5861ed42148af91ce9c2155))
* implicit narrowing conversion in compound assignment ([bfedff0](https://github.com/halestudio/hale/commit/bfedff036c14ce0132ce70f4e3bcf9d1793ad7b2))
* resolve XML external entity in user-controlled data ([88ff8cc](https://github.com/halestudio/hale/commit/88ff8cc43051fee597599f621bd33320d389beba))
* use correct representation of date and time when exporting XML/GML ([305b7ea](https://github.com/halestudio/hale/commit/305b7ea93292f43f4bf153c8d26c40d1c0b81007))

## [5.2.0](https://github.com/halestudio/hale/compare/v5.1.0...v5.2.0) (2024-06-19)


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 CLI Default Commands
Bundle-SymbolicName: eu.esdihumboldt.hale.app.cli.commands;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.util.cli;bundle-version="2.9.5",
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 CLI application
Bundle-SymbolicName: eu.esdihumboldt.hale.app.cli;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: eu.esdihumboldt.hale.common.core,
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: Transformation Application Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.app.transform.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.hale.app.transform;bundle-version="2.9.0",
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: Application for command line transformation
Bundle-SymbolicName: eu.esdihumboldt.hale.app.transform;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
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.3.0-SNAPSHOT'
version = '5.2.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
Expand Up @@ -2,7 +2,7 @@
<feature
id="eu.esdihumboldt.hale.common.feature.base"
label="Equinox base feature"
version="5.3.0.qualifier">
version="5.2.1.qualifier">

<license>
Licenses of the individual features and plug-ins apply.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="eu.esdihumboldt.hale.common.feature.core"
label="HALE core logic and models"
version="5.3.0.qualifier"
version="5.2.1.qualifier"
provider-name="data harmonisation panel"
plugin="eu.esdihumboldt.hale.ui.application">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="eu.esdihumboldt.hale.common.feature.orient"
label="OrientDB based Instance Database"
version="5.3.0.qualifier"
version="5.2.1.qualifier"
provider-name="data harmonisation panel">

<license>
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: Alignment Groovy API and Utilities Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.groovy.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.hale.common.align.groovy;bundle-version="2.6.0",
eu.esdihumboldt.hale.common.schema.groovy;bundle-version="2.6.0",
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: Alignment Groovy API and Utilities
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.groovy;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="11.0.1",
eu.esdihumboldt.hale.common.align.io.impl.internal.generated;version="2.9.0",
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: Alignment Merge Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.merge.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: groovy;bundle-version="2.5.19",
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: Alignment Merger
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.merge;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="3.3.0",
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 Alignment API Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.test;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="11.0.1",
eu.esdihumboldt.hale.common.align.io.impl.internal.generated;version="2.9.5",
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: Transformation Graph Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.tgraph.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="11.0.1",
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 Transformation Graph
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.tgraph
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="11.0.1",
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 Alignment API
Bundle-SymbolicName: eu.esdihumboldt.hale.common.align;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.base;version="1.6.0",
com.google.common.collect;version="1.6.0",
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 Support
Bundle-SymbolicName: eu.esdihumboldt.hale.common.app
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Activator: eu.esdihumboldt.hale.common.app.internal.Activator
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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 Cache Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.cache.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Fragment-Host: eu.esdihumboldt.hale.common.cache;bundle-version="2.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: data harmonisation panel
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 Cache
Bundle-SymbolicName: eu.esdihumboldt.hale.common.cache;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.io;version="9.0.0",
de.fhg.igd.osgi.util,
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 Core CLI Commands
Bundle-SymbolicName: eu.esdihumboldt.hale.common.cli;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: groovy;bundle-version="2.5.19",
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: Codelist validator for instances
Bundle-SymbolicName: eu.esdihumboldt.hale.common.codelist.validator;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: de.fhg.igd.slf4jplus,
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 CodeList Support
Bundle-SymbolicName: eu.esdihumboldt.hale.common.codelist;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="15.0.0",
eu.esdihumboldt.hale.common.align.model,
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: Configuration utilities for hale tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.config.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Fragment-Host: eu.esdihumboldt.hale.common.config;bundle-version="3.5.0"
Automatic-Module-Name: eu.esdihumboldt.hale.common.config.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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: Configuration utilities for hale
Bundle-SymbolicName: eu.esdihumboldt.hale.common.config
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Automatic-Module-Name: eu.esdihumboldt.hale.common.config
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: groovy;bundle-version="2.5.19",
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: Core Converters
Bundle-SymbolicName: eu.esdihumboldt.hale.common.convert.core;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.hale.common.convert;bundle-version="2.5.0",
groovy;bundle-version="2.5.19",
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: WKT Geometry Converters
Bundle-SymbolicName: eu.esdihumboldt.hale.common.convert.wkt;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.locationtech.jts,
org.locationtech.jts.geom,
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 Conversion Service
Bundle-SymbolicName: eu.esdihumboldt.hale.common.convert;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.10.0",
org.springframework.spring-core;bundle-version="5.2.0"
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 Core API Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.core.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Fragment-Host: eu.esdihumboldt.hale.common.core;bundle-version="2.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: data harmonisation panel
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 Core API
Bundle-SymbolicName: eu.esdihumboldt.hale.common.core;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Activator: eu.esdihumboldt.hale.common.core.internal.CoreBundle
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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 Filter API Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.filter.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: de.fhg.igd.osgi.util;version="1.0.0",
de.fhg.igd.slf4jplus,
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 Filter API
Bundle-SymbolicName: eu.esdihumboldt.hale.common.filter;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: de.fhg.igd.slf4jplus,
eu.esdihumboldt.hale.common.align.groovy.accessor,
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: Enable Groovy Sandbox Service (for server side operation)
Bundle-SymbolicName: eu.esdihumboldt.hale.common.groovy.sandbox.enable;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: eu.esdihumboldt.util.groovy.sandbox
Require-Bundle: eu.esdihumboldt.hale.common.core
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: OrientDB transformation sink
Bundle-SymbolicName: eu.esdihumboldt.hale.common.headless.orient;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.hale.common.instance.orient;bundle-version="2.9.0",
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: Headless API Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.headless.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.13.0",
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: Headless Transformation
Bundle-SymbolicName: eu.esdihumboldt.hale.common.headless;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.base;version="11.0.1",
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: INSPIRE constants and apps
Bundle-SymbolicName: eu.esdihumboldt.hale.common.inspire;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
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: Instance Graphs Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.graph.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.hale.common.instance.graph;bundle-version="2.9.1",
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: Instance Graphs
Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.graph
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: com.tinkerpop.blueprints.core;bundle-version="2.5.0",
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 Groovy Instance API Tests
Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.groovy.test
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Fragment-Host: eu.esdihumboldt.hale.common.instance.groovy;bundle-version="2.7.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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 Groovy Instance API
Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.groovy;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.base;version="11.0.1",
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: Instance Indexes
Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.index;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="17.0.0",
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: Instance model based on Orient DB
Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.orient;singleton:=true
Bundle-Version: 5.3.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: data harmonisation panel
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.hale.common.instance;bundle-version="2.5.0",
Expand Down
Loading

0 comments on commit a5fb55a

Please sign in to comment.