Skip to content

Commit

Permalink
Merge pull request #15 from darkredz/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
darkredz committed Dec 23, 2020
2 parents d85772d + fd55cc9 commit e73562a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ps: Zeko turns out to be rabbit in Croatian, thus the logo :D
<dependency>
<groupId>io.zeko</groupId>
<artifactId>zeko-data-mapper</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>


Expand Down
17 changes: 11 additions & 6 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-data-mapper</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/darkredz/Zeko-Data-Mapper.git</connection>
<developerConnection>scm:git:ssh://github.com/darkredz/Zeko-Data-Mapper.git</developerConnection>
<url>https://github.com/darkredz/Zeko-Data-Mapper</url>
<tag>1.5.8</tag>
<tag>1.6.2</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -81,8 +81,8 @@
</pluginRepositories>

<properties>
<kotlin.version>1.3.61</kotlin.version>
<vertx.version>3.9.0</vertx.version>
<kotlin.version>1.4.10</kotlin.version>
<vertx.version>4.0.0</vertx.version>
<spek.version>2.0.9</spek.version>
<jupiter.version>5.2.0</jupiter.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-common</artifactId>
<version>1.0.17</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -147,9 +147,14 @@
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-common</artifactId>
<artifactId>vertx-jdbc-client</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.3</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
Expand Down

0 comments on commit e73562a

Please sign in to comment.