Fixed bugs on MatrixPlotArray 7 LinePlotArray

This commit is contained in:
2014-08-22 09:25:37 +02:00
parent 4e363ea179
commit 37fb752682
2 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>3.1.1</version>
<version>3.1.2</version>
</parent>
<artifactId>fda.ui.module</artifactId>
@@ -117,7 +117,7 @@
<dependency>
<groupId>ch.psi</groupId>
<artifactId>fda</artifactId>
<version>2.4.4</version>
<version>2.4.5</version>
</dependency>
<dependency>
@@ -127,6 +127,11 @@
<scope>test</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>plot</artifactId>
<version>2.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -1,2 +1,2 @@
CTL_MainWindow_Title=FDA 3.1.1
CTL_MainWindow_Title_No_Project=FDA 3.1.1
CTL_MainWindow_Title=FDA 3.1.2
CTL_MainWindow_Title_No_Project=FDA 3.1.2