Fixed bug in chained manipulations

This commit is contained in:
2014-09-04 09:16:49 +02:00
parent 19f0db668a
commit 2c953786d1
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
</parent>
<artifactId>fda.ui.application</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>3.1.4</version>
<version>3.1.5</version>
</parent>
<artifactId>fda.ui.module</artifactId>
@@ -117,7 +117,7 @@
<dependency>
<groupId>ch.psi</groupId>
<artifactId>fda</artifactId>
<version>2.4.6</version>
<version>2.4.7</version>
</dependency>
<dependency>

View File

@@ -1,2 +1,2 @@
CTL_MainWindow_Title=FDA 3.1.4
CTL_MainWindow_Title_No_Project=FDA 3.1.4
CTL_MainWindow_Title=FDA 3.1.5
CTL_MainWindow_Title_No_Project=FDA 3.1.5

View File

@@ -4,7 +4,7 @@
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
<packaging>pom</packaging>
<name>ch.psi.fda.ui.parent</name>