Skip to content

Commit

Permalink
Bump to 4.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfz0r committed Mar 30, 2022
1 parent 9865788 commit 1913b07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graylog-plugin-integrations",
"version": "4.0.0-SNAPSHOT",
"version": "4.4.0-SNAPSHOT",
"description": "",
"license": "SSPL-1.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-web-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../graylog2-server/graylog-plugin-parent/graylog-plugin-web-parent</relativePath>
</parent>

<artifactId>graylog-plugin-integrations</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -49,7 +49,7 @@
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.site.skip>true</maven.site.skip>
<graylog.version>4.0.0-SNAPSHOT</graylog.version>
<graylog.version>4.4.0-SNAPSHOT</graylog.version>
<aws-java-sdk-2.version>2.17.77</aws-java-sdk-2.version>
<aws-kinesis-client.version>2.2.10</aws-kinesis-client.version>
<integrations.protobuf.version>3.11.1</integrations.protobuf.version>
Expand Down

0 comments on commit 1913b07

Please sign in to comment.