Skip to content

Commit

Permalink
update tomcat to M11
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Mar 9, 2022
1 parent 66211db commit c14a5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
export ROOT=`pwd`
unzip -q -d image jaxws-ri.zip
wget -q -O tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.0-M10/bin/apache-tomcat-10.1.0-M10.zip
wget -q -O tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.0-M11/bin/apache-tomcat-10.1.0-M11.zip
unzip -q tomcat.zip
cd jaxws-ri
mvn -B -V -U -C -am clean verify -Poss-release,staging -Dgpg.skip=true -Doss.disallow.snapshots=false -pl :jaxws-unit -Dtomcat.home=$ROOT/apache-tomcat-10.1.0-M10 -Dws.transport=${{ matrix.test_suite }} -Dws.localImage=$ROOT/image
mvn -B -V -U -C -am clean verify -Poss-release,staging -Dgpg.skip=true -Doss.disallow.snapshots=false -pl :jaxws-unit -Dtomcat.home=$ROOT/apache-tomcat-10.1.0-M11 -Dws.transport=${{ matrix.test_suite }} -Dws.localImage=$ROOT/image

0 comments on commit c14a5d6

Please sign in to comment.