Skip to content

Commit

Permalink
Prepare for 1.0.0-M10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Aug 22, 2024
1 parent e61e64e commit d64c34b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion arquillian/appclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>tck.arquillian.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arquillian/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>tck.arquillian.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arquillian/javatest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>tck.arquillian.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Artifact Configuration -->
<groupId>jakarta.tck</groupId>
<artifactId>tck.arquillian.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>
<packaging>pom</packaging>
<name>Arquillian Jakarta TCK Parent</name>
<description>Protocols and testenrichers for Jakarta TCKs</description>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/porting-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>tck.arquillian.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arquillian/protocol-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>tck.arquillian.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/jar2shrinkwrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>1.0.9</version>
</parent>

<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>
<groupId>jakarta.tck</groupId>
<artifactId>jar2shrinkwrap</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/tck-rewrite-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>tck-rewrite-ant</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public DeploymentMethodInfo forTestClassAndVehicle(Class<?> testClass, String pk
String[] vehicles = verifier.getVehicleSet();
debug("Vehicles: %s\n", Arrays.asList(vehicles));

methodInfo = parseVehiclePackage(mapping, pkgTargetWrapper, pkg, simpleClassName, vehicleType);
methodInfo = parseVehiclePackage(mapping, pkgTargetWrapper, testClass, pkg, simpleClassName, vehicleType);
}
return methodInfo;
}
Expand Down
2 changes: 1 addition & 1 deletion tools/tck-rewrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>tck-rewrite-tools</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M10</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit d64c34b

Please sign in to comment.