Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 25, 2021
1 parent 64a86a5 commit 1341861
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ datasets into the model classes defined in the package `org.citygml4j.ade.energy
citygml4j model classes. Simply use these classes to build your Energy ADE specific application logic.

## Latest release
The latest stable release of energy-ade-citygml4j is 1.0.3.
The latest stable release of energy-ade-citygml4j is 1.0.4.

Download the energy-ade-citygml4j 1.0.3 release binaries
[here](https://github.com/citygml4j/energy-ade-citygml4j/releases/download/v1.0.3/energy-ade-citygml4j-1.0.3.zip).
Download the energy-ade-citygml4j 1.0.4 release binaries
[here](https://github.com/citygml4j/energy-ade-citygml4j/releases/download/v1.0.4/energy-ade-citygml4j-1.0.4.zip).
Previous releases are available from the [releases section](https://github.com/citygml4j/energy-ade-citygml4j/releases).

## Maven artifact
Expand All @@ -50,7 +50,7 @@ code to your `pom.xml`. You may need to adapt the energy-ade-citygml4j version n
<dependency>
<groupId>org.citygml4j</groupId>
<artifactId>energy-ade-citygml4j</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand All @@ -62,7 +62,7 @@ repositories {
}
dependencies {
implementation 'org.citygml4j:energy-ade-citygml4j:1.0.3'
implementation 'org.citygml4j:energy-ade-citygml4j:1.0.4'
}
```

Expand Down

0 comments on commit 1341861

Please sign in to comment.