release version 1.12.0

This commit is contained in:
2026-02-18 23:32:39 +03:00
parent 24ce86f470
commit 5d0e27b3e2
2858 changed files with 18366 additions and 113588 deletions

View File

@@ -0,0 +1,37 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ru.entaxy.platform.modules.data</groupId>
<artifactId>cache-management</artifactId>
<version>1.12.0</version>
</parent>
<groupId>ru.entaxy.platform.modules.data.cache-management</groupId>
<artifactId>cache-ignite-management</artifactId>
<packaging>bundle</packaging>
<name>ENTAXY :: PLATFORM :: MODULES :: DATA-MAPPER :: IGNITE CACHE MANAGEMENT</name>
<description>ENTAXY :: PLATFORM :: MODULES :: DATA-MAPPER :: IGNITE CACHE MANAGEMENT</description>
<properties>
<bundle.osgi.export.pkg>
ru.entaxy.platform.modules.data.cache.ignite.management
</bundle.osgi.export.pkg>
<bundle.osgi.private.pkg>
ru.entaxy.platform.modules.data.cache.ignite.management.impl
</bundle.osgi.private.pkg>
</properties>
<dependencies>
<dependency>
<groupId>ru.entaxy.platform.modules.data</groupId>
<artifactId>data-management</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ignite</artifactId>
<version>${camel.version}-ENTAXY</version>
</dependency>
</dependencies>
</project>