You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/03/26 09:47:04 UTC

[syncope] branch SYNCOPE-163-1 updated: SYNCOPE-160: minor adjustments

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

mmoayyed pushed a commit to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/SYNCOPE-163-1 by this push:
     new 28959ee  SYNCOPE-160: minor adjustments
28959ee is described below

commit 28959ee56289ae402db9fbb1f72f20cbf4aabba8
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Thu Mar 26 14:16:16 2020 +0430

    SYNCOPE-160: minor adjustments
---
 .travis.yml                                                             | 2 +-
 .../syncope/common/rest/api/service/RegisteredClientAppService.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c7c1eb3..78a5698 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ jobs:
   include:
     - stage: build
       name: "Build"
-      script: mvn -T 1C -P skipTests,all
+      script: mvn -U -T 1C -P skipTests,all
       #######################################################
     - stage: validate
       name: "Checkstyle, Legal Files, Modernizer and Release Audit Tool (RAT) Analysis"
diff --git a/common/am/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/RegisteredClientAppService.java b/common/am/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/RegisteredClientAppService.java
index 1a4bba6..5fbf88c 100644
--- a/common/am/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/RegisteredClientAppService.java
+++ b/common/am/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/RegisteredClientAppService.java
@@ -35,7 +35,7 @@ import org.apache.syncope.common.lib.to.RegisteredClientAppTO;
 /**
  * REST operations for resgistered client applications.
  */
-@Tag(name = "RegisteredClientAppss")
+@Tag(name = "RegisteredClientApps")
 @SecurityRequirements({
     @SecurityRequirement(name = "BasicAuthentication"),
     @SecurityRequirement(name = "Bearer") })