diff --git a/README.MD b/README.MD index 17eb23f..5feff06 100644 --- a/README.MD +++ b/README.MD @@ -22,7 +22,7 @@ Make sure you include the repository as well. com.github.qlsolutions.JavalinFly javalinfly-core - 0.1.8rc8 + 0.1.8rc9 ``` @@ -37,7 +37,7 @@ Make sure you include the repository as well. com.github.qlsolutions.JavalinFly javalinfly-core - 0.1.8rc8 + 0.1.8rc9 @@ -51,7 +51,7 @@ Make sure you include the repository as well. com.github.qlsolutions.JavalinFly javalinfly-kotlin - 0.1.8rc8 + 0.1.8rc9 ``` @@ -69,20 +69,20 @@ Make sure you include the repository as well. - Dependency ```groovy - implementation 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc8' + implementation 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc9' ``` - Annotation processor ```groovy - annotationProcessor 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc8' + annotationProcessor 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc9' ``` -
Optionally also the kotlin module ```groovy - implementation 'com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc8' + implementation 'com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc9' ```
@@ -93,19 +93,19 @@ Make sure you include the repository as well. - Dependency ```groovy - implementation("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc8") + implementation("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc9") ``` - Annotation processor ```groovy - annotationProcessor("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc8") + annotationProcessor("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8rc9") ``` -
Optionally also the kotlin module ```groovy - implementation("com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc8") + implementation("com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8rc9") ```
diff --git a/javalinfly-core/pom.xml b/javalinfly-core/pom.xml index c8354ec..74fa2fb 100644 --- a/javalinfly-core/pom.xml +++ b/javalinfly-core/pom.xml @@ -6,7 +6,7 @@ com.github.unldenis JavalinFly - 0.1.8rc8 + 0.1.8rc9 javalinfly-core @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.3 + 3.6.0 package diff --git a/javalinfly-example-kotlin/pom.xml b/javalinfly-example-kotlin/pom.xml index e76e431..ffd61d7 100644 --- a/javalinfly-example-kotlin/pom.xml +++ b/javalinfly-example-kotlin/pom.xml @@ -6,7 +6,7 @@ com.github.unldenis JavalinFly - 0.1.8rc8 + 0.1.8rc9 javalinfly-example-kotlin diff --git a/javalinfly-example/pom.xml b/javalinfly-example/pom.xml index 9972c56..819807e 100644 --- a/javalinfly-example/pom.xml +++ b/javalinfly-example/pom.xml @@ -6,7 +6,7 @@ com.github.unldenis JavalinFly - 0.1.8rc8 + 0.1.8rc9 javalinfly-example diff --git a/javalinfly-kotlin/pom.xml b/javalinfly-kotlin/pom.xml index 6b0905f..4a6656d 100644 --- a/javalinfly-kotlin/pom.xml +++ b/javalinfly-kotlin/pom.xml @@ -6,7 +6,7 @@ com.github.unldenis JavalinFly - 0.1.8rc8 + 0.1.8rc9 javalinfly-kotlin diff --git a/pom.xml b/pom.xml index 4ddbad6..304f268 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.unldenis JavalinFly - 0.1.8rc8 + 0.1.8rc9 pom