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 2019/05/15 17:05:18 UTC

[myfaces-tobago] branch master updated (f183a02 -> 4fe3906)

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

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


    from f183a02  TOBAGO-1633: Use TypeScript instead of JavaScript
     new 8298c3d  updating frontend-maven-plugin to 1.7.6
     new 4fe3906  updating dependency-check-maven to 4.0.2

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:
 pom.xml              | 2 +-
 tobago-theme/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[myfaces-tobago] 01/02: updating frontend-maven-plugin to 1.7.6

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8298c3d8c7fb0db0e7d840e65ba9d761e0dc3ad6
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 15 19:02:02 2019 +0200

    updating frontend-maven-plugin to 1.7.6
---
 tobago-theme/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index 97619a4..9f00eec 100644
--- a/tobago-theme/pom.xml
+++ b/tobago-theme/pom.xml
@@ -188,7 +188,7 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.7.5</version>
+        <version>1.7.6</version>
 
         <!-- optional -->
         <configuration>


[myfaces-tobago] 02/02: updating dependency-check-maven to 4.0.2

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4fe3906ff65dbdd461377f4f465ce47b97a39aa3
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 15 19:03:06 2019 +0200

    updating dependency-check-maven to 4.0.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05d2e65..f368dcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1003,7 +1003,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>3.3.3</version>
+          <version>4.0.2</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>