You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2020/04/01 13:17:45 UTC

[myfaces-tobago] branch master updated: update deltaspike in demo to 1.9.3

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

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new d8c852d  update deltaspike in demo to 1.9.3
d8c852d is described below

commit d8c852d1d24fcd0c6bebbd81a64884c85a883aec
Author: Henning Nöth <hn...@apache.org>
AuthorDate: Wed Apr 1 15:16:56 2020 +0200

    update deltaspike in demo to 1.9.3
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 8aa0c2d..e69b74f 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -30,7 +30,7 @@
   <!-- how to run tests: http://tobago-vm.apache.org/faq.html  -->
 
   <properties>
-    <deltaspike.version>1.9.1</deltaspike.version>
+    <deltaspike.version>1.9.3</deltaspike.version>
     <selenium.version>3.141.59</selenium.version>
     <meecrowave.version>1.2.8</meecrowave.version>
     <tomcat.version>9.0.24</tomcat.version>