Skip to content

Commit

Permalink
bumping version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 27, 2024
1 parent 66c38a4 commit 495817b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>org.citygml4j</groupId>
<artifactId>iur-ade-citygml4j</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</dependency>
```

Expand All @@ -67,7 +66,7 @@ repositories {
}
dependencies {
implementation 'org.citygml4j:iur-ade-citygml4j:1.4.2'
implementation 'org.citygml4j:iur-ade-citygml4j:1.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 495817b

Please sign in to comment.