SNAPSHOT Version
This commit is contained in:
parent
3e52e050b0
commit
549286c0f5
|
@ -4,6 +4,10 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v5.2.0-SNAPSHOT] - 2023-03-31
|
||||
|
||||
- Removed some deps not needed anymore
|
||||
|
||||
## [v5.1.2] - 2022-11-04
|
||||
|
||||
- Updated social lib dependencies in Common CP
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-portal-bundle</artifactId>
|
||||
<version>5.1.2</version>
|
||||
<version>5.2.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<scm>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>3.6.4</version>
|
||||
<version>3.7.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -453,11 +453,6 @@
|
|||
<artifactId>common-scope-maps</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>common-uri</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.resources.discovery</groupId>
|
||||
<artifactId>discovery-client</artifactId>
|
||||
|
|
Loading…
Reference in New Issue