pom.xml (graylog2-server-4.0.4) | : | pom.xml (graylog2-server-4.0.5) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
You should have received a copy of the Server Side Public License | You should have received a copy of the Server Side Public License | |||
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" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/xsd/maven-4.0.0.xsd"> | <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 h ttp://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.graylog</groupId> | <groupId>org.graylog</groupId> | |||
<artifactId>graylog-project-parent</artifactId> | <artifactId>graylog-project-parent</artifactId> | |||
<version>4.0.4</version> | <version>4.0.5</version> | |||
<relativePath>../graylog-project-parent</relativePath> | <relativePath>../graylog-project-parent</relativePath> | |||
</parent> | </parent> | |||
<groupId>org.graylog2</groupId> | <groupId>org.graylog2</groupId> | |||
<artifactId>graylog2-server</artifactId> | <artifactId>graylog2-server</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Graylog</name> | <name>Graylog</name> | |||
<description>Graylog</description> | <description>Graylog</description> | |||
<inceptionYear>2012</inceptionYear> | <inceptionYear>2012</inceptionYear> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |