Updated bom to latest version [#23769]

This commit is contained in:
Giancarlo Panichi 2022-09-05 16:43:09 +02:00
parent bd5ebcceec
commit 750b8e883d
38 changed files with 17 additions and 3 deletions

1
.classpath Normal file → Executable file
View File

@ -19,6 +19,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="src" output="target/test-classes" path="src/test/java">

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>
@ -15,9 +20,17 @@
<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>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

@ -2,7 +2,7 @@
## [v1.1.0-SNAPSHOT] - 2022-08-26
## [v1.1.0] - 2022-08-26
- Updated bom to latest version [#23769]

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/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/evaluators.properties Normal file → Executable file
View File

0
cfg/generators.properties 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/test.xml 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

View File

@ -1,6 +1,6 @@
<ReleaseNotes>
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-5"
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-1-0"
date="2022-08-26">
<Change>Updated gcube-bom to latest version [#23769]</Change>
</Changeset>

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-wps-extension</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>ecological-engine-wps-extension</name>
<description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description>

0
profile.xml Normal file → Executable file
View File

View File

View File

View File

0
src/main/resources/wps_config.xml Normal file → Executable file
View File