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:55:14 UTC

[myfaces-tobago] branch master 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 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 c426608  rename 4.3.3 to 4.4.0
c426608 is described below

commit c426608588c9b29711f7692c2742f6726b107829
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 +-
 .../src/main/tobago-vm/docker/apache-proxy/index.html                   | 2 +-
 .../tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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);
diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
index 7e6e1df..6c5dd9d 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
@@ -37,7 +37,7 @@
           major: "4",
           release: "4.3.1",
           staging: "4.3.2",
-          snapshot: "4.3.3-SNAPSHOT",
+          snapshot: "4.4.0-SNAPSHOT",
           link: "4",
           archived: false
         },
diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
index 0a89524..4174a0b 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
@@ -98,7 +98,7 @@ services:
   demo-4-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.3.3-SNAPSHOT
+      - TOBAGO_VERSION=4.4.0-SNAPSHOT
       - CONTEXT_PATH=demo-4-snapshot
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts