Skip to content

Commit

Permalink
latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegertn committed Sep 16, 2014
1 parent fd9f1c4 commit dc87e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-api</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
<name>RestDoc API model</name>
<description>The API model of the RestDoc specification</description>
<url>http://www.restdoc.org</url>
Expand Down Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.3</version>
<version>2.4.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema</artifactId>
<version>2.3.3</version>
<version>2.4.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit dc87e3b

Please sign in to comment.