File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/main/java/org/graylog/aws/plugin Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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" : [
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" ,
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 }
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments