Skip to content

Commit

Permalink
Finish v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Mar 11, 2016
2 parents 3f79ece + b78e7d4 commit a414cd9
Show file tree
Hide file tree
Showing 643 changed files with 38,347 additions and 27,703 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog for OpenEstate-IO
===========================


1.1 (11 Mar 2016)
-----------------

### bugfixes

- `xsd:positiveDecimal` / `xsd:positiveInteger` values are not printed
correctly in **ImmoXML** / **DaftIE** / **OpenImmo** format
- fixed printing of `posdecimal` / `xsd:positiveInteger` values in
**ImmoXML** / **OpenImmo** format
- numeric values are not strictly parsed in **IDX** / **ImmoXML** /
**IS24-CSV** / **OpenImmo** / **Trovit** format

### updates

- updated `slf4j` libraries to version 1.7.18
- updated `jaxb2-basics` libraries to version 0.11.0 and regenerated JAXB
classes


1.0 (13 Dec 2015)
-----------------

Expand Down
18 changes: 9 additions & 9 deletions CasaIT/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenEstate-IO-CasaIT 1.0
OpenEstate-IO-CasaIT 1.1
========================

*OpenEstate-IO-CasaIT* is a Java library to read and write real estate data in
Expand All @@ -18,10 +18,10 @@ Features

- read XML data according to the specifications of
[*casa.it*](http://casa.it)
(see [`CasaItReadingExample.java`](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.0/Examples/src/main/java/org/openestate/io/examples/CasaItReadingExample.java))
(see [`CasaItReadingExample.java`](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.1/Examples/src/main/java/org/openestate/io/examples/CasaItReadingExample.java))
- write XML data according to the specifications of
[*casa.it*](http://casa.it)
(see [`CasaItWritingExample.java`](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.0/Examples/src/main/java/org/openestate/io/examples/CasaItWritingExample.java))
(see [`CasaItWritingExample.java`](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.1/Examples/src/main/java/org/openestate/io/examples/CasaItWritingExample.java))


How to use
Expand All @@ -40,7 +40,7 @@ dependency to your projects `pom.xml`:
<dependency>
<groupId>org.openestate.io</groupId>
<artifactId>OpenEstate-IO-CasaIT</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

Expand All @@ -64,16 +64,16 @@ Dependencies
- [commons-codec 1.10](http://commons.apache.org/proper/commons-codec/)
- [commons-io 2.4](http://commons.apache.org/proper/commons-io/)
- [commons-lang 3.4](http://commons.apache.org/proper/commons-lang/)
- [jaxb2-basics-runtime 0.10.0](https://github.com/highsource/jaxb2-basics)
- [jaxb2-basics-runtime 0.11.0](https://github.com/highsource/jaxb2-basics)
- [jaxen 1.1.6](http://jaxen.codehaus.org/)
- [SLF4J 1.7.13](http://www.slf4j.org/)
- [SLF4J 1.7.18](http://www.slf4j.org/)


Changelog
---------

Take a look at
[`CHANGELOG.md`](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.0/CHANGELOG.md)
[`CHANGELOG.md`](https://github.com/OpenEstate/OpenEstate-IO/blob/master/CHANGELOG.md)
for the full changelog.


Expand All @@ -83,7 +83,7 @@ License
This library is licensed under the terms of
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
Take a look at
[`LICENSE.txt`](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.0/LICENSE.txt)
[`LICENSE.txt`](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.1/LICENSE.txt)
for the license text.


Expand All @@ -92,5 +92,5 @@ Further informations

- [*OpenEstate-IO* at GitHub](https://github.com/OpenEstate/OpenEstate-IO)
- [Releases of *OpenEstate-IO*](https://github.com/OpenEstate/OpenEstate-IO/releases)
- [Changelog of *OpenEstate-IO*](https://github.com/OpenEstate/OpenEstate-IO/blob/v1.0/CHANGELOG.md)
- [Changelog of *OpenEstate-IO*](https://github.com/OpenEstate/OpenEstate-IO/blob/master/CHANGELOG.md)
- [Javadocs of *OpenEstate-IO*](http://manual.openestate.org/OpenEstate-IO/)
2 changes: 1 addition & 1 deletion CasaIT/licenseheader.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright ${date?date?string("yyyy")} OpenEstate.org.
${licensePrefix}Copyright 2015-${date?date?string("yyyy")} OpenEstate.org.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Licensed under the Apache License, Version 2.0 (the "License");
${licensePrefix}you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion CasaIT/mvn-clean.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2015 OpenEstate.org
# Copyright 2015-2016 OpenEstate.org
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion CasaIT/mvn-findbugs-gui.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2015 OpenEstate.org
# Copyright 2015-2016 OpenEstate.org
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion CasaIT/mvn-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2015 OpenEstate.org
# Copyright 2015-2016 OpenEstate.org
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion CasaIT/mvn-jaxb-xjc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2015 OpenEstate.org
# Copyright 2015-2016 OpenEstate.org
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions CasaIT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.openestate.io</groupId>
<artifactId>ALL</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>

<groupId>org.openestate.io</groupId>
<artifactId>OpenEstate-IO-CasaIT</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>

<name>OpenEstate-IO-CasaIT</name>
Expand Down Expand Up @@ -269,7 +269,7 @@
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 OpenEstate.org.
* Copyright 2015-2016 OpenEstate.org.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.openestate.io.casa_it;

import javax.xml.bind.JAXBException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 OpenEstate.org.
* Copyright 2015-2016 OpenEstate.org.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.openestate.io.casa_it;

import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 OpenEstate.org.
* Copyright 2015-2016 OpenEstate.org.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit a414cd9

Please sign in to comment.