pom.xml (graylog2-server-4.0.4) | : | pom.xml (graylog2-server-4.0.5) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
along with this program. If not, see | along with this program. If not, see | |||
<http://www.mongodb.com/licensing/server-side-public-license>. | <http://www.mongodb.com/licensing/server-side-public-license>. | |||
--> | --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" | <project xmlns="http://maven.apache.org/POM/4.0.0" | |||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd"> | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd"> | |||
<parent> | <parent> | |||
<groupId>org.graylog.plugins</groupId> | <groupId>org.graylog.plugins</groupId> | |||
<artifactId>graylog-plugin-parent</artifactId> | <artifactId>graylog-plugin-parent</artifactId> | |||
<version>4.0.4</version> | <version>4.0.5</version> | |||
<relativePath>../graylog-plugin-parent</relativePath> | <relativePath>../graylog-plugin-parent</relativePath> | |||
</parent> | </parent> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<groupId>org.graylog</groupId> | <groupId>org.graylog</groupId> | |||
<artifactId>graylog-storage-elasticsearch7</artifactId> | <artifactId>graylog-storage-elasticsearch7</artifactId> | |||
<name>graylog-storage-elasticsearch7</name> | <name>graylog-storage-elasticsearch7</name> | |||
<description>Graylog Storage Module for Elasticsearch 7</description> | <description>Graylog Storage Module for Elasticsearch 7</description> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |