update to 3.8.0-SNAPSHOT, fix portal-auth-library range
This commit is contained in:
parent
391f612e9a
commit
bc92d4d4c4
|
@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
## [v3.8.0-SNAPSHOT] - 2023-04-03
|
||||
|
||||
- update storagehub deps range. See #24928
|
||||
- fix portal-auth-liobrary range. see #24943
|
||||
|
||||
## [v3.7.0] - 2023-03-30
|
||||
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -353,24 +353,24 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common.portal</groupId>
|
||||
<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-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.auth</groupId>
|
||||
<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-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<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-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<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-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.dvos</groupId>
|
||||
|
|
Loading…
Reference in New Issue