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 2021/01/27 14:50:14 UTC

[myfaces-tobago] 01/02: update to bootstrap 4.6.0

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 88a9d9f4b6f45464a31c9c55d7462d8e05c4ce62
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jan 22 15:37:03 2021 +0100

    update to bootstrap 4.6.0
    
    Issue: TOBAGO-2065
---
 tobago-theme/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index 9df4326..4142a23 100644
--- a/tobago-theme/pom.xml
+++ b/tobago-theme/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>tobago-theme</artifactId>
 
   <properties>
-    <bootstrap.version>4.5.2</bootstrap.version>
+    <bootstrap.version>4.6.0</bootstrap.version>
     <theme.name>undefined-theme-name</theme.name>
   </properties>
 
@@ -114,7 +114,7 @@
                   <url>https://github.com/twbs/bootstrap/archive/v${bootstrap.version}.zip</url>
                   <unpack>true</unpack>
                   <outputDirectory>${project.build.directory}</outputDirectory>
-                  <md5>097d5041f7d48f1484e70d7b847fd91c</md5>
+                  <md5>4304c073e2890cdb9ede8c1ebf9f5bfd</md5>
                 </configuration>
               </execution>
             </executions>