Skip to content

Commit

Permalink
prepared release of version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Jan 26, 2015
1 parent 297e9b3 commit 84b0111
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 22 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ Changelog for OpenEstate-IS24-REST
==================================


0.3-SNAPSHOT (not released yet)
-------------------------------


0.2.1 (not released yet)
0.2.1 (26 Jan 2015)
------------------------

### bugfixes
Expand Down
4 changes: 2 additions & 2 deletions OpenEstate-IS24-REST-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST-examples</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST-examples</name>
Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.openestate.is24</groupId>
<artifactId>ALL</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions OpenEstate-IS24-REST-hc42/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST-hc42</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST-hc42</name>
Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.openestate.is24</groupId>
<artifactId>ALL</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions OpenEstate-IS24-REST-hc43/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST-hc43</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST-hc43</name>
Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.openestate.is24</groupId>
<artifactId>ALL</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions OpenEstate-IS24-REST-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST-webapp</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>war</packaging>

<name>OpenEstate-IS24-REST-webapp</name>
Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.openestate.is24</groupId>
<artifactId>ALL</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions OpenEstate-IS24-REST/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST</name>
Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.openestate.is24</groupId>
<artifactId>ALL</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenEstate-IS24-REST 0.3-SNAPSHOT
=================================
OpenEstate-IS24-REST 0.2.1
==========================

OpenEstate-IS24-REST is a client library for the REST-Webservice of
[ImmobilienScout24.de](http://www.immobilienscout24.de/) written in Java. This
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 0cec90 to ee7ab5
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openestate.is24</groupId>
<artifactId>ALL</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>

<name>ALL-OpenEstate-IS24-REST</name>
Expand Down Expand Up @@ -119,17 +119,17 @@
<dependency>
<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST-hc42</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>org.openestate.is24</groupId>
<artifactId>OpenEstate-IS24-REST-hc43</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit 84b0111

Please sign in to comment.