|
11 | 11 | <packaging>jar</packaging> |
12 | 12 |
|
13 | 13 | <name>${project.artifactId}</name> |
14 | | - <description>Graylog ${project.artifactId} plugin.</description> |
| 14 | + <description>Graylog NetFlow plugin.</description> |
15 | 15 | <url>https://www.graylog.org</url> |
16 | 16 | <inceptionYear>2015</inceptionYear> |
17 | 17 |
|
|
53 | 53 | <plugin> |
54 | 54 | <groupId>org.apache.maven.plugins</groupId> |
55 | 55 | <artifactId>maven-shade-plugin</artifactId> |
56 | | - <version>2.3</version> |
| 56 | + <version>2.4.3</version> |
57 | 57 | <configuration> |
58 | 58 | <minimizeJar>false</minimizeJar> |
59 | 59 | </configuration> |
|
104 | 104 | <plugin> |
105 | 105 | <groupId>org.apache.maven.plugins</groupId> |
106 | 106 | <artifactId>maven-release-plugin</artifactId> |
107 | | - <version>2.5.2</version> |
| 107 | + <version>2.5.3</version> |
108 | 108 | <configuration> |
109 | 109 | <autoVersionSubmodules>true</autoVersionSubmodules> |
110 | 110 | <mavenExecutorId>forked-path</mavenExecutorId> |
|
117 | 117 | <plugin> |
118 | 118 | <artifactId>jdeb</artifactId> |
119 | 119 | <groupId>org.vafer</groupId> |
120 | | - <version>1.3</version> |
| 120 | + <version>1.5</version> |
121 | 121 | <configuration> |
122 | 122 | <deb>${project.build.directory}/${project.artifactId}-${project.version}.deb</deb> |
123 | 123 | <dataSet> |
|
139 | 139 | <plugin> |
140 | 140 | <groupId>org.codehaus.mojo</groupId> |
141 | 141 | <artifactId>rpm-maven-plugin</artifactId> |
142 | | - <version>2.1.2</version> |
| 142 | + <version>2.1.5</version> |
143 | 143 | <configuration> |
144 | 144 | <group>Application/Internet</group> |
145 | 145 | <prefixes> |
|
172 | 172 | <plugin> |
173 | 173 | <groupId>org.apache.maven.plugins</groupId> |
174 | 174 | <artifactId>maven-surefire-plugin</artifactId> |
175 | | - <version>2.18.1</version> |
| 175 | + <version>2.19.1</version> |
176 | 176 | <configuration> |
177 | 177 | <systemProperties> |
178 | 178 | <property> |
|
0 commit comments