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:17 UTC

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

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;