Skip to content

Commit

Permalink
cleaned pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitparekh committed Nov 6, 2017
1 parent 1cb4de0 commit e85a1b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>com.github.dataanon data-anon</name>
<name>data-anon</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.1.51</kotlin.version>
</properties>

<dependencies>
Expand All @@ -24,18 +23,18 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<version>${kotlin.version}</version>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest</artifactId>
<version>2.0.7</version>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -48,6 +47,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.1.4</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand All @@ -59,7 +59,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<version>RELEASE</version>
<executions>
<execution>
<id>compile</id>
Expand Down

0 comments on commit e85a1b8

Please sign in to comment.