Skip to content

Commit

Permalink
Merge pull request #287 from olofsvensson/issue_285
Browse files Browse the repository at this point in the history
Issue 285
  • Loading branch information
olofsvensson authored May 2, 2018
2 parents d9762b0 + 3416361 commit 6854dce
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ispyb-bcr-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.5.4</version>
<version>5.5.5</version>
</parent>
<artifactId>ispyb-bcr-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-bcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.5.4</version>
<version>5.5.5</version>

</parent>
<artifactId>ispyb-bcr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.5.4</version>
<version>5.5.5</version>
</parent>
<artifactId>ispyb-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.5.4</version>
<version>5.5.5</version>

</parent>
<artifactId>ispyb-ejb3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ejb/src/main/java/ispyb/common/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ public static String getSAXSBeamline() {
// public static final String[] LIST_EXPERIMENT_KIND_ESRF = { "Default", "MXPressE", "MXPressO", "MXPressE_SAD", "MXScore", "MXPressM","OSC", "SAD",
// "MAD", "Fixed", "Ligand binding", "Refinement", "MAD - Inverse Beam", "SAD - Inverse Beam" };

public static final String[] LIST_EXPERIMENT_KIND_ESRF = { "Default", "MXPressE", "MXPressO", "MXPressI", "MXPressE_SAD", "MXScore", "MXPressM", "MXPressP", "MXPressP_SAD" };
public static final String[] LIST_EXPERIMENT_KIND_ESRF = { "Default", "MXPressE", "MXPressO", "MXPressF", "MXPressI", "MXPressE_SAD", "MXScore", "MXPressM", "MXPressP", "MXPressP_SAD" };


public static final String[] LIST_EXPERIMENT_KIND = (SITE_IS_ESRF()) ? LIST_EXPERIMENT_KIND_ESRF : LIST_EXPERIMENT_KIND_MAXIV;
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.5.4</version>
<version>5.5.5</version>
</parent>

<artifactId>ispyb-ui</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions ispyb-ui/src/main/webapp/help/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
**************
* 02.05.2018 *
**************

- fixes issue #285

New TAG : 5.5.5


**************
* 27.02.2018 *
**************
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.5.4</version>
<version>5.5.5</version>
</parent>
<artifactId>ispyb-ws</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.5.4</version>
<version>5.5.5</version>

<packaging>pom</packaging>
<modules>
Expand Down

0 comments on commit 6854dce

Please sign in to comment.