Skip to content

Commit a752ac4

Browse files
author
Lennart Koopmann
committed
fix 2.1.1 compat
1 parent 1c99528 commit a752ac4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"url": "https://github.com/graylog-plugin-aws"
88
},
99
"scripts": {
10-
"start": "./node_modules/.bin/webpack-dev-server",
1110
"build": "./node_modules/.bin/webpack"
1211
},
1312
"keywords": [
@@ -36,7 +35,7 @@
3635
"eslint-config-graylog": "^1.0.0",
3736
"eslint-loader": "^1.0.0",
3837
"estraverse-fb": "^1.3.1",
39-
"file-loader": "^0.8.4",
38+
"file-loader": "^0.9.0",
4039
"graylog-web-plugin": "latest",
4140
"graylog-web-manifests": "latest",
4241
"json-loader": "^0.5.4",
@@ -45,7 +44,7 @@
4544
"react-hot-loader": "^1.3.0",
4645
"react-proxy-loader": "^0.3.4",
4746
"style-loader": "^0.13.0",
48-
"ts-loader": "^0.8.0",
47+
"ts-loader": "^0.8.2",
4948
"url-loader": "^0.5.6",
5049
"webpack": "^1.12.2"
5150
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.graylog.plugins</groupId>
99
<artifactId>graylog-plugin-aws</artifactId>
10-
<version>1.0.1-SNAPSHOT</version>
10+
<version>1.1.1-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>${project.artifactId}</name>

src/main/java/org/graylog/aws/plugin/AWSPluginMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public URI getURL() {
3232

3333
@Override
3434
public Version getVersion() {
35-
return new Version(1, 0, 0);
35+
return new Version(1, 1, 0);
3636
}
3737

3838
@Override

0 commit comments

Comments
 (0)