Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit f2472c5

Browse files
author
Jochen Schalanda
committed
Update Maven plugins
1 parent add1cdc commit f2472c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212

1313
<name>${project.artifactId}</name>
14-
<description>Graylog ${project.artifactId} plugin.</description>
14+
<description>Graylog NetFlow plugin.</description>
1515
<url>https://www.graylog.org</url>
1616
<inceptionYear>2015</inceptionYear>
1717

@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-shade-plugin</artifactId>
56-
<version>2.3</version>
56+
<version>2.4.3</version>
5757
<configuration>
5858
<minimizeJar>false</minimizeJar>
5959
</configuration>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-release-plugin</artifactId>
107-
<version>2.5.2</version>
107+
<version>2.5.3</version>
108108
<configuration>
109109
<autoVersionSubmodules>true</autoVersionSubmodules>
110110
<mavenExecutorId>forked-path</mavenExecutorId>
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<artifactId>jdeb</artifactId>
119119
<groupId>org.vafer</groupId>
120-
<version>1.3</version>
120+
<version>1.5</version>
121121
<configuration>
122122
<deb>${project.build.directory}/${project.artifactId}-${project.version}.deb</deb>
123123
<dataSet>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.codehaus.mojo</groupId>
141141
<artifactId>rpm-maven-plugin</artifactId>
142-
<version>2.1.2</version>
142+
<version>2.1.5</version>
143143
<configuration>
144144
<group>Application/Internet</group>
145145
<prefixes>
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
174174
<artifactId>maven-surefire-plugin</artifactId>
175-
<version>2.18.1</version>
175+
<version>2.19.1</version>
176176
<configuration>
177177
<systemProperties>
178178
<property>

0 commit comments

Comments
 (0)