Skip to content

Commit

Permalink
Merge branch 'version_4.5.4' into gluu-core-bom_issues_38_4.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem authored Dec 6, 2023
2 parents 45f38c3 + f60c381 commit c95c854
Show file tree
Hide file tree
Showing 33 changed files with 9,604 additions and 16,749 deletions.
2 changes: 1 addition & 1 deletion api-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.4-SNAPSHOT</version>
</parent>
<artifactId>oxtrust-api-server</artifactId>
<name>API Server</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
@OpenAPIDefinition (
info = @Info (
title = "oxTrust API",
version = "4.0.0",
version = "4.5.3",
description = "This is an API for Gluu Server's oxTrust administrative interface. Go to https://gluu.org for more information",
termsOfService = "https://www.gluu.org/terms/",
contact = @Contact(url="https://gluu.org",name="Gluu Support",email="contact@gluu.org"),
license = @License(name = "Gluu Support License", url = "https://www.gluu.org/support-license/")
termsOfService = "https://gluu.org/gluu-terms-and-conditions/",
contact = @Contact(url="https://support.gluu.org/",name="Gluu Support",email="support@gluu.org"),
license = @License(name = "Gluu Support License", url = "https://gluu.org/")
)
)

Expand Down
Loading

0 comments on commit c95c854

Please sign in to comment.