Skip to content

Commit

Permalink
Release version 1.11.1
Browse files Browse the repository at this point in the history
Change-Id: I2eb88cf10d38525b8e80728a4e85fc93b838d420
  • Loading branch information
Emkas committed Oct 17, 2023
1 parent f5ce7f8 commit e7f2f53
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Release notes
=============

1.11.1
-----

*Released on 2023-10-17*

* Change java's runtime in docker (11 -> 17)
* Spring Boot update (2.1.18 -> 2.7.16)
* Pretty XML won't end with empty line
* Disable spring.jpa.open-in-view
* Stop using Apache HttpClient outside tests
* Use Maven Enforcer Plugin (require Maven >= 6.3.0)
* Tests not only extends one class

* Updated other dependencies:
* Pebble (3.1.0 -> 3.1.5)
* text-io (3.3.0 -> 3.4.1)
* commons-io (2.13.0 -> 2.14.0)
* PrettyTime (4.0.6 -> 5.0.7)
* Postcss (8.4.29 -> 8.4.31)
* Frontend Maven Plugin (1.13.4 -> 1.14.0)
* Spotbugs Maven Plugin (4.7.3.5 -> 4.7.3.6)

1.11.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>eu.erasmuswithoutpaper.registry</groupId>
<artifactId>ewp-registry-service</artifactId>
<packaging>jar</packaging>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1-RELEASE</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit e7f2f53

Please sign in to comment.