diff --git a/CHANGES.md b/CHANGES.md index db60d8a..be85e26 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Change Log ========== +### 1.5.0 - 2024-08-27 + +##### Changes +* **Breaking:** Java 11 is now the minimum required version for using iur-ade-citygml4j. +* Updated citygml4j to 2.13.0. + ### 1.4.2 - 2021-09-25 ##### Changes diff --git a/README.md b/README.md index 3199f86..f05bd07 100644 --- a/README.md +++ b/README.md @@ -39,23 +39,22 @@ defined in the package `org.citygml4j.ade.iur.model`, which extend the predefine these classes to build your i-UR specific application logic. ## Latest release -The latest stable release of iur-ade-citygml4j is 1.4.2. +The latest stable release of iur-ade-citygml4j is 1.5.0. Download the latest iur-ade-citygml4j release binaries -[here](https://github.com/citygml4j/iur-ade-citygml4j/releases/download/v1.4.2/iur-ade-citygml4j-1.4.2.zip). +[here](https://github.com/citygml4j/iur-ade-citygml4j/releases/download/v1.5.0/iur-ade-citygml4j-1.5.0.zip). Previous releases are available from the [releases section](https://github.com/citygml4j/iur-ade-citygml4j/releases). ## Maven artifact iur-ade-citygml4j is also available as [Maven](http://maven.apache.org/) artifact from the -[Maven Central Repository](https://search.maven.org/search?q=iur-ade-citygml4j) and from -[JCenter](https://bintray.com/bintray/jcenter). To add iur-ade-citygml4j to your project with Maven, add the following +[Maven Central Repository](https://search.maven.org/search?q=iur-ade-citygml4j). To add iur-ade-citygml4j to your project with Maven, add the following code to your `pom.xml`. You may need to adapt the iur-ade-citygml4j version number. ```xml org.citygml4j iur-ade-citygml4j - 1.4.2 + 1.5.0 ``` @@ -67,7 +66,7 @@ repositories { } dependencies { - implementation 'org.citygml4j:iur-ade-citygml4j:1.4.2' + implementation 'org.citygml4j:iur-ade-citygml4j:1.5.0' } ``` diff --git a/build.gradle b/build.gradle index 05fad11..8983d61 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'org.citygml4j.ade' -version '1.4.2' +version '1.5.0' description 'i-Urban Revitalization ADE module for citygml4j' java { diff --git a/src/main/java/org/citygml4j/ade/iur/UrbanRevitalizationADEContext.java b/src/main/java/org/citygml4j/ade/iur/UrbanRevitalizationADEContext.java index d519853..7f237b1 100644 --- a/src/main/java/org/citygml4j/ade/iur/UrbanRevitalizationADEContext.java +++ b/src/main/java/org/citygml4j/ade/iur/UrbanRevitalizationADEContext.java @@ -4,7 +4,7 @@ * * iur-ade-citygml4j is part of the citygml4j project * - * Copyright 2019-2021 Virtual City Systems + * Copyright 2019-2024 Virtual City Systems * https://vc.systems/ * * Licensed under the Apache License, Version 2.0 (the "License");