Skip to content

Commit

Permalink
Incorporate fix for issue #6 into 2.0.0.RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Dec 20, 2019
1 parent f4802c3 commit 61dfe28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file \
making sure your replace <path-to-tck-jar> with the expanded download TCK archive directory and the x.y with the corresponding version found in the TCK download, e.g.:
----
mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file \
-Dfile=jakarta.inject-tck-2.0.0-SNAPSHOT/jakarta.inject-tck-2.0.0-SNAPSHOT.jar
-Dfile=jakarta.inject-tck-2.0.0.RC1/jakarta.inject-tck-2.0.0.RC1.jar
----

=== Running the TCK
Expand Down Expand Up @@ -112,7 +112,7 @@ Scotts-iMacPro:example starksm$ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< jakarta.inject:jakarta.inject-tck-example >--------------
[INFO] Building Jakarta Dependency Injection API TCK Example 2.0.0-SNAPSHOT
[INFO] Building Jakarta Dependency Injection API TCK Example 2.0.0.RC1
[INFO] --------------------------------[ jar ]---------------------------------
...
[INFO]
Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-tck-example</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RC1</version>
<name>Jakarta Dependency Injection API TCK Example</name>
<description>The Jakarta Dependency Injection API - TCK Example</description>

<properties>
<runSuite>**/SampleBootstrapTCK.class</runSuite>
<weld.version>4.0.0-SNAPSHOT</weld.version>
<atinject.version>2.0.0-SNAPSHOT</atinject.version>
<atinject.version>2.0.0.RC1</atinject.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-tck</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RC1</version>
<packaging>jar</packaging>
<name>Jakarta Dependency Injection API TCK</name>
<description>The Jakarta Dependency Injection API - TCK</description>
Expand All @@ -29,7 +29,7 @@
</scm>

<properties>
<atinject.version>2.0.0-SNAPSHOT</atinject.version>
<atinject.version>2.0.0.RC1</atinject.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 61dfe28

Please sign in to comment.