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
|
||||
|
||||
## [v1.0.6]
|
||||
## [v1.0.6-SNAPSHOT]
|
||||
|
||||
- Integrated an EventManager centrally [#26321]
|
||||
- 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>
|
||||
<artifactId>gcube-cms-suite</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.6</version>
|
||||
<version>1.0.6-SNAPSHOT</version>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<!-- PROD profile -->
|
||||
<profile>
|
||||
|
@ -48,6 +34,7 @@
|
|||
<profile>
|
||||
<id>geoportal-snapshot-profile</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<property>
|
||||
<name>!Release</name>
|
||||
</property>
|
||||
|
@ -60,6 +47,20 @@
|
|||
</profile>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue