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

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Sep 20, 2019
1 parent 3b93a96 commit 3e9233d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions commons-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>commons-core</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>

<properties>
<kotlin.version>1.3.50</kotlin.version>
Expand Down
6 changes: 3 additions & 3 deletions commons-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>commons-spring</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>

<properties>
<kotlin.version>1.3.50</kotlin.version>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-core</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import springfox.documentation.builders.PathSelectors.any as anyPath
*/

fun createSwaggerDocket(
mainClass: Class<Any> = Any::class.java,
mainClass: Class<out Any> = Any::class.java,
basePackageName: String = mainClass.`package`.name,
pathPredicate: Predicate<String> = anyPath(),
securityContext: SecurityContext? = null,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ru.sokomishalov.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 3e9233d

Please sign in to comment.