release version 1.10.1

This commit is contained in:
2024-12-14 04:43:11 +03:00
parent 3aeb55a9d8
commit 65a24a63b0
205 changed files with 208 additions and 208 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.platform</groupId>
<artifactId>logging</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</parent>
<groupId>ru.entaxy.platform.logging</groupId>
<artifactId>cef-logger-layout</artifactId>

View File

@@ -131,7 +131,7 @@ public class AuditLayout extends AbstractStringLayout {
put(CEF_VERSION, "0");
put(VENDOR, "EMDEV");
put(PRODUCT, "ENTAXY");
put(VERSION, "1.10.0");
put(VERSION, "1.10.1");
put(EVENT_TYPE, "common");
put(EVENT_NAME, "common event");

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.platform</groupId>
<artifactId>logging</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</parent>
<groupId>ru.entaxy.platform.logging</groupId>
<artifactId>entaxy-audit</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.esb.platform.runtime</groupId>
<artifactId>base</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</parent>
<groupId>ru.entaxy.platform</groupId>
<artifactId>logging</artifactId>