Skip to content

Commit 2df724e

Browse files
committed
Update history and version
1 parent 5989f98 commit 2df724e

File tree

11 files changed

+27
-22
lines changed

11 files changed

+27
-22
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.5.1 23/01/2023
2+
================
3+
* Fix tests
4+
* Fix bug on experiment search failing when ordering by instrument or proposal identifier.
5+
16
2.5.0 20/12/2022
27
================
38
* Check whether visa is in open-data mode before sending back all the members of the proposals: empty the list of the user is not part of the original proposal.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>eu.ill.visa</groupId>
66
<artifactId>api</artifactId>
7-
<version>2.5.0</version>
7+
<version>2.5.1</version>
88
<modules>
99
<module>visa-app</module>
1010
<module>visa-business</module>

visa-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>eu.ill.visa</groupId>
1616
<artifactId>visa-web</artifactId>
17-
<version>2.5.0</version>
17+
<version>2.5.1</version>
1818
</dependency>
1919
</dependencies>
2020
</project>

visa-business/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -25,17 +25,17 @@
2525
<dependency>
2626
<groupId>eu.ill.visa</groupId>
2727
<artifactId>visa-core</artifactId>
28-
<version>2.5.0</version>
28+
<version>2.5.1</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>eu.ill.visa</groupId>
3232
<artifactId>visa-persistence</artifactId>
33-
<version>2.5.0</version>
33+
<version>2.5.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>eu.ill.visa</groupId>
3737
<artifactId>visa-cloud</artifactId>
38-
<version>2.5.0</version>
38+
<version>2.5.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.simplejavamail</groupId>

visa-cloud/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

visa-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

visa-persistence/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>eu.ill.visa</groupId>
2323
<artifactId>visa-core</artifactId>
24-
<version>2.5.0</version>
24+
<version>2.5.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>javax.persistence</groupId>

visa-remote-desktop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>eu.ill.visa</groupId>
2323
<artifactId>visa-business</artifactId>
24-
<version>2.5.0</version>
24+
<version>2.5.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.apache.guacamole</groupId>

visa-scheduler/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>eu.ill.visa</groupId>
2020
<artifactId>visa-business</artifactId>
21-
<version>2.5.0</version>
21+
<version>2.5.1</version>
2222
</dependency>
2323
<!-- Module specific dependencies -->
2424
<dependency>

visa-security/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>visa-security</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>eu.ill.visa</groupId>
1919
<artifactId>visa-business</artifactId>
20-
<version>2.5.0</version>
20+
<version>2.5.1</version>
2121
</dependency>
2222
<!-- Module specific dependencies -->
2323
<dependency>

visa-web/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>api</artifactId>
77
<groupId>eu.ill.visa</groupId>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -26,22 +26,22 @@
2626
<dependency>
2727
<groupId>eu.ill.visa</groupId>
2828
<artifactId>visa-business</artifactId>
29-
<version>2.5.0</version>
29+
<version>2.5.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>eu.ill.visa</groupId>
3333
<artifactId>visa-security</artifactId>
34-
<version>2.5.0</version>
34+
<version>2.5.1</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>eu.ill.visa</groupId>
3838
<artifactId>visa-scheduler</artifactId>
39-
<version>2.5.0</version>
39+
<version>2.5.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>eu.ill.visa</groupId>
4343
<artifactId>visa-remote-desktop</artifactId>
44-
<version>2.5.0</version>
44+
<version>2.5.1</version>
4545
</dependency>
4646
<!-- Dropwizard dependencies -->
4747
<dependency>

0 commit comments

Comments
 (0)