Skip to content

Commit

Permalink
Stage vor 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sialcasa committed Jan 7, 2014
1 parent fa1bfec commit bb36697
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.1</version>
<version>0.1.2-SNAPSHOT</version>
</parent>

<artifactId>mvvmFX-cdi</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions 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.1</version>
<version>0.1.2-SNAPSHOT</version>
</parent>

<artifactId>mvvmFX-guice</artifactId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

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.1</version>
<version>0.1.2-SNAPSHOT</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.1</version>
<version>0.1.2-SNAPSHOT</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 bb36697

Please sign in to comment.