rename profiles with official, legacy, experimental suffix

This commit is contained in:
Roberto Cirillo 2022-02-28 14:27:45 +01:00
parent 842fd40523
commit f99e144f5e
1 changed files with 6 additions and 6 deletions

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>