upgraded to zmq version of xscan
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.0_zmq</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.application</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.0_zmq</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.module</artifactId>
|
||||
@@ -117,7 +117,7 @@
|
||||
<dependency>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda</artifactId>
|
||||
<version>2.5.0</version>
|
||||
<version>2.5.0_zmq</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
CTL_MainWindow_Title=FDA 3.5.0
|
||||
CTL_MainWindow_Title_No_Project=FDA 3.5.0
|
||||
CTL_MainWindow_Title=FDA 3.5.0 ZMQ
|
||||
CTL_MainWindow_Title_No_Project=FDA 3.5.0 ZMQ
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.0_zmq</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>ch.psi.fda.ui.parent</name>
|
||||
@@ -54,12 +54,12 @@
|
||||
<snapshotRepository>
|
||||
<id>i.snapshots</id>
|
||||
<name>Artifactory Snapshots</name>
|
||||
<url>http://yoke/artifactory/libs-snapshots-local</url>
|
||||
<url>http://artifacts.psi.ch/artifactory/libs-snapshots-local</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>i.releases</id>
|
||||
<name>Atrifactory Releases</name>
|
||||
<url>http://yoke/artifactory/libs-releases-local</url>
|
||||
<url>http://artifacts.psi.ch/artifactory/libs-releases-local</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user