Skip to content

Commit

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

* Update NEWS

* [maven-release-plugin] prepare branch release/v3.1

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

* Update to snapshots
  • Loading branch information
psmagin authored Nov 1, 2024
1 parent 32502b4 commit 2f9ac09
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
28 changes: 22 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
## v3.1.0 YYYY-mm-DD - In progress
## v3.2.0 YYYY-mm-DD
### Breaking changes
* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE))

### New APIs versions
* Provides `API_NAME vX.Y`
* Requires `API_NAME vX.Y`

### Features
* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE))

### Bug fixes
* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE))

### Tech Dept
* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE))

### Dependencies
* Bump `LIB_NAME` from `OLD_VERSION` to `NEW_VERSION`
* Add `LIB_NAME VERSION`
* Remove `LIB_NAME`

---

## v3.1.0 2024-11-01

### New APIs versions
* Requires `instance-storage v10.0 or v11.0`

### Features
Expand All @@ -21,11 +42,6 @@
### Tech Dept
* Fix issue that causes repeated update of same entity with latest Hibernate versions ([MODELINKS-237](https://issues.folio.org/browse/MODELINKS-227))

### Dependencies
* Bump `LIB_NAME` from `OLD_VERSION` to `NEW_VERSION`
* Add `LIB_NAME` `VERSION`
* Remove `LIB_NAME`

## v3.0.0 2024-03-19
### Breaking changes
* Delete PUT endpoint from authority-source-files api([MODELINKS-161](https://issues.folio.org/browse/MODELINKS-161))
Expand Down
12 changes: 6 additions & 6 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-entities-links</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<description>Module for storing and processing links between entities</description>
<packaging>jar</packaging>

Expand All @@ -25,11 +25,11 @@
src/main/java/org/folio/entlinks/model/**
</sonar.exclusions>

<folio-spring-support.version>8.2.0</folio-spring-support.version>
<folio-service-tools.version>4.1.0</folio-service-tools.version>
<folio-s3-client.version>2.2.0-SNAPSHOT</folio-s3-client.version>
<mod-record-specifications-dto.version>1.0.0-SNAPSHOT</mod-record-specifications-dto.version>
<aws-sdk-java.version>2.29.2</aws-sdk-java.version>
<folio-spring-support.version>8.3.0-SNAPSHOT</folio-spring-support.version>
<folio-service-tools.version>4.2.0-SNAPSHOT</folio-service-tools.version>
<folio-s3-client.version>2.3.0-SNAPSHOT</folio-s3-client.version>
<mod-record-specifications-dto.version>1.1.0-SNAPSHOT</mod-record-specifications-dto.version>
<aws-sdk-java.version>2.29.5</aws-sdk-java.version>
<mapstruct.version>1.6.2</mapstruct.version>
<lombok.mapstruct-binding.version>0.2.0</lombok.mapstruct-binding.version>
<marc4j.version>2.9.6</marc4j.version>
Expand Down

0 comments on commit 2f9ac09

Please sign in to comment.