Skip to content

Commit

Permalink
MODSENDER-62 - Poppy release (folio-org#54)
Browse files Browse the repository at this point in the history
* MODSENDER-62 Upgrading interface dependency version

* MODSENDER-62 Update NEWS

* [maven-release-plugin] prepare release v1.11.0

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
Vignesh-kalyanasundaram authored Oct 11, 2023
1 parent 1edc1a4 commit fbeb791
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2023-10-11 v1.11.0
* Logging improvement (MODSENDER-48)
* Update copyright year (FOLIO-1021)
* Use GitHub Workflows api-lint and api-schema-lint and api-doc (FOLIO-3678)
* Update to Java 17 (MODSENDER-61)

## 2023-02-23 v1.10.0
* Logging improvement - added log4j configuration (MODSENDER-57)

Expand Down
4 changes: 2 additions & 2 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"requires": [
{
"id" : "users",
"version" : "15.0 16.0"
"version" : "16.0"
},
{
"id" : "email",
"version" : "1.0"
"version" : "1.1"
}
],
"provides": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>mod-sender</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.1-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit fbeb791

Please sign in to comment.