You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/06 09:17:23 UTC

[myfaces-tobago] branch tobago-4.x updated: Demo: update last version

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 29c4495  Demo: update last version
29c4495 is described below

commit 29c44959fd5944c4a6953bf70aa043994f9ab5a5
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Aug 6 11:17:09 2020 +0200

    Demo: update last version
---
 .../main/java/org/apache/myfaces/tobago/example/demo/ServerInfo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ServerInfo.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ServerInfo.java
index 73ee268..1097c24 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ServerInfo.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ServerInfo.java
@@ -50,7 +50,7 @@ public class ServerInfo {
   private static final String CONFIG_FILE_DEFAULT = "/etc/tobago-example-demo.properties";
   private static final String ENABLED_KEY = "server.info.enabled";
 
-  private static final String LAST_RELEASED_VERSION = "4.1.0";
+  private static final String LAST_RELEASED_VERSION = "4.5.0";
 
   private String version;