You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gi...@apache.org on 2023/01/05 06:55:10 UTC

[cxf-fediz] branch dependabot/maven/org.apache.maven.plugins-maven-ear-plugin-3.3.0 updated (575bb914 -> e292be19)

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

github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-ear-plugin-3.3.0
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


 discard 575bb914 Bump maven-ear-plugin from 2.10.1 to 3.3.0
     add 46b4c6bc [maven-release-plugin] prepare release fediz-1.6.1
     add 46a89924 [maven-release-plugin] prepare for next development iteration
     add cd1261ba Updating Spring Security to 5.6.10
     add 16043687 Merge pull request #78 from apache/coheigea/spring-sec
     add 017e6adc Adding .asf.yaml to see if we can get dependabot PRs to run in Jenkins
     add 1860a008 Create codeql.yml
     add 23431a58 Removing schedule from codeql
     add bcef2f0f Revert "Removing schedule from codeql"
     add bb98fc31 Bump tomcat.version from 9.0.69 to 9.0.70
     add 292ce762 Merge pull request #79 from apache/dependabot/maven/tomcat.version-9.0.70
     add e292be19 Bump maven-ear-plugin from 2.10.1 to 3.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (575bb914)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-ear-plugin-3.3.0 (e292be19)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  3 +
 .github/workflows/codeql.yml                       | 76 ++++++++++++++++++++++
 apache-fediz/pom.xml                               |  4 +-
 examples/jaxrsCxfPluginWebapp/pom.xml              |  2 +-
 examples/jaxrsSimpleWebapp/pom.xml                 |  2 +-
 examples/jaxrsSpringSecurityWebapp/pom.xml         |  2 +-
 examples/pom.xml                                   |  2 +-
 examples/simpleWebapp/pom.xml                      |  3 +-
 examples/springPreauthWebapp/pom.xml               |  2 +-
 examples/springWebapp/pom.xml                      |  2 +-
 examples/wsclientWebapp/pom.xml                    |  3 +-
 examples/wsclientWebapp/webapp/pom.xml             |  3 +-
 examples/wsclientWebapp/webservice/common/pom.xml  |  2 +-
 examples/wsclientWebapp/webservice/pom.xml         |  2 +-
 examples/wsclientWebapp/webservice/service/pom.xml |  2 +-
 plugins/core/pom.xml                               |  2 +-
 plugins/cxf/pom.xml                                |  2 +-
 plugins/jetty9/pom.xml                             |  2 +-
 plugins/pom.xml                                    |  2 +-
 plugins/spring/pom.xml                             |  2 +-
 plugins/tomcat/pom.xml                             |  2 +-
 pom.xml                                            | 11 ++--
 services/idp-core/pom.xml                          |  2 +-
 services/idp/pom.xml                               |  2 +-
 services/oidc/pom.xml                              |  2 +-
 services/pom.xml                                   |  2 +-
 services/sts/pom.xml                               |  2 +-
 systests/custom/pom.xml                            |  2 +-
 systests/cxf/pom.xml                               |  2 +-
 systests/federation/oidcIdpWebapp/pom.xml          |  2 +-
 systests/federation/pom.xml                        |  3 +-
 systests/federation/samlIdpWebapp/pom.xml          |  2 +-
 systests/federation/samlWebapp/pom.xml             |  2 +-
 systests/federation/samlsso/pom.xml                |  2 +-
 systests/federation/unknown-subject/pom.xml        |  2 +-
 systests/federation/wsfed/pom.xml                  |  2 +-
 systests/idp/pom.xml                               |  2 +-
 systests/jetty9/pom.xml                            |  3 +-
 systests/kerberos/pom.xml                          |  2 +-
 systests/ldap/pom.xml                              |  2 +-
 systests/oidc/pom.xml                              |  2 +-
 systests/pom.xml                                   |  2 +-
 systests/samlsso/pom.xml                           |  2 +-
 systests/spring/pom.xml                            |  2 +-
 systests/tests/pom.xml                             |  2 +-
 systests/tomcat/pom.xml                            |  2 +-
 systests/webapps/cxfWebapp/pom.xml                 |  2 +-
 systests/webapps/pom.xml                           |  3 +-
 systests/webapps/simpleWebapp/pom.xml              |  2 +-
 systests/webapps/springPreauthWebapp/pom.xml       |  3 +-
 systests/webapps/springWebapp/pom.xml              |  3 +-
 51 files changed, 133 insertions(+), 63 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 .github/workflows/codeql.yml