Setting `maven-parent` to version `1.2.2-SNAPSHOT` to test its correct behaviour

This commit is contained in:
Mauro Mugnaini 2024-04-03 15:30:15 +02:00
parent ce4a29df73
commit 196acb38c7
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<version>1.2.1-SNAPSHOT</version> <version>1.2.2-SNAPSHOT</version>
</parent> </parent>
<groupId>org.gcube.iam</groupId> <groupId>org.gcube.iam</groupId>
@ -140,11 +140,11 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<resources> <!-- <resources>-->
<resource> <!-- <resource>-->
<directory>src/main/resources</directory> <!-- <directory>src/main/resources</directory>-->
</resource> <!-- </resource>-->
</resources> <!-- </resources>-->
<plugins> <plugins>
<!-- <plugin>--> <!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>--> <!-- <groupId>org.apache.maven.plugins</groupId>-->