Updated bom to latest version [#24209]
This commit is contained in:
parent
89ebf8c412
commit
d6d0b67867
|
@ -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"/>
|
||||
|
|
|
@ -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,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>
|
|
@ -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>
|
|
@ -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).
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
src/org/gcube/dataanalysis/seadatanet/test/TestSeaDataNetConnector.java
Normal file → Executable file
0
src/org/gcube/dataanalysis/seadatanet/test/TestSeaDataNetConnector.java
Normal file → Executable file
Loading…
Reference in New Issue