Skip to content

Commit

Permalink
Merge pull request #37 from darkredz/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
darkredz authored Apr 10, 2022
2 parents 4cc9b1a + 7e0b530 commit b7063e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add this to your maven pom.xml
<dependency>
<groupId>io.zeko</groupId>
<artifactId>zeko-restapi</artifactId>
<version>1.5.2</version>
<version>1.5.4</version>
</dependency>
<!-- Jasync Mysql driver if needed -->
<dependency>
Expand Down Expand Up @@ -98,7 +98,7 @@ Set your kotlin.version accordingly for the KAPT to work.
<annotationProcessorPath>
<groupId>io.zeko</groupId>
<artifactId>zeko-restapi</artifactId>
<version>1.1.5</version>
<version>${zeko-restapi.version}</version>
</annotationProcessorPath>
</annotationProcessorPaths>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.zeko</groupId>
<artifactId>zeko-restapi</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -77,7 +77,7 @@
<properties>
<kotlin.version>1.6.20</kotlin.version>
<kotlin.coroutines.version>1.3.9</kotlin.coroutines.version>
<vertx.version>4.1.1</vertx.version>
<vertx.version>4.1.8</vertx.version>
<spek.version>2.0.9</spek.version>
<jupiter.version>5.2.0</jupiter.version>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>io.zeko</groupId>
<artifactId>zeko-sql-builder</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ mvn clean compile vertx:run -Dvertx.verticle="$packageName.BootstrapVerticle" \
<properties>
<vertx.verticle>$packageName.BootstrapVerticle</vertx.verticle>
<kotlin.version>1.6.20</kotlin.version>
<zeko-restapi.version>1.5.3</zeko-restapi.version>
<zeko-restapi.version>1.5.4</zeko-restapi.version>
<vertx.version>4.1.1</vertx.version>
<micrometer.version>1.1.0</micrometer.version>
<java.version>11</java.version>
Expand Down

0 comments on commit b7063e6

Please sign in to comment.