fix portal-auth-library range

This commit is contained in:
Roberto Cirillo 2023-04-04 15:27:53 +02:00
parent 391f612e9a
commit c385a60cbc
2 changed files with 6 additions and 8 deletions

View File

@ -4,14 +4,12 @@
All notable changes to this project will be documented in this file. 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). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v3.8.0-SNAPSHOT] - 2023-04-03
- update storagehub deps range. See #24928
## [v3.7.0] - 2023-03-30 ## [v3.7.0] - 2023-03-30
- update gcube dependencies lower bound range. See #24836 - update gcube dependencies lower bound range. See #24836
- removed unused dependencies: common-uri, common-util--encryption - removed unused dependencies: common-uri, common-util--encryption
- fix portal-auth-library range #24943
## [v3.6.4] - 2022-06-15 ## [v3.6.4] - 2022-06-15

10
pom.xml
View File

@ -10,7 +10,7 @@
</parent> </parent>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>3.8.0-SNAPSHOT</version> <version>3.7.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</connection>
@ -353,24 +353,24 @@
<dependency> <dependency>
<groupId>org.gcube.common.portal</groupId> <groupId>org.gcube.common.portal</groupId>
<artifactId>portal-manager</artifactId> <artifactId>portal-manager</artifactId>
<version>[2.4.2-SNAPSHOT,3.0.0-SNAPSHOT)</version> <!-- version to release. snap already present on nexus --> <version>[2.4.2,3.0.0-SNAPSHOT)</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portal.auth</groupId> <groupId>org.gcube.portal.auth</groupId>
<artifactId>portal-auth-library</artifactId> <artifactId>portal-auth-library</artifactId>
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version><!-- version to release. snap not present on nexus --> <version>[1.0.2,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId> <artifactId>custom-portal-handler</artifactId>
<version>[2.1.1-SNAPSHOT,3.0.0-SNAPSHOT)</version><!-- version to release. snap already present on nexus --> <version>[2.1.1,3.0.0-SNAPSHOT)</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>gcube-widgets</artifactId> <artifactId>gcube-widgets</artifactId>
<version>[2.3.0-SNAPSHOT,3.0.0-SNAPSHOT)</version><!-- version to release. snap not present on nexus --> <version>[2.3.0,3.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.dvos</groupId> <groupId>org.gcube.dvos</groupId>