Skip to content

Commit

Permalink
Release RDAP server 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhfelix committed Sep 14, 2018
1 parent 0a0a033 commit fd52c6b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>mx.nic.rdap</groupId>
<artifactId>rdap-server</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
<packaging>war</packaging>
<name>RDAP Server</name>

Expand All @@ -23,14 +23,13 @@
<dependency>
<groupId>mx.nic.rdap</groupId>
<artifactId>rdap-json-renderer</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>mx.nic.rdap</groupId>
<artifactId>rdap-data-access-api</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down

0 comments on commit fd52c6b

Please sign in to comment.