|
126 | 126 |
|
127 | 127 | <puppycrawl.checkstyle.version>7.1</puppycrawl.checkstyle.version>
|
128 | 128 |
|
129 |
| - <!-- Note: we use 2.4.8-SNAPSHOT for JDK 9. Remove the related lines from the jdk9 profile when upgrading to 2.4.8. --> |
130 |
| - <groovy.version>2.4.7</groovy.version> |
| 129 | + <groovy.version>2.4.8</groovy.version> |
131 | 130 |
|
132 | 131 | <!--
|
133 | 132 | Do not upgrade Surefire and Failsafe to 2.19+.
|
|
921 | 920 | --add-opens=java.management/javax.management.openmbean=ALL-UNNAMED
|
922 | 921 | --add-opens=java.naming/javax.naming=ALL-UNNAMED
|
923 | 922 | </arquillian.javaVmArguments.add-opens>
|
924 |
| - <!-- Use Groovy 2.4.8-SNAPSHOT for JDK 9. To be removed once 2.4.8 is officially released. --> |
925 |
| - <groovy.version>2.4.8-SNAPSHOT</groovy.version> |
926 | 923 | </properties>
|
927 | 924 | <build>
|
928 | 925 | <pluginManagement>
|
|
937 | 934 | </plugins>
|
938 | 935 | </pluginManagement>
|
939 | 936 | </build>
|
940 |
| - <!-- |
941 |
| - Add JFrog snapshots repository for Groovy 2.4.8-SNAPSHOT. |
942 |
| - To be removed once 2.4.8 is officially released. |
943 |
| - --> |
944 |
| - <repositories> |
945 |
| - <!-- Use Central first --> |
946 |
| - <repository> |
947 |
| - <id>central</id> |
948 |
| - <name>Maven Central</name> |
949 |
| - <url>http://repo.maven.apache.org/maven2/</url> |
950 |
| - <snapshots> |
951 |
| - <enabled>false</enabled> |
952 |
| - <updatePolicy>never</updatePolicy> |
953 |
| - </snapshots> |
954 |
| - </repository> |
955 |
| - <repository> |
956 |
| - <id>jboss-public-repository-group</id> |
957 |
| - <name>JBoss Public Maven Repository Group</name> |
958 |
| - <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url> |
959 |
| - <layout>default</layout> |
960 |
| - <releases> |
961 |
| - <enabled>true</enabled> |
962 |
| - <updatePolicy>never</updatePolicy> |
963 |
| - </releases> |
964 |
| - <snapshots> |
965 |
| - <enabled>true</enabled> |
966 |
| - <updatePolicy>never</updatePolicy> |
967 |
| - </snapshots> |
968 |
| - </repository> |
969 |
| - <repository> |
970 |
| - <id>jfrog-snapshots</id> |
971 |
| - <name>JFrog snapshots repository for Groovy</name> |
972 |
| - <url>https://oss.jfrog.org/oss-snapshot-local/</url> |
973 |
| - <releases> |
974 |
| - <enabled>false</enabled> |
975 |
| - </releases> |
976 |
| - <snapshots> |
977 |
| - <enabled>true</enabled> |
978 |
| - <updatePolicy>never</updatePolicy> |
979 |
| - </snapshots> |
980 |
| - </repository> |
981 |
| - </repositories> |
982 |
| - <pluginRepositories> |
983 |
| - <!-- Use Central first --> |
984 |
| - <pluginRepository> |
985 |
| - <id>central</id> |
986 |
| - <name>Maven Central</name> |
987 |
| - <url>http://repo.maven.apache.org/maven2/</url> |
988 |
| - <snapshots> |
989 |
| - <enabled>false</enabled> |
990 |
| - <updatePolicy>never</updatePolicy> |
991 |
| - </snapshots> |
992 |
| - </pluginRepository> |
993 |
| - <pluginRepository> |
994 |
| - <id>jboss-public-repository-group</id> |
995 |
| - <name>JBoss Public Maven Repository Group</name> |
996 |
| - <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url> |
997 |
| - <layout>default</layout> |
998 |
| - <releases> |
999 |
| - <enabled>true</enabled> |
1000 |
| - <updatePolicy>never</updatePolicy> |
1001 |
| - </releases> |
1002 |
| - <snapshots> |
1003 |
| - <enabled>true</enabled> |
1004 |
| - <updatePolicy>never</updatePolicy> |
1005 |
| - </snapshots> |
1006 |
| - </pluginRepository> |
1007 |
| - <pluginRepository> |
1008 |
| - <id>jfrog-snapshots</id> |
1009 |
| - <name>JFrog snapshots repository for Groovy</name> |
1010 |
| - <url>https://oss.jfrog.org/oss-snapshot-local/</url> |
1011 |
| - <releases> |
1012 |
| - <enabled>false</enabled> |
1013 |
| - </releases> |
1014 |
| - <snapshots> |
1015 |
| - <enabled>true</enabled> |
1016 |
| - <updatePolicy>never</updatePolicy> |
1017 |
| - </snapshots> |
1018 |
| - </pluginRepository> |
1019 |
| - </pluginRepositories> |
1020 | 937 | </profile>
|
1021 | 938 | </profiles>
|
1022 | 939 | </project>
|
0 commit comments