|
17 | 17 | ~ specific language governing permissions and limitations
|
18 | 18 | ~ under the License.
|
19 | 19 | -->
|
20 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 20 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
22 | 21 | <modelVersion>4.0.0</modelVersion>
|
23 | 22 | <groupId>org.apache.shiro.integrationtests</groupId>
|
24 | 23 | <artifactId>shiro-its-jakarta-ee</artifactId>
|
25 |
| - <version>2.0.0-SNAPSHOT</version> |
| 24 | + <version>2.0.0-alpha-4</version> |
26 | 25 | <packaging>war</packaging>
|
27 | 26 | <name>Apache Shiro :: ITs :: Jakarta EE</name>
|
28 | 27 |
|
29 | 28 | <parent>
|
30 | 29 | <groupId>org.apache.shiro.integrationtests</groupId>
|
31 | 30 | <artifactId>shiro-integration-tests</artifactId>
|
32 |
| - <version>2.0.0-SNAPSHOT</version> |
| 31 | + <version>2.0.0-alpha-4</version> |
33 | 32 | </parent>
|
34 | 33 |
|
35 | 34 | <properties>
|
|
51 | 50 | <payara.start.skip>${skipITs}</payara.start.skip>
|
52 | 51 | <asadmin.cmd>asadmin</asadmin.cmd>
|
53 | 52 | <unix-sed-skip>${payara.start.skip}</unix-sed-skip>
|
54 |
| - <mac-backup-file/> |
| 53 | + <mac-backup-file /> |
55 | 54 | <create-domain-skip>true</create-domain-skip>
|
56 | 55 | <domain.name>domain1</domain.name>
|
57 | 56 |
|
|
346 | 345 | int portbase = 4900 + (executor_number as int) * port_increment
|
347 | 346 | int adminPort
|
348 | 347 | // find a free port
|
349 |
| - for (; portbase < 10000; portbase += port_increment) { |
350 |
| - def server_socket |
| 348 | + for (; portbase < 10000; portbase += port_increment) { def server_socket |
351 | 349 | adminPort = portbase + admin_port_increment
|
352 | 350 | try {
|
353 | 351 | server_socket = new ServerSocket()
|
|
406 | 404 | <phase>pre-integration-test</phase>
|
407 | 405 | <configuration>
|
408 | 406 | <executable>sed</executable>
|
409 |
| - <commandlineArgs>-i ${mac-backup-file} -e 's/jvm-options>\[17|/jvm-options>\[16|/g' |
| 407 | + <commandlineArgs>-i ${mac-backup-file} -e 's/jvm-options>\[17|/jvm-options>\[16|/g' |
410 | 408 | -e 's/property name="HZ_LISTENER_PORT" value="5900/property name="HZ_LISTENER_PORT" value="5920/g'
|
411 | 409 | -e 's/hazelcast-runtime-configuration start-port="5900/hazelcast-runtime-configuration start-port="5920/g'
|
412 | 410 | ${project.build.directory}/dependency/payara5/glassfish/domains/${domain.name}/config/domain.xml
|
|
489 | 487 | <id>payara-server-remote</id>
|
490 | 488 | <properties>
|
491 | 489 | <payara.start.skip>true</payara.start.skip>
|
492 |
| - <payara.argLine/> |
| 490 | + <payara.argLine /> |
493 | 491 | </properties>
|
494 | 492 | </profile>
|
495 | 493 | <profile>
|
|
0 commit comments