You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/07 19:15:58 UTC

[myfaces-tobago] branch master updated (053545a -> 4b6227d)

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

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


    from 053545a  checkstyle plugin should be stay on 3.0.0
     new f8a71e5  improved dependabot config
     new 4b6227d  improved dependabot config

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:
 .github/dependabot.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


[myfaces-tobago] 02/02: improved dependabot config

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

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

commit 4b6227d9390151c0cb60d2bb1401e7020ddce84e
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Sun Feb 7 20:15:02 2021 +0100

    improved dependabot config
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7557990..59d3994 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,10 +27,10 @@ updates:
       - dependency-name: "jetty*"
         versions:
           - ">= 11.0.0"
-      - dependency-name: "org.apache.myfaces:myfaces-api"
+      - dependency-name: "org.apache.myfaces.core:myfaces-api"
         versions:
           - ">= 3.0.0"
-      - dependency-name: "org.apache.myfaces:myfaces-impl"
+      - dependency-name: "org.apache.myfaces.core:myfaces-impl"
         versions:
           - ">= 3.0.0"
       - dependency-name: "org.glassfish:jakarta.faces"


[myfaces-tobago] 01/02: improved dependabot config

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

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

commit f8a71e543dbb77637f00651c1a8b9e544d356585
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Sun Feb 7 20:12:04 2021 +0100

    improved dependabot config
---
 .github/dependabot.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0fbbd15..7557990 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,21 +27,21 @@ updates:
       - dependency-name: "jetty*"
         versions:
           - ">= 11.0.0"
-      - dependency-name: "myfaces-api"
+      - dependency-name: "org.apache.myfaces:myfaces-api"
         versions:
           - ">= 3.0.0"
-      - dependency-name: "myfaces-impl"
+      - dependency-name: "org.apache.myfaces:myfaces-impl"
         versions:
           - ">= 3.0.0"
-      - dependency-name: "jakarta.faces"
+      - dependency-name: "org.glassfish:jakarta.faces"
         versions:
           - ">= 3.0.0"
-      - dependency-name: "jakarta.inject-api"
+      - dependency-name: "jakarta.inject:jakarta.inject-api"
         versions:
           - ">= 2.0.0"
-      - dependency-name: "maven-checkstyle-plugin"
+      - dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin"
         versions:
-          - ">= 3.1.0"
+          - ">=3.1.0"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule: