Update pom.xml

Updated for gCubeRelease 6.0.0
This commit is contained in:
Giancarlo Panichi 2024-10-16 12:09:02 +02:00
parent a32ec3a244
commit f818337e27
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>statistical-algorithms-importer</artifactId> <artifactId>statistical-algorithms-importer</artifactId>
<version>1.16.0-SNAPSHOT</version> <version>1.16.0</version>
<packaging>war</packaging> <packaging>war</packaging>
@ -455,7 +455,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>