You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2023/02/07 20:00:19 UTC

[airavata-custos] branch develop updated (10e9920d3 -> 76396c851)

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

isjarana pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


    from 10e9920d3 Merge pull request #294 from bkrshubham95/develop
     new c5de736c7 upgrade protobuf version to 3.21.11 to fix mac-m1 compatibility issue #322
     new ace7486c0 dependency upgrade for mac-m1 compatibility #322
     new 76396c851 Merge pull request #328 from abhinav7sinha/mac-m1

The 623 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:
 .../custos-java-clients/agent-management-client/pom.xml      |  4 ++--
 .../custos-java-clients/group-management-client/pom.xml      |  4 ++--
 .../custos-java-clients/identity-management-client/pom.xml   |  4 ++--
 .../resource-secret-management-client/pom.xml                |  4 ++--
 .../custos-java-clients/sharing-management-client/pom.xml    |  4 ++--
 .../custos-java-clients/tenant-management-client/pom.xml     |  4 ++--
 .../custos-java-clients/user-management-client/pom.xml       |  4 ++--
 .../agent-profile-core-service-client-stub/pom.xml           |  4 ++--
 .../custos/agent/profile/client/AgentProfileClient.java      |  2 +-
 .../cluster-management-core-service-client-stub/pom.xml      |  4 ++--
 .../cluster/management/client/ClusterManagementClient.java   |  2 +-
 .../credential-store-core-service-client-stubs/pom.xml       |  4 ++--
 .../store/client/CredentialStoreServiceClient.java           |  2 +-
 .../custos-logging-client-stub/pom.xml                       |  4 ++--
 .../java/org/apache/custos/logging/client/LoggingClient.java |  2 +-
 .../pom.xml                                                  |  4 ++--
 .../authentication/client/FederatedAuthenticationClient.java |  2 +-
 .../iam-admin-core-service-client-stub/pom.xml               |  4 ++--
 .../custos/iam/admin/client/IamAdminServiceClient.java       |  2 +-
 .../identity-core-service-client-stub/pom.xml                |  4 ++--
 .../org/apache/custos/identity/client/IdentityClient.java    |  2 +-
 .../messaging-core-service-client-stub/pom.xml               |  4 ++--
 .../org/apache/custos/messaging/client/MessagingClient.java  |  2 +-
 .../resource-secret-core-service-client-stub/pom.xml         |  4 ++--
 .../custos/resource/secret/client/ResourceSecretClient.java  |  2 +-
 .../sharing-core-service-client-stub/pom.xml                 |  4 ++--
 .../java/org/apache/custos/sharing/client/SharingClient.java |  2 +-
 .../tenant-profile-core-service-client-stub/pom.xml          |  4 ++--
 .../tenant/profile/client/async/TenantProfileClient.java     |  2 +-
 .../user-profile-core-service-client-stub/pom.xml            |  4 ++--
 .../apache/custos/user/profile/client/UserProfileClient.java |  2 +-
 pom.xml                                                      | 12 ++++++------
 32 files changed, 56 insertions(+), 56 deletions(-)