You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2022/09/19 16:02:46 UTC

[directory-scimple] branch spring-boot updated (31e20fa3 -> 43fa2e3c)

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

bdemers pushed a change to branch spring-boot
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git


 discard 31e20fa3 Add new Spring Boot support module, ITs, and an example
     add 11541b62 Set version to 1.0.0-SNAPSHOT
     add b8790d99 Fix pom.xml error: scim-tools-common should be scim-tools
     add 43fa2e3c Add new Spring Boot support module, ITs, and an example

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   (31e20fa3)
            \
             N -- N -- N   refs/heads/spring-boot (43fa2e3c)

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:
 pom.xml                                            | 25 +++++++++-------------
 scim-client/pom.xml                                |  2 +-
 scim-compliance-tests/pom.xml                      |  2 +-
 scim-core/pom.xml                                  |  2 +-
 scim-coverage/pom.xml                              |  4 ++--
 scim-server-examples/scim-server-jersey/pom.xml    |  2 +-
 scim-server-examples/scim-server-memory/pom.xml    |  2 +-
 .../scim-server-spring-boot/pom.xml                |  2 +-
 scim-server/pom.xml                                |  2 +-
 scim-spec/pom.xml                                  |  2 +-
 scim-spec/scim-spec-protocol/pom.xml               |  2 +-
 scim-spec/scim-spec-schema/pom.xml                 |  2 +-
 scim-tools/pom.xml                                 |  2 +-
 support/spring-boot/pom.xml                        |  2 +-
 14 files changed, 24 insertions(+), 29 deletions(-)