Updated version to 3.0.0

This commit is contained in:
2014-07-29 11:53:14 +02:00
parent d11c873fa4
commit 9a00e312ec
5 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ In the ch.psi.fda Eclipse project
* Run goal: `clean deploy`
* Change version in pom.xml (add -SNAPSHOT)
In fda.ui.ee (Netbeans) project
In ch.psi.fda.ui.module (Netbeans) project
* Change used ch.psi.fda version in `fda.ui.module` project pom (section dependencies) to the version you compiled and deployed before
* Change project version in pom.xml of all projects:
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>2.0.1</version>
<version>3.0.0</version>
</parent>
<artifactId>fda.ui.application</artifactId>
+1 -11
View File
@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>2.0.1</version>
<version>3.0.0</version>
</parent>
<artifactId>fda.ui.module</artifactId>
@@ -119,16 +119,6 @@
<artifactId>fda</artifactId>
<version>2.4.2</version>
</dependency>
<!-- <dependency>
<groupId>ch.psi</groupId>
<artifactId>ch.psi.fda.cdump</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>ch.psi</groupId>
<artifactId>ch.psi.fda.fdaq</artifactId>
<version>2.3.0</version>
</dependency>-->
<dependency>
<groupId>junit</groupId>
@@ -1,2 +1,2 @@
CTL_MainWindow_Title=FDA 2.0.1
CTL_MainWindow_Title_No_Project=FDA 2.0.1
CTL_MainWindow_Title=FDA 3.0.0
CTL_MainWindow_Title_No_Project=FDA 3.0.0
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>2.0.1</version>
<version>3.0.0</version>
<packaging>pom</packaging>
<name>ch.psi.fda.ui.parent</name>