Skip to content

Commit

Permalink
Merge pull request #10 from darkredz/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
darkredz committed Apr 6, 2020
2 parents 3366b6f + 03aafbe commit a576569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ps: Zeko turns out to be rabbit in Croatian, thus the logo :D
### To use, add these to your maven pom.xml

<dependency>
<groupId>com.github.darkredz</groupId>
<groupId>io.zeko</groupId>
<artifactId>zeko-data-mapper</artifactId>
<version>1.5.9</version>
<version>1.5.10</version>
</dependency>


Expand Down
17 changes: 4 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.darkredz</groupId>
<groupId>io.zeko</groupId>
<artifactId>zeko-data-mapper</artifactId>
<version>1.5.10-SNAPSHOT</version>
<version>1.5.11-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -32,7 +32,7 @@
<organization>Github</organization>
<!-- URL for Organization, URL to your github profile work well here -->
<organizationUrl>https://github.com/darkredz</organizationUrl>
<timezone>UTC+0:</timezone>
<timezone>UTC+08:00</timezone>
</developer>
</developers>

Expand Down Expand Up @@ -166,6 +166,7 @@
<groupId>org.spekframework.spek2</groupId>
<artifactId>spek-runner-junit5</artifactId>
<version>${spek.version}</version>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down Expand Up @@ -205,16 +206,6 @@
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>

<resources>
<resource>
<directory>${project.basedir}</directory>
<excludes>
<exclude>docs</exclude>
<exclude>examples</exclude>
</excludes>
</resource>
</resources>

<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit a576569

Please sign in to comment.