Restored `maven-parent` to version `1.2.0` since now it is working also with jdk17 and `resources` are available again by default. See #27145

This commit is contained in:
Mauro Mugnaini 2024-04-05 15:31:18 +02:00
parent 196acb38c7
commit b0baca48b5
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8
1 changed files with 2 additions and 16 deletions

18
pom.xml
View File

@ -7,7 +7,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.iam</groupId>
@ -140,20 +140,6 @@
</dependency>
</dependencies>
<build>
<!-- <resources>-->
<!-- <resource>-->
<!-- <directory>src/main/resources</directory>-->
<!-- </resource>-->
<!-- </resources>-->
<plugins>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <source>${maven.compiler.source}</source>-->
<!-- <target>${maven.compiler.target}</target>-->
<!-- </configuration>-->
<!-- </plugin>-->
</plugins>
<plugins/>
</build>
</project>