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:16:56 UTC

[myfaces-tobago] branch master updated: Demo: update fallback

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

lofwyr 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 8ef9b09  Demo: update fallback
8ef9b09 is described below

commit 8ef9b09134ebaa43abbac45035c3228f5520543d
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Aug 6 11:16:42 2020 +0200

    Demo: update fallback
---
 .../main/java/org/apache/myfaces/tobago/example/demo/ApiController.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/ApiController.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ApiController.java
index df34b11..acdad33 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ApiController.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ApiController.java
@@ -85,7 +85,7 @@ public class ApiController implements Serializable {
       }
     }
     LOG.error("No current release found!");
-    return "4.3.1"; // should not happen
+    return "4.5.0"; // should not happen
   }
 
   public String getJiraUrl(final String version) {