Updated version to 3.0.0
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user