Skip to content

Commit

Permalink
Rename signature file for release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Mar 23, 2022
1 parent ff39735 commit 19cfa43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public class SignatureTests extends TestClient {

public static final String SIG_FILE_NAME = "jakarta.enterprise.concurrent.sig";
public static final String SIG_FILE_NAME = "jakarta.enterprise.concurrent.sig_3.0.0";
public static final String SIG_MAP_NAME = "sig-test.map";
public static final String SIG_PKG_NAME = "sig-test-pkg-list.txt";

Expand All @@ -39,7 +39,7 @@ public static WebArchive createDeployment() {
WebArchive web = ShrinkWrap.create(WebArchive.class, "signatureTest.war")
.addPackages(true, getFrameworkPackage(), getSignaturePackage(), SignatureTests.class.getPackage())
.addAsResources(SignatureTests.class.getPackage(), SIG_MAP_NAME, SIG_PKG_NAME,
SIG_FILE_NAME + "_3.0.0-SNAPSHOT");
SIG_FILE_NAME);

return web;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
###############################################################
# The signature test mapping file for the Concurrency TCK.
###############################################################
jakarta.enterprise.concurrent=3.0.0-SNAPSHOT
jakarta.enterprise.concurrent=3.0.0

0 comments on commit 19cfa43

Please sign in to comment.