Skip to content

Commit

Permalink
Merge pull request #24909 from avpinchuk/rest_tck_3_1_5
Browse files Browse the repository at this point in the history
Update Jakarta RESTful Web Services TCK to 3.1.5
  • Loading branch information
arjantijms authored Apr 13, 2024
2 parents 03daeb8 + 6d39bdd commit d6e6260
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions appserver/tests/tck/rest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2022 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -23,7 +23,7 @@ Usage:
Run full TCK:
mvn clean clean
mvn clean install
Run all tests in test class
Expand Down Expand Up @@ -65,7 +65,7 @@ mvn clean install -Dgroups=security
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<tck.version>3.1.1</tck.version>
<tck.version>3.1.5</tck.version>

<glassfish.version>${project.version}</glassfish.version>
<glassfish.root>${project.build.directory}</glassfish.root>
Expand Down
8 changes: 4 additions & 4 deletions appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2022 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -31,9 +31,9 @@
<name>TCK: Install Jakarta REST TCK</name>

<properties>
<tck.rest.rest.version>3.1.1</tck.rest.rest.version>
<tck.test.rest.file>restful-ws-tck-${tck.rest.rest.version}</tck.test.rest.file>
<tck.test.rest.url>https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/epl/${tck.test.rest.file}.zip</tck.test.rest.url>
<tck.rest.rest.version>3.1.5</tck.rest.rest.version>
<tck.test.rest.file>jakarta-restful-ws-tck-${tck.rest.rest.version}</tck.test.rest.file>
<tck.test.rest.url>https://download.eclipse.org/jakartaee/restful-ws/3.1/${tck.test.rest.file}.zip</tck.test.rest.url>
</properties>

<build>
Expand Down

0 comments on commit d6e6260

Please sign in to comment.