Skip to content

Commit

Permalink
add project description to pom.xml's
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Dec 12, 2015
1 parent 667f82a commit fd2d87b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenEstate-IS24-REST-examples/pom.xml
Expand Up @@ -15,6 +15,7 @@
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST-examples</name>
<description>OpenEstate-IS24-REST is a client library for the REST-Webservice of ImmobilienScout24.de written in Java.</description>
<url>http://openestate.org</url>
<organization>
<name>OpenEstate</name>
Expand Down
1 change: 1 addition & 0 deletions OpenEstate-IS24-REST-hc42/pom.xml
Expand Up @@ -15,6 +15,7 @@
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST-hc42</name>
<description>OpenEstate-IS24-REST is a client library for the REST-Webservice of ImmobilienScout24.de written in Java.</description>
<url>http://openestate.org</url>
<organization>
<name>OpenEstate</name>
Expand Down
1 change: 1 addition & 0 deletions OpenEstate-IS24-REST-hc43/pom.xml
Expand Up @@ -15,6 +15,7 @@
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST-hc43</name>
<description>OpenEstate-IS24-REST is a client library for the REST-Webservice of ImmobilienScout24.de written in Java.</description>
<url>http://openestate.org</url>
<organization>
<name>OpenEstate</name>
Expand Down
1 change: 1 addition & 0 deletions OpenEstate-IS24-REST-webapp/pom.xml
Expand Up @@ -15,6 +15,7 @@
<packaging>war</packaging>

<name>OpenEstate-IS24-REST-webapp</name>
<description>OpenEstate-IS24-REST is a client library for the REST-Webservice of ImmobilienScout24.de written in Java.</description>
<url>http://openestate.org</url>
<organization>
<name>OpenEstate</name>
Expand Down
1 change: 1 addition & 0 deletions OpenEstate-IS24-REST/pom.xml
Expand Up @@ -15,6 +15,7 @@
<packaging>jar</packaging>

<name>OpenEstate-IS24-REST</name>
<description>OpenEstate-IS24-REST is a client library for the REST-Webservice of ImmobilienScout24.de written in Java.</description>
<url>http://openestate.org</url>
<organization>
<name>OpenEstate</name>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -9,6 +9,7 @@
<packaging>pom</packaging>

<name>ALL-OpenEstate-IS24-REST</name>
<description>OpenEstate-IS24-REST is a client library for the REST-Webservice of ImmobilienScout24.de written in Java.</description>
<url>http://openestate.org</url>
<organization>
<name>OpenEstate</name>
Expand Down

0 comments on commit fd2d87b

Please sign in to comment.