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 2018/12/12 10:57:00 UTC

[myfaces-tobago] branch tobago-4.x updated: rename 4.3.3 to 4.4.0

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

hnoeth 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 932ca10  rename 4.3.3 to 4.4.0
932ca10 is described below

commit 932ca105e13af329949c5ef2ed0261f6730bfbf5
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Dec 12 11:55:02 2018 +0100

    rename 4.3.3 to 4.4.0
---
 .../src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
index 281b86a..16d174f 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
@@ -902,7 +902,7 @@ public final class ComponentUtils {
 
   /**
    * returns the "confirmation" attribute or the value of the "confirmation" facet of a component.
-   * @since Tobago 4.3.3
+   * @since Tobago 4.4.0
    */
   public static String getConfirmation(final UIComponent component) {
     final String confirmation = getStringAttribute(component, Attributes.confirmation, null);