Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On branch edburns-msft-1410-arquillian-version Update arquillian version. #82

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.ibm.jbatch.tck.ann.proc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<artifactId>com.ibm.jbatch.tck.ann.proc</artifactId>
<name>Jakarta Batch TCK Annotation Processor</name>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.jbatch.tck.ann/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<artifactId>com.ibm.jbatch.tck.ann</artifactId>
<name>Jakarta Batch TCK Annotations</name>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.jbatch.tck.appbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>com.ibm.jbatch.tck.appbean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.jbatch.tck.exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>com.ibm.jbatch.tck.exec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.jbatch.tck.sigtest.exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>com.ibm.jbatch.tck.sigtest.exec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.jbatch.tck.spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>com.ibm.jbatch.tck.spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.jbatch.tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>com.ibm.jbatch.tck</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions jakarta.batch.arquillian.exec-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Copyright 2012, 2024 International Business Machines Corp. and others
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>jakarta.batch.arquillian.exec-parent</artifactId>
Expand All @@ -34,18 +34,18 @@ Copyright 2012, 2024 International Business Machines Corp. and others
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-container-test-spi</artifactId>
<version>1.7.0.Alpha9</version>
<version>1.9.1.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit5</groupId>
<artifactId>arquillian-junit5-core</artifactId>
<version>1.7.0.Alpha9</version>
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit5</groupId>
<artifactId>arquillian-junit5-container</artifactId>
<version>1.7.0.Alpha9</version>
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jakarta.batch.arquillian.exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>jakarta.batch.arquillian.exec-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../jakarta.batch.arquillian.exec-parent</relativePath>
</parent>

Expand Down
5 changes: 3 additions & 2 deletions jakarta.batch.arquillian.extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>jakarta.batch.arquillian.extension</artifactId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>1.7.0.Alpha9</version>
<version>1.9.1.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -54,6 +54,7 @@
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
<type>pom</type>
<version>3.3.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion jakarta.batch.official.tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion jakarta.batch.reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<artifactId>jakarta.batch.reporting</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jakarta.batch.tck.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>jakarta.batch.tck.util</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jakarta Batch TCK parent</name>
<description>
Expand Down Expand Up @@ -58,7 +58,7 @@
<connection>scm:git:https://github.com/jakartaee/batch-tck.git</connection>
<developerConnection>scm:git:https://github.com/jakartaee/batch-tck.git</developerConnection>
<url>https://github.com/jakartaee/batch-tck</url>
<tag>2.2.0-SNAPSHOT</tag>
<tag>2.2.1-SNAPSHOT</tag>
</scm>

<developers>
Expand Down Expand Up @@ -153,7 +153,7 @@
<batch.impl.version>2.1.1</batch.impl.version>

<!-- This version of TCK -->
<batch.tck.version>2.2.0-SNAPSHOT</batch.tck.version>
<batch.tck.version>2.2.1-SNAPSHOT</batch.tck.version>
<!-- Named after the module since I'm not sure how to install a different name -->
<batch.tck.archive.root>jakarta.batch.official.tck-${batch.tck.version}</batch.tck.archive.root>

Expand Down