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 2023/06/23 10:40:35 UTC

[myfaces-tobago] branch tobago-5.x updated: chore: activate spring boot example

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new e7f928289b chore: activate spring boot example
e7f928289b is described below

commit e7f928289b4e2eaeee669c1c4491b36ff114016e
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jun 23 12:21:15 2023 +0200

    chore: activate spring boot example
---
 tobago-example/pom.xml                            | 2 +-
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 22459fdad8..0821450614 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -35,7 +35,7 @@
     <module>tobago-example-blank</module>
     <module>tobago-example-demo</module>
     <module>tobago-example-assembly</module>
-<!--    <module>tobago-example-spring-boot</module> deactivate because of CVE-2023-35116 -->
+    <module>tobago-example-spring-boot</module>
   </modules>
 
   <build>
diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index c832d2bcf9..389a82ae8d 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.7.2-SNAPSHOT</version>
+    <version>5.8.0-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-spring-boot</artifactId>
   <packaging>jar</packaging>