Fixed bugs on MatrixPlotArray 7 LinePlotArray
This commit is contained in:
@@ -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>
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user