Updated to gcube-bom 2.5.0-SNAPSHOT
This commit is contained in:
parent
19ee75d70e
commit
e04ac774c6
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/data-miner-manager-cl-1.10.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<classpathentry kind="src" output="target/data-miner-manager-cl-1.11.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/data-miner-manager-cl-1.10.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||
<classpathentry excluding="**" kind="src" output="target/data-miner-manager-cl-1.11.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
|
@ -35,5 +35,5 @@
|
|||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="output" path="target/data-miner-manager-cl-1.10.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
<classpathentry kind="output" path="target/data-miner-manager-cl-1.11.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -4,7 +4,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
|
||||
|
||||
## [v1.10.0]
|
||||
## [v1.11.0-SNAPSHOT]
|
||||
|
||||
- Updated maven-parent 1.2.0
|
||||
- Updated gcube-bom 2.5.0-SNAPSSHOT
|
||||
|
||||
|
||||
|
||||
## [v1.10.0] - 2023-01-12
|
||||
|
||||
- Added support to default value for ListParameter [#24026]
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data.analysis.data-miner-manager-cl.1-10-0" date="2022-10-27">
|
||||
<Changeset component="org.gcube.data.analysis.data-miner-manager-cl.1-11-0-SNAPSHOT" date="2023-11-03">
|
||||
<Change>Updated maven-parent 1.2.0</Change>
|
||||
<Change>Updated gcube-bom 2.5.0-SNAPSSHOT</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data.analysis.data-miner-manager-cl.1-10-0" date="2023-01-23">
|
||||
<Change>Added support to default value for ListParameter [#24026]</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data.analysis.data-miner-manager-cl.1-9-0" date="2021-10-06">
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -5,13 +5,13 @@
|
|||
<parent>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<groupId>org.gcube.tools</groupId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
</parent>
|
||||
|
||||
|
||||
<groupId>org.gcube.data.analysis</groupId>
|
||||
<artifactId>data-miner-manager-cl</artifactId>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
|
||||
<name>data-miner-manager-cl</name>
|
||||
<description>DataMiner Manager Client Library</description>
|
||||
|
@ -256,7 +256,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.5.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue