mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This enhancement allows consumer plugins to configure event notifications from the licensing plugin relative to its license expiry. Original commit: elastic/x-pack-elasticsearch@11b53dd78d
17 lines
673 B
XML
17 lines
673 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<parent>
|
|
<artifactId>elasticsearch-license</artifactId>
|
|
<groupId>org.elasticsearch</groupId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>elasticsearch-license-core-shaded</artifactId>
|
|
|
|
<properties>
|
|
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
|
|
</properties>
|
|
</project> |