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