Skip to content

Commit

Permalink
update tomcat in tests to 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasj authored Oct 18, 2022
1 parent 225ac13 commit 27cba0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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-M17/bin/apache-tomcat-10.1.0-M17.zip
wget -q -O tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.1/bin/apache-tomcat-10.1.1.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-M17 -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.1 -Dws.transport=${{ matrix.test_suite }} -Dws.localImage=$ROOT/image

0 comments on commit 27cba0f

Please sign in to comment.