Skip to content

Commit

Permalink
Bump to 4.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Morton committed Nov 10, 2020
1 parent acadf28 commit 25f205b
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-aws",
"version": "4.0.0-SNAPSHOT",
"version": "4.1.0-SNAPSHOT",
"description": "Graylog plugins to integrate with different AWS services like CloudTrail and FlowLogs",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-web-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../graylog2-server/graylog-plugin-parent/graylog-plugin-web-parent</relativePath>
</parent>

<artifactId>graylog-plugin-aws</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -33,7 +33,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.1.0-SNAPSHOT</graylog.version>
<aws-java-sdk.version>1.11.587</aws-java-sdk.version>
<aws-kinesis-client.version>1.10.0</aws-kinesis-client.version>
</properties>
Expand Down

0 comments on commit 25f205b

Please sign in to comment.