Updated bom to latest version [#24209]

This commit is contained in:
Giancarlo Panichi 2022-12-06 12:33:01 +01:00
parent 89ebf8c412
commit d6d0b67867
52 changed files with 46 additions and 13 deletions

1
.classpath Normal file → Executable file
View File

@ -14,6 +14,7 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>

0
.gitignore vendored Normal file → Executable file
View File

13
.project Normal file → Executable file
View File

@ -5,6 +5,11 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
@ -20,11 +25,19 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>de.walware.statet.base.StatetNature</nature>
<nature>de.walware.statet.r.RNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>

0
.settings/org.eclipse.core.resources.prefs Normal file → Executable file
View File

0
.settings/org.eclipse.jdt.core.prefs Normal file → Executable file
View File

0
.settings/org.eclipse.m2e.core.prefs Normal file → Executable file
View File

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="seadatanet-connector">
<wb-resource deploy-path="/" source-path="/src"/>
</wb-module>
</project-modules>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<installed facet="java" version="1.8"/>
<installed facet="jst.utility" version="1.0"/>
</faceted-project>

19
CHANGELOG.md Normal file → Executable file
View File

@ -1,33 +1,30 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "seadatanet-connector"
## [v1.2.4-SNAPSHOT] - 2022-12-06
- Updated bom to latest version [#24209]
## [v1.2.3] - 2021-04-26
### Features
- update to dismiss log4j [#21268]
## [v1.2.2] - 2021-01-26
### Features
- update ecological-engine-geospatial-extensions lower bound range
## [v1.2.1] - 2020-06-10
### Features
- Updated for support https protocol [#19423]
## [v1.1.0] - 2016-10-03
### Features
- First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0
FUNDING.md Normal file → Executable file
View File

0
LICENSE.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
cfg/ALog.properties Normal file → Executable file
View File

0
cfg/DestinationDBHibernate.cfg.xml Normal file → Executable file
View File

0
cfg/DestinationDBHibernateDBManager.cfg.xml Normal file → Executable file
View File

0
cfg/FISHBASE_taxa.taf Normal file → Executable file
View File

0
cfg/SDMXDataConverter.R Normal file → Executable file
View File

0
cfg/SpatialReallocationGenericAlgorithm.R Normal file → Executable file
View File

0
cfg/SpatialReallocationSimplifiedAlgorithm.R Normal file → Executable file
View File

0
cfg/SpatialReallocationSimplifiedTableAlgorithm.R Normal file → Executable file
View File

0
cfg/algorithms.properties Normal file → Executable file
View File

0
cfg/clusterers.properties Normal file → Executable file
View File

0
cfg/dynamictransducerers.properties Normal file → Executable file
View File

0
cfg/eez.asc Normal file → Executable file
View File

0
cfg/evaluators.properties Normal file → Executable file
View File

0
cfg/faoareas.asc Normal file → Executable file
View File

0
cfg/generators.properties Normal file → Executable file
View File

0
cfg/interpolateTacsat.r Normal file → Executable file
View File

0
cfg/modelers.properties Normal file → Executable file
View File

0
cfg/models.properties Normal file → Executable file
View File

0
cfg/nodealgorithms.properties Normal file → Executable file
View File

0
cfg/operators.xml Normal file → Executable file
View File

0
cfg/templatelayerres05.asc Normal file → Executable file
View File

0
cfg/transducerers.properties Normal file → Executable file
View File

0
cfg/userperspective.properties Normal file → Executable file
View File

0
cfg/worldcountries_hires.asc Normal file → Executable file
View File

12
changelog.xml Normal file → Executable file
View File

@ -1,4 +1,16 @@
<ReleaseNotes>
<Changeset component="org.gcube.dataanalysis.seadatanet-connector.1-2-4"
date="2022-12-06">
<Change>Updated bom to latest version [#24209]</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.seadatanet-connector.1-2-3"
date="2021-04-26">
<Change>- update to dismiss log4j [#21268]</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.seadatanet-connector.1-2-2"
date="2021-01-26">
<Change>- update ecological-engine-geospatial-extensions lower bound range</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.seadatanet-connector.1-2-1"
date="2020-06-10">
<Change>Updated for support https protocol [#19423]</Change>

0
descriptor.xml Normal file → Executable file
View File

0
octave/StepsToProduceTheCurrentsFile.txt Normal file → Executable file
View File

0
octave/netcdf-1.0.11.tar.gz Normal file → Executable file
View File

0
octave/netcdfgen.m Normal file → Executable file
View File

4
pom.xml Normal file → Executable file
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>seadatanet-connector</artifactId>
<version>1.2.3</version>
<version>1.2.4-SNAPSHOT</version>
<name>seadatanet-connector</name>
<description>seadatanet-connector</description>
@ -24,7 +24,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.1</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

0
profile.xml Normal file → Executable file
View File

0
resources/files/temperature_argo.txt Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
temperature_argo2.txt Normal file → Executable file
View File