This is an automated email from the ASF dual-hosted git repository.
mhanson pushed a commit to branch release/1.11.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.11.0 by this push:
new f298b82 Tomcat8ClientServerRollingUpgradeTest has version stuff
f298b82 is described below
commit f298b8283cea27d5f0f66674edf9ff851df99a4a
Author: Mark Hanson <[email protected]>
AuthorDate: Fri Nov 8 09:48:38 2019 -0800
Tomcat8ClientServerRollingUpgradeTest has version stuff
---
.../geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java
b/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java
index 37528dd..4ae8b76 100644
---
a/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java
+++
b/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java
@@ -327,8 +327,8 @@ public class Tomcat8ClientServerRollingUpgradeTest {
String currentVersion = Version.CURRENT.getName();
final String[] requiredClasspathJars = {
- "/lib/geode-modules-" + currentVersion + "-SNAPSHOT.jar",
- "/lib/geode-modules-tomcat8-" + currentVersion + "-SNAPSHOT.jar",
+ "/lib/geode-modules-" + currentVersion + ".jar",
+ "/lib/geode-modules-tomcat8-" + currentVersion + ".jar",
"/lib/servlet-api.jar",
"/lib/catalina.jar",
"/lib/tomcat-util.jar",