Skip to content

Commit

Permalink
Merge pull request #268 from folio-org/CIRCSTORE-254-release-12-1-2
Browse files Browse the repository at this point in the history
Release 12.1.2 CIRCSTORE-254
  • Loading branch information
marcjohnson-kint authored Nov 6, 2020
2 parents d42f2f2 + c327523 commit 3dc34c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 12.1.2 2020-11-06

* Uses an advisory lock when revoking privileges during upgrade (CIRCSTORE-252, RMB-750)
* Upgrades to RAML Module Builder 31.1.5 (CIRCSTORE-252)

## 12.1.1 2020-10-29

* Upgrade to RMB 31.1.4 and Vert.x 3.9.4 (CIRCSTORE-249), most notable fixes:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mod-circulation-storage</artifactId>
<groupId>org.folio</groupId>
<version>12.1.2-SNAPSHOT</version>
<version>12.1.3-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down Expand Up @@ -120,7 +120,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<ramlfiles_path>${basedir}/ramls</ramlfiles_path>
<raml-module-builder-version>31.1.4</raml-module-builder-version>
<raml-module-builder-version>31.1.5</raml-module-builder-version>
<vertx-version>3.9.4</vertx-version>
<lombok.version>1.18.12</lombok.version>
<spring.version>5.2.7.RELEASE</spring.version>
Expand Down

0 comments on commit 3dc34c4

Please sign in to comment.