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 25
25
26
26
<!-- Application Server versions (these are downloaded and installed
27
27
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>
30
30
<glassfish .version>4.1.1</glassfish .version>
31
- <tomcat .version>9.0.4 </tomcat .version>
31
+ <tomcat .version>9.0.10 </tomcat .version>
32
32
</properties >
33
33
34
34
<repositories >
Original file line number Diff line number Diff line change 354
354
<alpn .version>8.1.12.v20180117</alpn .version>
355
355
</properties >
356
356
</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 >
357
375
</profiles >
358
376
359
377
</project >
Original file line number Diff line number Diff line change 7
7
8
8
<container qualifier =" payara" >
9
9
<configuration >
10
- <property name =" domain" >payaradomain </property >
10
+ <property name =" domain" >production </property >
11
11
</configuration >
12
12
</container >
13
13
You can’t perform that action at this time.
0 commit comments