Skip to content

Commit

Permalink
Merge branch 'master' into update_release_list
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabyanusha authored May 29, 2024
2 parents cad049f + 80b3647 commit 492859d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.cbioportal</groupId>
<artifactId>cbioportal</artifactId>
<version>6.0.8-SNAPSHOT</version>
<version>6.0.9-SNAPSHOT</version>

<description>cBioPortal for Cancer Genomics</description>

Expand All @@ -27,7 +27,7 @@
<!-- TODO replace with version of cbioportal frontend with compatible
login url-->
<frontend.groupId>com.github.cbioportal</frontend.groupId>
<frontend.version>v6.0.7</frontend.version>
<frontend.version>v6.0.8</frontend.version>

<!-- THIS SHOULD BE KEPT IN SYNC TO VERSION IN CGDS.SQL -->
<db.version>2.13.1</db.version>
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/org/cbioportal/PortalApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
@PropertySource(ignoreResourceNotFound = true, value = "classpath:application.properties"),
@PropertySource(ignoreResourceNotFound = true, value = "classpath:security.properties"),
@PropertySource(ignoreResourceNotFound = true, value = "classpath:maven.properties"),
@PropertySource(ignoreResourceNotFound = true, value = "classpath:git.properties")
@PropertySource(ignoreResourceNotFound = true, value = "classpath:git.properties"),
@PropertySource(ignoreResourceNotFound = true, value = "classpath:springdoc.properties")
})
public class PortalApplication {
public static void main(String[] args) {
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/springdoc.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
springdoc.swagger-ui.urlsPrimaryName=public
springdoc.swagger-ui.disable-swagger-default-url=true
springdoc.swagger-ui.path=/api/swagger-ui
springdoc.api-docs.path=/api/v3/api-docs
1 change: 0 additions & 1 deletion src/main/resources/springfox.properties

This file was deleted.

0 comments on commit 492859d

Please sign in to comment.