Skip to content

Commit

Permalink
Set version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Oct 1, 2017
1 parent 552aa3e commit ff99975
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 274 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fayder</groupId>
<artifactId>restcountries</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<packaging>war</packaging>
<name>restcountries</name>
<description>REST interface to get data about countries</description>
Expand All @@ -23,6 +23,7 @@
<stripe.version>3.5.0</stripe.version>
<slf4j.version>1.7.25</slf4j.version>
<servlet.version>4.0.0</servlet.version>
<junit.version>4.12</junit.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -83,13 +84,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.restfuse</groupId>
<artifactId>com.eclipsesource.restfuse</artifactId>
<version>1.2.0</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

Expand Down

This file was deleted.

3 changes: 1 addition & 2 deletions src/main/webapp/flatdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Get information about countries via a RESTful API

[![Build Status](https://travis-ci.org/fayder/restcountries.svg?branch=master)](https://travis-ci.org/fayder/restcountries)

*Current version: 2.0.3*
*Deprecated version: [v1.1.2]*
*Current version: 2.0.4*

Donate!
---------------
Expand Down
170 changes: 0 additions & 170 deletions src/test/java/fayder/restcountries/v1/CountryRestTest.java

This file was deleted.

87 changes: 0 additions & 87 deletions src/test/java/fayder/restcountries/v1/domain/DesCountry.java

This file was deleted.

0 comments on commit ff99975

Please sign in to comment.