updated pom
This commit is contained in:
parent
773b6d5720
commit
28508eef33
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for org.gcube.spatial.data.gcube-sdi-suite
|
# Changelog for org.gcube.spatial.data.gcube-sdi-suite
|
||||||
|
|
||||||
## [v1.0.6]
|
## [v1.0.6-SNAPSHOT]
|
||||||
|
|
||||||
- Integrated an EventManager centrally [#26321]
|
- Integrated an EventManager centrally [#26321]
|
||||||
- sdi-plugins: add the logic to apply a regex to the value that must be added to index [#26322]
|
- sdi-plugins: add the logic to apply a regex to the value that must be added to index [#26322]
|
||||||
|
|
31
pom.xml
31
pom.xml
|
@ -10,25 +10,11 @@
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0.6</version>
|
<version>1.0.6-SNAPSHOT</version>
|
||||||
<name>Gcube CMS Suite</name>
|
<name>Gcube CMS Suite</name>
|
||||||
|
|
||||||
<description>gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles.</description>
|
<description>gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles.</description>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
<geotools.version>8.0-M4</geotools.version>
|
|
||||||
<geoAPI-version>3.0.1</geoAPI-version>
|
|
||||||
<distroDirectory>distro</distroDirectory>
|
|
||||||
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
|
|
||||||
|
|
||||||
<!-- default properties -->
|
|
||||||
<storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>
|
|
||||||
<gcube-smartgears-bom-version>${gcube-smartgears-bom-version-p}</gcube-smartgears-bom-version>
|
|
||||||
<plugin-framework-version>${plugin-framework-version-p}</plugin-framework-version>
|
|
||||||
<authorization-utils-range>${authorization-utils-range-p}</authorization-utils-range>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<!-- PROD profile -->
|
<!-- PROD profile -->
|
||||||
<profile>
|
<profile>
|
||||||
|
@ -48,6 +34,7 @@
|
||||||
<profile>
|
<profile>
|
||||||
<id>geoportal-snapshot-profile</id>
|
<id>geoportal-snapshot-profile</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
<property>
|
<property>
|
||||||
<name>!Release</name>
|
<name>!Release</name>
|
||||||
</property>
|
</property>
|
||||||
|
@ -60,6 +47,20 @@
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<geotools.version>8.0-M4</geotools.version>
|
||||||
|
<geoAPI-version>3.0.1</geoAPI-version>
|
||||||
|
<distroDirectory>distro</distroDirectory>
|
||||||
|
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
|
||||||
|
|
||||||
|
<!-- default properties -->
|
||||||
|
<storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>
|
||||||
|
<gcube-smartgears-bom-version>${gcube-smartgears-bom-version-p}</gcube-smartgears-bom-version>
|
||||||
|
<plugin-framework-version>${plugin-framework-version-p}</plugin-framework-version>
|
||||||
|
<authorization-utils-range>${authorization-utils-range-p}</authorization-utils-range>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue