pom.xml (wildfly-21.0.0.Final-src) | : | pom.xml (wildfly-21.0.1.Final-src) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
--> | --> | |||
<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 h ttp://maven.apache.org/xsd/maven-4.0.0.xsd"> | <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 h ttp://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.wildfly</groupId> | <groupId>org.wildfly</groupId> | |||
<artifactId>wildfly-ts-integ-mp</artifactId> | <artifactId>wildfly-ts-integ-mp</artifactId> | |||
<!-- | <!-- | |||
Maintain separation between the artifact id and the version to help prev ent | Maintain separation between the artifact id and the version to help prev ent | |||
merge conflicts between commits changing the GA and those changing the V . | merge conflicts between commits changing the GA and those changing the V . | |||
--> | --> | |||
<version>21.0.0.Final</version> | <version>21.0.1.Final</version> | |||
</parent> | </parent> | |||
<artifactId>wildfly-ts-integ-mp-rest-client</artifactId> | <artifactId>wildfly-ts-integ-mp-rest-client</artifactId> | |||
<name>WildFly Test Suite: Integration - MicroProfile - REST Client TCK</name > | <name>WildFly Test Suite: Integration - MicroProfile - REST Client TCK</name > | |||
<properties> | <properties> | |||
<jbossas.ts.integ.dir>${basedir}/../..</jbossas.ts.integ.dir> | <jbossas.ts.integ.dir>${basedir}/../..</jbossas.ts.integ.dir> | |||
<jbossas.ts.dir>${jbossas.ts.integ.dir}/..</jbossas.ts.dir> | <jbossas.ts.dir>${jbossas.ts.integ.dir}/..</jbossas.ts.dir> | |||
<jbossas.project.dir>${jbossas.ts.dir}/..</jbossas.project.dir> | <jbossas.project.dir>${jbossas.ts.dir}/..</jbossas.project.dir> | |||
<wildfly.build.output.dir>build/target/${server.output.dir.prefix}-${ser ver.output.dir.version}</wildfly.build.output.dir> | <wildfly.build.output.dir>build/target/${server.output.dir.prefix}-${ser ver.output.dir.version}</wildfly.build.output.dir> | |||
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutput ToFile> | <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutput ToFile> | |||
</properties> | </properties> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |