Skip to content

Commit

Permalink
chore: prepare for next development iteration v6.1.0 (#285)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update NEWS

* [maven-release-plugin] prepare branch release/v6.0

* [maven-release-plugin] prepare for next development iteration

* Update to snapshots
  • Loading branch information
psmagin authored Oct 30, 2024
1 parent 14f39ac commit 51b5a88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v6.0.0 In Progress
## v6.0.0 2024-10-30
### Breaking changes
* Remove `notes.domain.all` permission
* Rename `notes.collection.get.by.status` permission to `note.links.collection.get`
Expand All @@ -12,6 +12,12 @@
### Tech Dept
* Review and cleanup permissions ([MODNOTES-269](https://folio-org.atlassian.net/browse/MODNOTES-269))

### Dependencies
* Bump `spring-boot` from `3.2.3` to `3.3.5`
* Bump `folio-spring-support` from `8.1.0` to `8.2.0`
* Bump `jsoup` from `1.17.2` to `1.18.1`
* Bump `lombok` from `1.18.30` to `1.18.34`

## v5.2.0 2024-03-18
### Dependencies
* Bump `spring-boot` from `3.1.1` to `3.2.3`
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.folio</groupId>
<artifactId>mod-notes</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -26,10 +26,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<folio-spring-support.version>8.2.0</folio-spring-support.version>
<folio-spring-support.version>8.3.0-SNAPSHOT</folio-spring-support.version>
<mapstruct.version>1.6.2</mapstruct.version>
<jsoup.version>1.18.1</jsoup.version>
<lombok.version>1.18.30</lombok.version>
<lombok.version>1.18.34</lombok.version>

<!-- Plugin properties-->
<openapi.input.file>${project.basedir}/src/main/resources/swagger.api/notes.yml</openapi.input.file>
Expand Down

0 comments on commit 51b5a88

Please sign in to comment.