From d45b72c6ce89c3b43ad09f0679c40d33834184ab Mon Sep 17 00:00:00 2001 From: Manuel Mauky Date: Tue, 28 Oct 2014 15:16:24 +0100 Subject: [PATCH] Update version from 0.4.0-SNAPSHOT to 0.4.0 --- README.md | 8 ++++---- examples/mvvmfx-cdi-starter/pom.xml | 2 +- examples/mvvmfx-complex-example/pom.xml | 2 +- examples/mvvmfx-contacts/pom.xml | 6 +++--- examples/mvvmfx-fx-root-example/pom.xml | 4 ++-- examples/mvvmfx-guice-starter/pom.xml | 2 +- examples/mvvmfx-helloworld-without-fxml/pom.xml | 2 +- examples/mvvmfx-helloworld/pom.xml | 2 +- examples/mvvmfx-synchronizefx/pom.xml | 2 +- examples/pom.xml | 2 +- mvvmfx-archetype/pom.xml | 2 +- mvvmfx-cdi/README.md | 5 +---- mvvmfx-cdi/pom.xml | 2 +- mvvmfx-guice/README.md | 8 -------- mvvmfx-guice/pom.xml | 2 +- mvvmfx/pom.xml | 2 +- pom.xml | 2 +- 17 files changed, 22 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 61f65ffb5..97711482c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ __MVVM__ is the enhanced version of the [Presentation Model](http://martinfowler de.saxsys mvvmFX - 0.3.0 + 0.4.0 ``` @@ -22,10 +22,10 @@ If you need help you can use the forums on [Google Groups](https://groups.google ### Links -[javadoc mvvmfx core](http://sialcasa.github.io/mvvmFX/javadoc/0.3.0/mvvmfx/) +[javadoc mvvmfx core](http://sialcasa.github.io/mvvmFX/javadoc/0.4.0/mvvmfx/) -[javadoc mvvmfx-cdi](http://sialcasa.github.io/mvvmFX/javadoc/0.3.0/mvvmfx-cdi/) +[javadoc mvvmfx-cdi](http://sialcasa.github.io/mvvmFX/javadoc/0.4.0/mvvmfx-cdi/) -[javadoc mvvmfx-guice](http://sialcasa.github.io/mvvmFX/javadoc/0.3.0/mvvmfx-guice/) +[javadoc mvvmfx-guice](http://sialcasa.github.io/mvvmFX/javadoc/0.4.0/mvvmfx-guice/) [![Build Status](https://travis-ci.org/sialcasa/mvvmFX.svg?branch=develop)](https://travis-ci.org/sialcasa/mvvmFX) diff --git a/examples/mvvmfx-cdi-starter/pom.xml b/examples/mvvmfx-cdi-starter/pom.xml index 794e769a7..60f5990af 100644 --- a/examples/mvvmfx-cdi-starter/pom.xml +++ b/examples/mvvmfx-cdi-starter/pom.xml @@ -12,7 +12,7 @@ de.saxsys mvvmFX-examples - 0.4.0-SNAPSHOT + 0.4.0 diff --git a/examples/mvvmfx-complex-example/pom.xml b/examples/mvvmfx-complex-example/pom.xml index 7ca8faaa3..4a5ab86dc 100644 --- a/examples/mvvmfx-complex-example/pom.xml +++ b/examples/mvvmfx-complex-example/pom.xml @@ -7,7 +7,7 @@ de.saxsys mvvmFX-examples - 0.4.0-SNAPSHOT + 0.4.0 UTF-8 diff --git a/examples/mvvmfx-contacts/pom.xml b/examples/mvvmfx-contacts/pom.xml index 92cf7f8da..af8b4d44f 100644 --- a/examples/mvvmfx-contacts/pom.xml +++ b/examples/mvvmfx-contacts/pom.xml @@ -6,7 +6,7 @@ mvvmFX-examples de.saxsys - 0.4.0-SNAPSHOT + 0.4.0 mvvmfx-contacts @@ -33,12 +33,12 @@ de.saxsys mvvmFX - 0.4.0-SNAPSHOT + 0.4.0 de.saxsys mvvmFX-cdi - 0.4.0-SNAPSHOT + 0.4.0 ch.qos.logback diff --git a/examples/mvvmfx-fx-root-example/pom.xml b/examples/mvvmfx-fx-root-example/pom.xml index 64dbcd5bf..150b03aa9 100644 --- a/examples/mvvmfx-fx-root-example/pom.xml +++ b/examples/mvvmfx-fx-root-example/pom.xml @@ -7,7 +7,7 @@ de.saxsys mvvmFX-examples - 0.4.0-SNAPSHOT + 0.4.0 @@ -21,7 +21,7 @@ de.saxsys mvvmFX - 0.4.0-SNAPSHOT + 0.4.0 diff --git a/examples/mvvmfx-guice-starter/pom.xml b/examples/mvvmfx-guice-starter/pom.xml index 01618adf7..3650095c8 100644 --- a/examples/mvvmfx-guice-starter/pom.xml +++ b/examples/mvvmfx-guice-starter/pom.xml @@ -12,7 +12,7 @@ de.saxsys mvvmFX-examples - 0.4.0-SNAPSHOT + 0.4.0 UTF-8 diff --git a/examples/mvvmfx-helloworld-without-fxml/pom.xml b/examples/mvvmfx-helloworld-without-fxml/pom.xml index b1dda7b2c..60233e1fe 100644 --- a/examples/mvvmfx-helloworld-without-fxml/pom.xml +++ b/examples/mvvmfx-helloworld-without-fxml/pom.xml @@ -7,7 +7,7 @@ de.saxsys mvvmFX-examples - 0.4.0-SNAPSHOT + 0.4.0 diff --git a/examples/mvvmfx-helloworld/pom.xml b/examples/mvvmfx-helloworld/pom.xml index 976d847e2..4014f7a72 100644 --- a/examples/mvvmfx-helloworld/pom.xml +++ b/examples/mvvmfx-helloworld/pom.xml @@ -6,7 +6,7 @@ de.saxsys mvvmFX-examples - 0.4.0-SNAPSHOT + 0.4.0 UTF-8 diff --git a/examples/mvvmfx-synchronizefx/pom.xml b/examples/mvvmfx-synchronizefx/pom.xml index 05366a703..a9d37e904 100644 --- a/examples/mvvmfx-synchronizefx/pom.xml +++ b/examples/mvvmfx-synchronizefx/pom.xml @@ -6,7 +6,7 @@ de.saxsys mvvmFX-examples - 0.4.0-SNAPSHOT + 0.4.0 UTF-8 diff --git a/examples/pom.xml b/examples/pom.xml index 567a798dc..8c25816a2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ de.saxsys mvvmFX-parent - 0.4.0-SNAPSHOT + 0.4.0 mvvmFX-examples diff --git a/mvvmfx-archetype/pom.xml b/mvvmfx-archetype/pom.xml index 11f79cb9d..edfe7f41f 100644 --- a/mvvmfx-archetype/pom.xml +++ b/mvvmfx-archetype/pom.xml @@ -5,7 +5,7 @@ de.saxsys mvvmFX-parent - 0.4.0-SNAPSHOT + 0.4.0 diff --git a/mvvmfx-cdi/README.md b/mvvmfx-cdi/README.md index 13a4d4705..56823f42a 100644 --- a/mvvmfx-cdi/README.md +++ b/mvvmfx-cdi/README.md @@ -10,11 +10,8 @@ To create an application that is powered by CDI / Weld you have to extend `Mvvmf launch(args); } - @Inject - private ViewLoader viewLoader; - @Override - public void start(Stage stage){ + public void startMvvmfx(Stage stage){ // your code to initialize the view. } } diff --git a/mvvmfx-cdi/pom.xml b/mvvmfx-cdi/pom.xml index 0a69355e4..ead57bba2 100644 --- a/mvvmfx-cdi/pom.xml +++ b/mvvmfx-cdi/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmFX-parent - 0.4.0-SNAPSHOT + 0.4.0 mvvmFX-cdi diff --git a/mvvmfx-guice/README.md b/mvvmfx-guice/README.md index 8a5984d5a..719eddc5f 100644 --- a/mvvmfx-guice/README.md +++ b/mvvmfx-guice/README.md @@ -12,18 +12,10 @@ To create an application that is powered by Guice you have to extend `MvvmfxGuic launch(args); } - @Inject - private ViewLoader viewLoader; - @Override public void startMvvmfx(final Stage stage) throws Exception { // your code to initialize the view } - - @Override - public void initGuiceModules(List modules) throws Exception { - // add your guice modules here - } } diff --git a/mvvmfx-guice/pom.xml b/mvvmfx-guice/pom.xml index 8381e8a40..fff11b17f 100644 --- a/mvvmfx-guice/pom.xml +++ b/mvvmfx-guice/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmFX-parent - 0.4.0-SNAPSHOT + 0.4.0 mvvmFX-guice diff --git a/mvvmfx/pom.xml b/mvvmfx/pom.xml index 9f12260d9..dab412744 100644 --- a/mvvmfx/pom.xml +++ b/mvvmfx/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmFX-parent - 0.4.0-SNAPSHOT + 0.4.0 mvvmFX diff --git a/pom.xml b/pom.xml index 5b40b94c6..a6c46191b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ de.saxsys mvvmFX-parent pom - 0.4.0-SNAPSHOT + 0.4.0 mvvmFX parent Application Framework for MVVM with JavaFX. http://www.saxsys.de