File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog for OpenEstate-Tool-HelloWorld
22========================================
33
4- 1.0-SNAPSHOT (not released yet )
5- -------------------------------
4+ 1.0-beta35 (23 Mar 2015 )
5+ ------------------------
66
77- migrated to the environment of * OpenEstate-ImmoTool* 1.0-beta35
88 - internationalization / translation via gettext
99 - GUI components without any graphical form builders
1010 - simplified plugin environment
11-
1211- improved build process (separate profiles for development and release)
1312- cleanup ` pom.xml ` according [ POM conventions] ( http://maven.apache.org/developers/conventions/code.html#POM_Code_Convention )
1413
Original file line number Diff line number Diff line change 1- OpenEstate-Tool-HelloWorld 1.0-SNAPSHOT
2- =======================================
1+ OpenEstate-Tool-HelloWorld 1.0-beta35
2+ =====================================
33
44* OpenEstate-Tool-HelloWorld* is an addon for the freeware real estate software
55[ * OpenEstate-ImmoTool* ] ( http://openestate.org ) , that does not provide any
@@ -22,7 +22,7 @@ Dependencies
2222------------
2323
2424- * Java* 6 or newer (* Oracle Java* or * OpenJDK* )
25- - * OpenEstate-ImmoTool* 1.0-SNAPSHOT (including its dependencies)
25+ - * OpenEstate-ImmoTool* 1.0-beta35 (including its dependencies)
2626
2727
2828Requirements for developers
Original file line number Diff line number Diff line change 66
77 <groupId >org.openestate.tool.plugins</groupId >
88 <artifactId >OpenEstate-Tool-HelloWorld</artifactId >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0-beta35 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >OpenEstate-Tool-HelloWorld</name >
4343
4444 <properties >
4545 <project .apiVersion>2</project .apiVersion>
46- <project .buildVersion>1.0-SNAPSHOT </project .buildVersion>
47- <project .pluginVersion>1.0.0.0-SNAPSHOT </project .pluginVersion>
48- <project .immotoolVersion>1.0-SNAPSHOT </project .immotoolVersion>
46+ <project .buildVersion>1.0-beta35 </project .buildVersion>
47+ <project .pluginVersion>1.0.0.0-beta35 </project .pluginVersion>
48+ <project .immotoolVersion>1.0-beta35 </project .immotoolVersion>
4949 <project .releaseDir>${project.basedir} /release</project .releaseDir>
5050 <project .javadocDir>${project.basedir} /javadoc</project .javadocDir>
5151 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments