Skip to content

Commit

Permalink
Performed Release of 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jan 31, 2014
1 parent 7e43ef0 commit 45bad00
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
12 changes: 11 additions & 1 deletion examples/mvvmfx-cdi-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</description>

<properties>
<mvvmfx.version>0.1.3-SNAPSHOT</mvvmfx.version>
<mvvmfx.version>0.1.3</mvvmfx.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down Expand Up @@ -41,6 +41,16 @@
<artifactId>mvvmFX-cdi</artifactId>
<version>${mvvmfx.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se</artifactId>
<version>2.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.6.6</version>
</dependency>

<dependency>
<groupId>de.saxsys</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-complex-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>${mvvmfx.version}</version>
<name>Complex Example</name>
<properties>
<mvvmfx.version>0.1.3-SNAPSHOT</mvvmfx.version>
<mvvmfx.version>0.1.3</mvvmfx.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/mvvmfx-guice-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This example shows the usage of the mvvmFX framework with Guice Dependency Injection.
</description>
<properties>
<mvvmfx.version>0.1.3-SNAPSHOT</mvvmfx.version>
<mvvmfx.version>0.1.3</mvvmfx.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion mvvmfx-parent/mvvmfx-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>mvvmFX-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mvvmfx-parent/mvvmfx-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>mvvmFX-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mvvmfx-parent/mvvmfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>mvvmFX</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mvvmfx-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<name>mvvmFX parent</name>
<description>Application Framework for MVVM with JavaFX.</description>
<url>http://www.saxsys.de</url>
Expand Down

0 comments on commit 45bad00

Please sign in to comment.