Skip to content

Commit

Permalink
updated change log and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Apr 13, 2021
1 parent 75a5614 commit e9fc4d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.4.1 - 2021-04-13

##### Changes
* Dropped usage of Bintray and JCenter.
* Updated citygml4j to 2.11.3.

### 1.4.0 - 2021-02-11

##### Breaking changes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ 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.0.
The latest stable release of iur-ade-citygml4j is 1.4.1.

Download the latest iur-ade-citygml4j release binaries
[here](https://github.com/citygml4j/iur-ade-citygml4j/releases/download/v1.4.0/iur-ade-citygml4j-1.4.0.zip).
[here](https://github.com/citygml4j/iur-ade-citygml4j/releases/download/v1.4.1/iur-ade-citygml4j-1.4.1.zip).
Previous releases are available from the [releases section](https://github.com/citygml4j/iur-ade-citygml4j/releases).

## Maven artifact
Expand All @@ -48,7 +48,7 @@ code to your `pom.xml`. You may need to adapt the iur-ade-citygml4j version numb
<dependency>
<groupId>org.citygml4j</groupId>
<artifactId>iur-ade-citygml4j</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand All @@ -60,7 +60,7 @@ repositories {
}
dependencies {
implementation 'org.citygml4j:iur-ade-citygml4j:1.4.0'
implementation 'org.citygml4j:iur-ade-citygml4j:1.4.1'
}
```

Expand Down

0 comments on commit e9fc4d1

Please sign in to comment.