Updated bom to latest version [#24209]

This commit is contained in:
Giancarlo Panichi 2022-12-06 12:11:29 +01:00
parent 9456af2cf4
commit 2fa094fd1f
317 changed files with 46 additions and 16 deletions

1
.classpath Normal file → Executable file
View File

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

0
.gitignore vendored Normal file → Executable file
View File

13
.project Normal file → Executable file
View File

@ -5,6 +5,11 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name> <name>org.eclipse.jdt.core.javabuilder</name>
<arguments> <arguments>
@ -15,9 +20,17 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec> </buildSpec>
<natures> <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.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures> </natures>
</projectDescription> </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,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="ecological-engine">
<wb-resource deploy-path="/" source-path="/src/main/java"/>
<wb-resource deploy-path="/" source-path="/src/main/resources"/>
</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>

23
CHANGELOG.md Normal file → Executable file
View File

@ -1,36 +1,31 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "ecological-engine"
## [v1.14.1-SNAPSHOT] - 2022-12-06
- Updated bom to latest version [#24209]
# Changelog
## [v1.14.0] - 2021-01-20 ## [v1.14.0] - 2021-01-20
### Features
- maryTTS removed - maryTTS removed
- upgrade repository definition - upgrade repository definition
- added log4j-over-sl4j dependency - added log4j-over-sl4j dependency
## [v1.13.0] [r4.24.0] - 2020-06-10
### Features ## [v1.13.0] - 2020-06-10
- Updated for support https protocol [#19423] - Updated for support https protocol [#19423]
## [v1.10.0] - 2016-27-09 ## [v1.10.0] - 2016-27-09
### Features
- Changed basic signature and http functions - Changed basic signature and http functions
## [v1.1.0] - 2016-10-03 ## [v1.1.0] - 2016-10-03
### Features
- First Release - First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

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

0
cfgLexical/hibernate.cfg.xml Normal file → Executable file
View File

0
cfgLexical/lexicalGuesser.properties Normal file → Executable file
View File

10
changelog.xml Normal file → Executable file
View File

@ -1,4 +1,14 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.dataanalysis.ecological-engine.1-14-1"
date="2022-12-06">
<Change>Updated bom to latest version [#24209]</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.ecological-engine.1-14-0"
date="2021-01-20">
<Change>maryTTS removed</Change>
<Change>Upgrade repository definition</Change>
<Change>Added log4j-over-sl4j dependency</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.ecological-engine.1-13-0" <Changeset component="org.gcube.dataanalysis.ecological-engine.1-13-0"
date="2020-06-10"> date="2020-06-10">
<Change>Updated for support https protocol [#19423]</Change> <Change>Updated for support https protocol [#19423]</Change>

0
descriptor.xml Normal file → Executable file
View File

0
etc/build.properties Normal file → Executable file
View File

0
etc/profile.xml Normal file → Executable file
View File

4
pom.xml Normal file → Executable file
View File

@ -11,7 +11,7 @@
</parent> </parent>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine</artifactId> <artifactId>ecological-engine</artifactId>
<version>1.14.0</version> <version>1.14.1-SNAPSHOT</version>
<name>ecological-engine</name> <name>ecological-engine</name>
<description>ecological-engine library</description> <description>ecological-engine library</description>
<scm> <scm>
@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>1.5.0</version> <version>2.1.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

0
profile.xml Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More