reverted the pom

This commit is contained in:
Francesco Mangiacrapa 2024-11-18 15:28:56 +01:00
parent 266aff0ddc
commit 4ef8c67585
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven-portal-bom>4.0.0-SNAPSHOT</maven-portal-bom>
<maven-portal-bom>4.0.0</maven-portal-bom>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@ -68,7 +68,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>${maven-portal-bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>