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 <[email protected]>
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") })