Skip to content

Commit

Permalink
Merge pull request #11 from eclipse-ee4j/2.0.0-M2
Browse files Browse the repository at this point in the history
Merge 2.0.0-M2 release
  • Loading branch information
scottkurz authored Jun 11, 2020
2 parents 2d29bdb + d60587e commit 4a3ad42
Show file tree
Hide file tree
Showing 16 changed files with 15,805 additions and 1,614 deletions.
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 @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</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 @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
</parent>
<artifactId>com.ibm.jbatch.tck.ann</artifactId>
<name>Jakarta Batch TCK Annotations</name>
Expand Down
8 changes: 4 additions & 4 deletions com.ibm.jbatch.tck.dist.exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
</parent>

<groupId>jakarta.batch</groupId>
<artifactId>com.ibm.jbatch.tck.dist.exec</artifactId>
<packaging>pom</packaging>
<version>2.0.0-M1</version>
<name>Jakarta Batch TCK Execution (testingJBatch, the former RI, plus the new Jakarta Batch API, both against TCK
<version>2.0.0-M2</version>
<name>Jakarta Batch TCK Execution (testing JBatch, the former RI, plus the new Jakarta Batch API, both against TCK
Distribution ZIP)
</name>

Expand All @@ -58,7 +58,7 @@
Still, a hack to run against a subset of tests:
1) Do a full 'mvn install'
2) WITHOUT doing a clean, edit
com.ibm.jbatch.tck.dist.exec/target/executeTCK/jakarta.batch.official.tck-2.0.0-M1/artifacts/batch-tck-impl-SE-suite.xml
com.ibm.jbatch.tck.dist.exec/target/executeTCK/jakarta.batch.official.tck-2.0.0-M2/artifacts/batch-tck-impl-SE-suite.xml
defining the individual test or subset
3) Replace
<overWrite>true</overWrite>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.jbatch.tck.exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
</parent>

<groupId>jakarta.batch</groupId>
<artifactId>com.ibm.jbatch.tck.exec</artifactId>
<packaging>pom</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
<name>Jakarta Batch TCK Execution (using JBatch, the former RI, against TCK Maven module)</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.jbatch.tck.spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
</parent>

<groupId>jakarta.batch</groupId>
<artifactId>com.ibm.jbatch.tck.spi</artifactId>
<packaging>jar</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
<name>Jakarta Batch TCK SPI</name>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
* <p>
* For more details, see the documentation in the Jakarta Batch TCK Reference Guide, included within the TCK binary.
*
* @see <a href="https://download.eclipse.org/jakartabatch/tck/eftl/jakarta.batch.official.tck-2.0.0-M1.zip">TCK binary</a>
* @see <a href="https://download.eclipse.org/jakartaee/batch/2.0/jakarta.batch.official.tck-2.0.0.zip">TCK binary</a>
*/
package com.ibm.jbatch.tck.spi;
4 changes: 2 additions & 2 deletions com.ibm.jbatch.tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>jakarta.batch</groupId>
<artifactId>tck-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
</parent>

<groupId>jakarta.batch</groupId>
<artifactId>com.ibm.jbatch.tck</artifactId>
<packaging>jar</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
<name>Jakarta Batch TCK Core Test Artifacts</name>

<dependencies>
Expand Down
Loading

0 comments on commit 4a3ad42

Please sign in to comment.