Skip to content

Commit 24fc4bb

Browse files
committed
Update history and version
1 parent efa3c93 commit 24fc4bb

14 files changed

Lines changed: 38 additions & 32 deletions

File tree

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.7.0 08/12/2025
2+
================
3+
- Add flavour future availabilities and totals to Admin GraphQL Endpoints
4+
- Retrieve instances associated to each hypervisor
5+
- Add extra hypervisor data to Admin GraphQL endpoints
6+
17
3.6.0 17/11/2025
28
================
39
* Notify via redis load-balanced servers when cloud client configuration changes

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>eu.ill.visa</groupId>
77
<artifactId>api</artifactId>
8-
<version>3.6.0</version>
8+
<version>3.7.0</version>
99

1010
<modules>
1111
<module>visa-core</module>

visa-app/pom.xml

Lines changed: 6 additions & 6 deletions
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>3.6.0</version>
8+
<version>3.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -32,27 +32,27 @@
3232
<dependency>
3333
<groupId>eu.ill.visa</groupId>
3434
<artifactId>visa-web-rest</artifactId>
35-
<version>3.6.0</version>
35+
<version>3.7.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>eu.ill.visa</groupId>
3939
<artifactId>visa-web-graphql</artifactId>
40-
<version>3.6.0</version>
40+
<version>3.7.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>eu.ill.visa</groupId>
4444
<artifactId>visa-web-gateway</artifactId>
45-
<version>3.6.0</version>
45+
<version>3.7.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>eu.ill.visa</groupId>
4949
<artifactId>visa-remote-desktop</artifactId>
50-
<version>3.6.0</version>
50+
<version>3.7.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>eu.ill.visa</groupId>
5454
<artifactId>visa-scheduler</artifactId>
55-
<version>3.6.0</version>
55+
<version>3.7.0</version>
5656
</dependency>
5757
</dependencies>
5858

visa-business/pom.xml

Lines changed: 4 additions & 4 deletions
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>3.6.0</version>
8+
<version>3.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -22,17 +22,17 @@
2222
<dependency>
2323
<groupId>eu.ill.visa</groupId>
2424
<artifactId>visa-persistence</artifactId>
25-
<version>3.6.0</version>
25+
<version>3.7.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>eu.ill.visa</groupId>
2929
<artifactId>visa-cloud</artifactId>
30-
<version>3.6.0</version>
30+
<version>3.7.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>eu.ill.visa</groupId>
3434
<artifactId>visa-message-broker</artifactId>
35-
<version>3.6.0</version>
35+
<version>3.7.0</version>
3636
</dependency>
3737

3838
<dependency>

visa-cloud/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.6.0</version>
8+
<version>3.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

visa-core/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.6.0</version>
8+
<version>3.7.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

visa-message-broker/pom.xml

Lines changed: 2 additions & 2 deletions
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>3.6.0</version>
8+
<version>3.7.0</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-core</artifactId>
21-
<version>3.6.0</version>
21+
<version>3.7.0</version>
2222
</dependency>
2323

2424
<dependency>

visa-persistence/pom.xml

Lines changed: 2 additions & 2 deletions
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>3.6.0</version>
8+
<version>3.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>eu.ill.visa</groupId>
1919
<artifactId>visa-core</artifactId>
20-
<version>3.6.0</version>
20+
<version>3.7.0</version>
2121
</dependency>
2222
</dependencies>
2323

visa-remote-desktop/pom.xml

Lines changed: 2 additions & 2 deletions
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>3.6.0</version>
8+
<version>3.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>eu.ill.visa</groupId>
2222
<artifactId>visa-business</artifactId>
23-
<version>3.6.0</version>
23+
<version>3.7.0</version>
2424
</dependency>
2525

2626
<dependency>

visa-scheduler/pom.xml

Lines changed: 2 additions & 2 deletions
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>3.6.0</version>
8+
<version>3.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>eu.ill.visa</groupId>
1717
<artifactId>visa-business</artifactId>
18-
<version>3.6.0</version>
18+
<version>3.7.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)