Skip to content

Commit

Permalink
V 0.0.9: up the versions of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
belyaev-mikhail committed Jan 27, 2020
1 parent fa02c47 commit aa62245
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ru.spbstu</groupId>
<artifactId>kotlin-pandoc</artifactId>
<version>0.0.9-SNAPSHOT</version>
<version>0.0.10-SNAPSHOT</version>
<scm>
<url>https://github.com/belyaev-mikhail/kotlin-pandoc</url>
<connection>scm:git:[email protected]:belyaev-mikhail/kotlin-pandoc.git</connection>
Expand All @@ -13,6 +13,7 @@

<properties>
<kotlin.version>1.3.61</kotlin.version>
<jackson.version>2.10.2</jackson.version>
</properties>

<dependencies>
Expand All @@ -38,27 +39,27 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.9.9</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>ru.spbstu</groupId>
<artifactId>ktuples</artifactId>
<version>0.0.1.7</version>
<version>0.0.1.11</version>
</dependency>
<dependency>
<groupId>ru.spbstu</groupId>
<artifactId>jackson-module-ktuples</artifactId>
<version>0.0.0.3</version>
<version>0.0.0.5</version>
</dependency>
<dependency>
<groupId>ru.spbstu</groupId>
Expand Down

0 comments on commit aa62245

Please sign in to comment.