Updated bom to latest version [#23769]
This commit is contained in:
parent
bd5ebcceec
commit
750b8e883d
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
|
||||
## [v1.1.0-SNAPSHOT] - 2022-08-26
|
||||
## [v1.1.0] - 2022-08-26
|
||||
|
||||
- Updated bom to latest version [#23769]
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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
src/main/java/org/gcube/dataanalysis/geo/wps/factory/DynamicWPSTransducerer.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/factory/DynamicWPSTransducerer.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/interfaces/WPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/interfaces/WPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/invoke/TestTransducerer.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/invoke/TestTransducerer.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/processes/TestWPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/processes/TestWPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/processes/TestWPSProcessStatistical.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/processes/TestWPSProcessStatistical.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/regression/RegressionStatisticalWPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/regression/RegressionStatisticalWPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/regression/RegressionTerradueWPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/regression/RegressionTerradueWPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/regression/RegressionTestWPSProcess.java
Normal file → Executable file
0
src/main/java/org/gcube/dataanalysis/geo/wps/test/regression/RegressionTestWPSProcess.java
Normal file → Executable file
Loading…
Reference in New Issue