Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Jul 15, 2020
1 parent 0178fff commit 1f6ed70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the dependency:
<dependency>
<groupId>com.github.sokomishalov.commons</groupId>
<artifactId>commons-[module]</artifactId>
<version>1.1.16</version>
<version>1.1.17</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import kotlin.coroutines.Continuation
* @author sokomishalov
*/

const val SWAGGER_UI_PAGE = "/swagger-ui/"
const val SWAGGER_UI_PAGE = "swagger-ui/"
const val REDIRECT_TO_SWAGGER = "redirect:${SWAGGER_UI_PAGE}"
private val DEFAULT_AUTHOR = Contact("Sokolov Mikhael", "https://sokomishalov.github.io/about-me", "[email protected]")
private val TYPE_RESOLVER = TypeResolver()
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<packaging>pom</packaging>

<properties>
<revision>1.1.16</revision>
<revision>1.1.17</revision>

<java.version>1.8</java.version>
<kotlin.version>1.3.72</kotlin.version>
<kotlinx-coroutines.version>1.3.7</kotlinx-coroutines.version>
Expand Down

0 comments on commit 1f6ed70

Please sign in to comment.