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/04/30 15:37:16 UTC

[myfaces-tobago] branch tobago-4.x updated (9063206 -> 6f3647d)

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

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


    from 9063206  chore: add apache license
     new d78bd35  chore: lib info
     new 6f3647d  chore: release version info

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../myfaces/tobago/internal/taglib/component/package-info.java       | 4 ++--
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java    | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)


[myfaces-tobago] 01/02: chore: lib info

Posted by lo...@apache.org.
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

commit d78bd35391d6c4ede92ade3e38d56073385d4534
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Apr 30 17:36:22 2020 +0200

    chore: lib info
---
 .../apache/myfaces/tobago/internal/taglib/component/package-info.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
index 8d57d22..4b3ba24 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
@@ -18,7 +18,7 @@
  */
 
 /**
- * <b>Tobago Framework Component Tag Library 4.4.x -
+ * <b>Tobago Framework Component Tag Library 4.5.x -
  * (C) Copyright 2005-2020 The Apache Software Foundation</b>
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
@@ -28,6 +28,6 @@
         "org.apache.myfaces.tobago.webapp.TobagoServletContextListener",
         "org.apache.myfaces.tobago.webapp.SecretSessionListener"},
     name = "tobago",
-    displayName = "Tobago Components 4.4.x")
+    displayName = "Tobago Components 4.5.x")
 
 package org.apache.myfaces.tobago.internal.taglib.component;


[myfaces-tobago] 02/02: chore: release version info

Posted by lo...@apache.org.
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

commit 6f3647d022eeb97b2ffcc92b9c16bfa1ff1f676f
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Apr 30 17:36:38 2020 +0200

    chore: release version info
---
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
index 3fafb1a..05929b2 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
@@ -132,8 +132,9 @@ public enum Release {
   v4_3_1("12343951"),
   v4_3_2("12344394"),
   v4_4_0("12344541"),
-  v4_4_1("12345061", true),
-  v4_5_0("12345562", false, true),
+  v4_4_1("12345061"),
+  v4_5_0("12345562", true),
+  v4_5_1("12348200", false, true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),