Skip to content

Commit

Permalink
To release 2.10.1 (#179)
Browse files Browse the repository at this point in the history
* MODUAD-199 - pubsub permission changes. (#177)

* pubsub permission changes.

* pubsub permission changes.

* Changes related to audit.pub-sub-handlers.log-record-event.post

* pubsub permission changes.

* pubsub permission changes.

---------

Co-authored-by: Taras_Spashchenko <[email protected]>

* "Update NEWS" NEWS.md

* [maven-release-plugin] prepare release v2.10.1

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

---------

Co-authored-by: Taras_Spashchenko <[email protected]>
  • Loading branch information
gurleenkaurbp and TarasSpashchenko authored Nov 19, 2024
1 parent 727953c commit 331cc69
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.10.1 2024-11-19

* [MODAUD-199](https://folio-org.atlassian.net/browse/MODAUD-199) - Make pubsub permission changes.


## 2.10.0 2024-10-30

* [MODAUD-185](https://folio-org.atlassian.net/browse/MODAUD-185) - Unpin jackson fixing Number Parse DoS (PRISMA-2023-0067)
Expand Down
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"methods": ["POST"],
"pathPattern": "/audit/handlers/log-record",
"permissionsRequired": [
"pubsub.events.post"
"audit.pub-sub-handlers.log-record-event.post"
],
"modulePermissions": [
"users.item.get",
Expand Down
4 changes: 2 additions & 2 deletions mod-audit-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mod-audit-server</artifactId>
<version>2.10.1-SNAPSHOT</version>
<version>2.10.2-SNAPSHOT</version>
<packaging>jar</packaging>

<parent>
<artifactId>mod-audit</artifactId>
<groupId>org.folio</groupId>
<version>2.10.1-SNAPSHOT</version>
<version>2.10.2-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
16 changes: 15 additions & 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-audit</artifactId>
<version>2.10.1-SNAPSHOT</version>
<version>2.10.2-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -29,6 +29,7 @@
<main.basedir>${project.basedir}</main.basedir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<folio-module-descriptor-validator.version>1.0.1</folio-module-descriptor-validator.version>
<argLine />
</properties>

Expand Down Expand Up @@ -182,6 +183,19 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.folio</groupId>
<artifactId>folio-module-descriptor-validator</artifactId>
<version>${folio-module-descriptor-validator.version}</version>
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 331cc69

Please sign in to comment.