[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openejb-cvs
Subject:    [tomee-tck] branch master updated: Update latest TomEE Snapshot and fix HTTPS Connector
From:       jlmonteiro () apache ! org
Date:       2020-05-26 10:52:20
Message-ID: 159049034091.12364.7390271693598110447 () gitbox ! apache ! org
[Download RAW message or body]

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new 57b7fd7  Update latest TomEE Snapshot and fix HTTPS Connector
57b7fd7 is described below

commit 57b7fd7e0c6a80d936a474c3b1b0d47e4442f48b
Author: Jean-Louis Monteiro <jeanouii@gmail.com>
AuthorDate: Tue May 26 12:52:07 2020 +0200

    Update latest TomEE Snapshot and fix HTTPS Connector
---
 pom.xml                              | 6 +++---
 src/test/tomee-plume/conf/server.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f591560..3fad463 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>openejb-tck</artifactId>
   <name>OpenEJB TCK Harness</name>
 
-  <version>8.0.2-SNAPSHOT</version>
+  <version>8.0.3-SNAPSHOT</version>
 
   <description>
     OpenEJB TCK Harness
@@ -38,8 +38,8 @@
   <properties>
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
-    <openejb.version>8.0.2-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.2-SNAPSHOT</tomee.version>
+    <openejb.version>8.0.3-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.3-SNAPSHOT</tomee.version>
 
     <tomcat.version>9.0.30</tomcat.version>
 
diff --git a/src/test/tomee-plume/conf/server.xml b/src/test/tomee-plume/conf/server.xml
index ec3910b..12f0f16 100644
--- a/src/test/tomee-plume/conf/server.xml
+++ b/src/test/tomee-plume/conf/server.xml
@@ -85,7 +85,7 @@
          connector should be using the OpenSSL style configuration
          described in the APR documentation -->
     <Connector port="%webcontainer.default.ssl.port%" protocol="HTTP/1.1" SSLEnabled="true">
-      <SSLHostConfig truststoreFile="conf/cacerts.jks">
+      <SSLHostConfig truststoreFile="conf/ssl-truststore">
         <Certificate certificateKeystoreFile="conf/clientcert.jks"
                      certificateKeystorePassword="changeit"
                      type="RSA" />

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic