Skip to content

Commit

Permalink
Update version and history.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed May 9, 2022
1 parent 44f3583 commit 243279d
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 30 deletions.
20 changes: 12 additions & 8 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
2.2.1 09/05/2022
================
* Fix bug on notification service throwing an error when an adapter is not enabled

2.2.0 23/03/2022
================
* Update the instance creation and deletion scripts (used for testing cloud providers)
* Add database migration scripts for use with dbmate (include in Docker container too)
* Fix some OpenStack issues by accepting case-insensitive headers
* Modify system notifications to allow them to be re-used (activate/deactivate) and soft delete
* Add UID to Instance model to be used in client routes and server REST API
* Update library dependencies
* Fix email template typo
* Ensure HTTP client requests and responses are closed correctly
* Update the instance creation and deletion scripts (used for testing cloud providers)
* Add database migration scripts for use with dbmate (include in Docker container too)
* Fix some OpenStack issues by accepting case-insensitive headers
* Modify system notifications to allow them to be re-used (activate/deactivate) and soft delete
* Add UID to Instance model to be used in client routes and server REST API
* Update library dependencies
* Fix email template typo
* Ensure HTTP client requests and responses are closed correctly

2.1.1 26/11/2021
================
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 @@

<groupId>eu.ill.visa</groupId>
<artifactId>api</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<modules>
<module>visa-app</module>
<module>visa-business</module>
Expand Down
4 changes: 2 additions & 2 deletions visa-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-web</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions visa-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -25,17 +25,17 @@
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-core</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-persistence</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-cloud</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.simplejavamail</groupId>
Expand Down
2 changes: 1 addition & 1 deletion visa-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion visa-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions visa-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-core</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
Expand Down
4 changes: 2 additions & 2 deletions visa-remote-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-business</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.guacamole</groupId>
Expand Down
4 changes: 2 additions & 2 deletions visa-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-business</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<!-- Module specific dependencies -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions visa-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>visa-security</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-business</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<!-- Module specific dependencies -->
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions visa-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>eu.ill.visa</groupId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,22 +26,22 @@
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-business</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-security</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-scheduler</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>eu.ill.visa</groupId>
<artifactId>visa-remote-desktop</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<!-- Dropwizard dependencies -->
<dependency>
Expand Down

0 comments on commit 243279d

Please sign in to comment.