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 2022/12/07 11:36:31 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): update spring demo mvn parent

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 a31f069b3d build(deps): update spring demo mvn parent
a31f069b3d is described below

commit a31f069b3ddadb20a882656e4d8ac4839ba2471e
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Dec 7 12:22:39 2022 +0100

    build(deps): update spring demo mvn parent
---
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index 8d8fe54c08..9857dd1586 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.3.1-SNAPSHOT</version>
+        <version>5.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>tobago-example-spring-boot</artifactId>
     <packaging>jar</packaging>