|
151 | 151 |
|
152 | 152 | <puppycrawl.checkstyle.version>7.1</puppycrawl.checkstyle.version>
|
153 | 153 |
|
154 |
| - <!-- Note: we use 2.4.8-SNAPSHOT for JDK 9. Remove the related lines from the jdk9 profile when upgrading to 2.4.8. --> |
155 |
| - <groovy.version>2.4.7</groovy.version> |
| 154 | + <groovy.version>2.4.8</groovy.version> |
156 | 155 |
|
157 | 156 | <!--
|
158 | 157 | Do not upgrade Surefire and Failsafe to 2.19+.
|
|
1007 | 1006 | --add-opens=java.management/javax.management.openmbean=ALL-UNNAMED
|
1008 | 1007 | --add-opens=java.naming/javax.naming=ALL-UNNAMED
|
1009 | 1008 | </arquillian.javaVmArguments.add-opens>
|
1010 |
| - <!-- Use Groovy 2.4.8-SNAPSHOT for JDK 9. To be removed once 2.4.8 is officially released. --> |
1011 |
| - <groovy.version>2.4.8-SNAPSHOT</groovy.version> |
1012 | 1009 | </properties>
|
1013 | 1010 | <build>
|
1014 | 1011 | <pluginManagement>
|
|
1034 | 1031 | </plugins>
|
1035 | 1032 | </pluginManagement>
|
1036 | 1033 | </build>
|
1037 |
| - <!-- |
1038 |
| - Add JFrog snapshots repository for Groovy 2.4.8-SNAPSHOT. |
1039 |
| - To be removed once 2.4.8 is officially released. |
1040 |
| - --> |
1041 |
| - <repositories> |
1042 |
| - <!-- Use Central first --> |
1043 |
| - <repository> |
1044 |
| - <id>central</id> |
1045 |
| - <name>Maven Central</name> |
1046 |
| - <url>http://repo.maven.apache.org/maven2/</url> |
1047 |
| - <snapshots> |
1048 |
| - <enabled>false</enabled> |
1049 |
| - <updatePolicy>never</updatePolicy> |
1050 |
| - </snapshots> |
1051 |
| - </repository> |
1052 |
| - <repository> |
1053 |
| - <id>jboss-public-repository-group</id> |
1054 |
| - <name>JBoss Public Maven Repository Group</name> |
1055 |
| - <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url> |
1056 |
| - <layout>default</layout> |
1057 |
| - <releases> |
1058 |
| - <enabled>true</enabled> |
1059 |
| - <updatePolicy>never</updatePolicy> |
1060 |
| - </releases> |
1061 |
| - <snapshots> |
1062 |
| - <enabled>true</enabled> |
1063 |
| - <updatePolicy>never</updatePolicy> |
1064 |
| - </snapshots> |
1065 |
| - </repository> |
1066 |
| - <repository> |
1067 |
| - <id>jfrog-snapshots</id> |
1068 |
| - <name>JFrog snapshots repository for Groovy</name> |
1069 |
| - <url>https://oss.jfrog.org/oss-snapshot-local/</url> |
1070 |
| - <releases> |
1071 |
| - <enabled>false</enabled> |
1072 |
| - </releases> |
1073 |
| - <snapshots> |
1074 |
| - <enabled>true</enabled> |
1075 |
| - <updatePolicy>never</updatePolicy> |
1076 |
| - </snapshots> |
1077 |
| - </repository> |
1078 |
| - </repositories> |
1079 |
| - <pluginRepositories> |
1080 |
| - <!-- Use Central first --> |
1081 |
| - <pluginRepository> |
1082 |
| - <id>central</id> |
1083 |
| - <name>Maven Central</name> |
1084 |
| - <url>http://repo.maven.apache.org/maven2/</url> |
1085 |
| - <snapshots> |
1086 |
| - <enabled>false</enabled> |
1087 |
| - <updatePolicy>never</updatePolicy> |
1088 |
| - </snapshots> |
1089 |
| - </pluginRepository> |
1090 |
| - <pluginRepository> |
1091 |
| - <id>jboss-public-repository-group</id> |
1092 |
| - <name>JBoss Public Maven Repository Group</name> |
1093 |
| - <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url> |
1094 |
| - <layout>default</layout> |
1095 |
| - <releases> |
1096 |
| - <enabled>true</enabled> |
1097 |
| - <updatePolicy>never</updatePolicy> |
1098 |
| - </releases> |
1099 |
| - <snapshots> |
1100 |
| - <enabled>true</enabled> |
1101 |
| - <updatePolicy>never</updatePolicy> |
1102 |
| - </snapshots> |
1103 |
| - </pluginRepository> |
1104 |
| - <pluginRepository> |
1105 |
| - <id>jfrog-snapshots</id> |
1106 |
| - <name>JFrog snapshots repository for Groovy</name> |
1107 |
| - <url>https://oss.jfrog.org/oss-snapshot-local/</url> |
1108 |
| - <releases> |
1109 |
| - <enabled>false</enabled> |
1110 |
| - </releases> |
1111 |
| - <snapshots> |
1112 |
| - <enabled>true</enabled> |
1113 |
| - <updatePolicy>never</updatePolicy> |
1114 |
| - </snapshots> |
1115 |
| - </pluginRepository> |
1116 |
| - </pluginRepositories> |
1117 | 1034 | </profile>
|
1118 | 1035 | </profiles>
|
1119 | 1036 | </project>
|
0 commit comments