feature/22842 #14

Merged
roberto.cirillo merged 14 commits from feature/22842 into master 2022-03-07 10:43:46 +01:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit f99e144f5e - Show all commits

12
pom.xml
View File

@ -207,7 +207,7 @@
</build>
</profile>
<profile>
<id>gcube-developer</id>
<id>gcube-official</id>
<activation>
<activeByDefault>false</activeByDefault>
<jdk>[1.8,9)</jdk>
@ -268,7 +268,7 @@
</profile>
<!-- profile activated with jdk > 8 -->
<profile>
<id>gcube-developer-next</id>
<id>gcube-experimental</id>
<activation>
<activeByDefault>false</activeByDefault>
<jdk>[9,)</jdk>
@ -329,7 +329,7 @@
</profile>
<!-- The following profile prevent build with jdk minor than 8 -->
<profile>
<id>gcube-developer-old</id>
<id>gcube-legacy</id>
<activation>
<jdk>[, 1.8)</jdk>
<property>
@ -467,7 +467,7 @@
</build>
</profile>
<profile>
<id>jenkins-staging-old</id>
<id>jenkins-staging-legacy</id>
<activation>
<jdk>[,1.8)</jdk>
<property>
@ -574,7 +574,7 @@
</build>
</profile>
<profile>
<id>jenkins-staging</id>
<id>jenkins-staging-official</id>
<activation>
<jdk>[1.8,9)</jdk>
<property>
@ -681,7 +681,7 @@
</build>
</profile>
<profile>
<id>jenkins-staging-next</id>
<id>jenkins-staging-experimental</id>
<activation>
<jdk>[9,)</jdk>
<property>