Skip to content

Commit

Permalink
release v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciusji committed Feb 11, 2023
1 parent 9b393e7 commit c9816d1
Show file tree
Hide file tree
Showing 6,320 changed files with 46 additions and 42 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ dependency-reduced-pom.xml
/plugin/
*_gl2plugin.jar


/docker/leonalog/leona/plugin/graylog-storage-elasticsearch7-4.4.0-SNAPSHOT.jar
/docker/leonalog/leona/leona-server-4.4.1-SNAPSHOT-shaded.jar

*.iml
*.ipr
*.iws
Expand Down
6 changes: 3 additions & 3 deletions distribution/src/main/assembly/graylog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</fileSets>
<files>
<file>
<source>${project.basedir}/../graylog2-server/target/graylog2-server-${project.version}-shaded.jar</source>
<source>${project.basedir}/../log2-server/target/graylog2-server-${project.version}-shaded.jar</source>
<destName>graylog.jar</destName>
<outputDirectory>.</outputDirectory>
</file>
Expand All @@ -51,11 +51,11 @@
<outputDirectory>.</outputDirectory>
</file>
<file>
<source>${project.basedir}/../graylog-storage-elasticsearch6/target/graylog-storage-elasticsearch6-${project.version}.jar</source>
<source>${project.basedir}/../log-storage-elasticsearch6/target/graylog-storage-elasticsearch6-${project.version}.jar</source>
<outputDirectory>plugin/</outputDirectory>
</file>
<file>
<source>${project.basedir}/../graylog-storage-elasticsearch7/target/graylog-storage-elasticsearch7-${project.version}.jar</source>
<source>${project.basedir}/../log-storage-elasticsearch7/target/graylog-storage-elasticsearch7-${project.version}.jar</source>
<outputDirectory>plugin/</outputDirectory>
</file>
</files>
Expand Down
2 changes: 1 addition & 1 deletion full-backend-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>4.4.1-SNAPSHOT</version>
<relativePath>../graylog-project-parent</relativePath>
<relativePath>../log-project-parent</relativePath>
</parent>

<artifactId>full-backend-tests</artifactId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>4.4.1-SNAPSHOT</version>
<relativePath>../graylog-project-parent</relativePath>
<relativePath>../log-project-parent</relativePath>
</parent>

<artifactId>graylog-plugin-archetype</artifactId>
<name>graylog-plugin-archetype</name>
<name>log-plugin-archetype</name>
<url>https://www.graylog.org/</url>
<packaging>maven-archetype</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</requiredProperty>

<requiredProperty key="serverCheckoutPath">
<defaultValue>../graylog2-server</defaultValue>
<defaultValue>../log2-server</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-web-parent</artifactId>
<version>3.0.0-alpha.3-SNAPSHOT</version>
<relativePath>${serverCheckoutPath}/graylog-plugin-parent/graylog-plugin-web-parent</relativePath>
<relativePath>${serverCheckoutPath}/log-plugin-parent/log-plugin-web-parent</relativePath>
</parent>

<groupId>${groupId}</groupId>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<modules>
<module>../graylog2-server</module>
<module>../log2-server</module>
<module>../full-backend-tests</module>
</modules>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-parent</artifactId>
<version>4.4.1-SNAPSHOT</version>
<relativePath>../graylog-plugin-parent</relativePath>
<relativePath>../log-plugin-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

<groupId>org.graylog</groupId>
<artifactId>graylog-storage-elasticsearch6</artifactId>
<name>graylog-storage-elasticsearch6</name>
<name>log-storage-elasticsearch6</name>
<description>Graylog Storage Module for Elasticsearch 6</description>

<properties>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-parent</artifactId>
<version>4.4.1-SNAPSHOT</version>
<relativePath>../graylog-plugin-parent</relativePath>
<relativePath>../log-plugin-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

<groupId>org.graylog</groupId>
<artifactId>graylog-storage-elasticsearch7</artifactId>
<name>graylog-storage-elasticsearch7</name>
<name>log-storage-elasticsearch7</name>
<description>Graylog Storage Module for Elasticsearch 7</description>

<properties>
Expand Down
8 changes: 4 additions & 4 deletions graylog2-server/pom.xml → log2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>4.4.1-SNAPSHOT</version>
<relativePath>../graylog-project-parent</relativePath>
<relativePath>../log-project-parent</relativePath>
</parent>

<groupId>org.graylog2</groupId>
<artifactId>graylog2-server</artifactId>
<packaging>jar</packaging>
<name>Graylog</name>
<description>Graylog</description>
<name>LeonaLog</name>
<description>LeonaLog</description>

<inceptionYear>2012</inceptionYear>

Expand All @@ -57,7 +57,7 @@

<properties>
<mainClass>org.graylog2.bootstrap.Main</mainClass>
<webInterface.path>../graylog2-web-interface</webInterface.path>
<webInterface.path>../log2-web-interface</webInterface.path>
<skip.web.build>false</skip.web.build>

<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
Expand Down
Loading

0 comments on commit c9816d1

Please sign in to comment.