Commit 0ad4fb07 authored by Claus Nagel's avatar Claus Nagel
Browse files

Merge branch 'master' of https://github.com/citygml4j/ade-xjc

# Conflicts:
#	build.xml
parents 9ed9f975 fea53198
......@@ -7,13 +7,13 @@ License
-------
ade-xjc is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). See the `LICENSE` file for more details.
All releases before 2.3 were distributed under GNU LGPL Version 3.0. To request a release before 2.3 under Apache 2.0 create a GitHub issue.
Note that releases of the software before version 2.3.0 continue to be licensed under GNU LGPL 3.0. To request a previous release of ade-xjc under Apache License 2.0 create a GitHub issue.
Latest release
--------------
The latest stable release of ade-xjc is 2.2.2.
The latest stable release of ade-xjc is 2.3.1.
Download the ade-xjc 2.2.2 release binariers [here](https://github.com/citygml4j/ade-xjc/releases/download/v2.2.2/ade-xjc-2.2.2.zip). Previous releases are available from the [releases section](https://github.com/citygml4j/ade-xjc/releases).
Download the ade-xjc 2.3.1 release binariers [here](https://github.com/citygml4j/ade-xjc/releases/download/v2.3.1/ade-xjc-2.3.1.zip). Previous releases are available from the [releases section](https://github.com/citygml4j/ade-xjc/releases).
Note that ade-xjc is also bundled with citygml4j.
......@@ -84,5 +84,5 @@ Note that you need to check which version of citygml4j is supposed by your versi
The output will look similar to this:
ade-xjc version 2.2.2+1
XML Schema binding compiler for CityGML ADEs; use with citygml4j version 2.2.2
ade-xjc version 2.3.1+1
XML Schema binding compiler for CityGML ADEs; use with citygml4j version 2.3.1
......@@ -23,7 +23,7 @@
<!-- application specific variables -->
<property name="app.name" value="ade-xjc" />
<property name="app.version" value="2.4.0" />
<property name="app.version" value="2.3.1" />
<property name="app.jar" value="${app.name}.jar" />
<property name="app.title" value="XML Schema binding compiler for CityGML ADEs" />
<property name="app.manifest.title" value="${app.title}; use with citygml4j version ${app.version}" />
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment