Skip to content

Commit

Permalink
prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Mar 11, 2019
1 parent e379ef4 commit 493605f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog for OpenEstate-Tool-HelloWorld
========================================


1.0.0-SNAPSHOT (not released yet)
---------------------------------
1.0.0 (11 Mar 2019)
-------------------

- updated for *OpenEstate-ImmoTool* 1.0.0
- updated to Java 11
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenEstate-Tool-HelloWorld 1.0.0-SNAPSHOT
=========================================
OpenEstate-Tool-HelloWorld 1.0.0
================================

*OpenEstate-Tool-HelloWorld* is an addon for the freeware real estate software [*OpenEstate-ImmoTool*](https://openestate.org), that does not provide any features for end users. Instead this addon

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.openestate.tool.plugins</groupId>
<artifactId>OpenEstate-Tool-HelloWorld</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>OpenEstate-Tool-HelloWorld</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<openestate.build.encoding>UTF-8</openestate.build.encoding>
<openestate.build.javadocDir>${project.basedir}/apidocs</openestate.build.javadocDir>
<openestate.build.packageDir>${project.basedir}/package</openestate.build.packageDir>
<openestate.immotool.version>1.0.0-SNAPSHOT</openestate.immotool.version>
<openestate.immotool.version>1.0.0</openestate.immotool.version>

<!-- plugin settings -->
<plugin.id>${project.artifactId}</plugin.id>
Expand Down

0 comments on commit 493605f

Please sign in to comment.