diff --git a/Readme.md b/Readme.md index 2d80693..8b7072a 100644 --- a/Readme.md +++ b/Readme.md @@ -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: diff --git a/fda.ui.application/pom.xml b/fda.ui.application/pom.xml index 2bf88b8..d9312b3 100644 --- a/fda.ui.application/pom.xml +++ b/fda.ui.application/pom.xml @@ -5,7 +5,7 @@ ch.psi fda.ui - 2.0.1 + 3.0.0 fda.ui.application diff --git a/fda.ui.module/pom.xml b/fda.ui.module/pom.xml index 109e4fc..e9b4d72 100644 --- a/fda.ui.module/pom.xml +++ b/fda.ui.module/pom.xml @@ -4,7 +4,7 @@ fda.ui ch.psi - 2.0.1 + 3.0.0 fda.ui.module @@ -119,16 +119,6 @@ fda 2.4.2 - junit diff --git a/fda.ui.module/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties b/fda.ui.module/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties index 8a86750..319c00d 100644 --- a/fda.ui.module/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties +++ b/fda.ui.module/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties @@ -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 diff --git a/pom.xml b/pom.xml index fb680e0..6d6bbc5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ch.psi fda.ui - 2.0.1 + 3.0.0 pom ch.psi.fda.ui.parent