File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed
test-utils/src/main/resources Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 <!-- Application Server versions (these are downloaded and installed
2727 in these versions by Maven for the CI profiles) -->
28- <payara .version>5.Beta2 </payara .version>
29- <payara .micro.version>5.Beta3-m1 </payara .micro.version>
28+ <payara .version>5.182 </payara .version>
29+ <payara .micro.version>5.182 </payara .micro.version>
3030 <glassfish .version>4.1.1</glassfish .version>
31- <tomcat .version>9.0.4 </tomcat .version>
31+ <tomcat .version>9.0.10 </tomcat .version>
3232 </properties >
3333
3434 <repositories >
Original file line number Diff line number Diff line change 354354 <alpn .version>8.1.12.v20180117</alpn .version>
355355 </properties >
356356 </profile >
357+ <profile >
358+ <id >alpn-when-jdk8_172</id >
359+ <activation >
360+ <jdk >1.8.0_172</jdk >
361+ </activation >
362+ <properties >
363+ <alpn .version>8.1.12.v20180117</alpn .version>
364+ </properties >
365+ </profile >
366+ <profile >
367+ <id >alpn-when-jdk8_173</id >
368+ <activation >
369+ <jdk >1.8.0_173</jdk >
370+ </activation >
371+ <properties >
372+ <alpn .version>8.1.12.v20180117</alpn .version>
373+ </properties >
374+ </profile >
357375 </profiles >
358376
359377</project >
Original file line number Diff line number Diff line change 77
88 <container qualifier =" payara" >
99 <configuration >
10- <property name =" domain" >payaradomain </property >
10+ <property name =" domain" >production </property >
1111 </configuration >
1212 </container >
1313
You can’t perform that action at this time.
0 commit comments