Skip to content

Commit

Permalink
Merge pull request #41 from hidapple/update-pom-plugins
Browse files Browse the repository at this point in the history
Update pom plugins
  • Loading branch information
hidapple authored Mar 28, 2020
2 parents b1b3703 + 20febbf commit 35845fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.4.1</version>
<version>5.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -133,7 +133,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>2.22.2</version>
<configuration>
<forkCount>2</forkCount>
<reuseForks>true</reuseForks>
Expand All @@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<version>3.2.0</version>
<configuration>
<archive>
<manifestEntries>
Expand Down Expand Up @@ -194,7 +194,7 @@
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
<version>1.4</version>
<version>1.8</version>
<configuration>
<deb>${project.build.directory}/${project.artifactId}-${project.version}.deb</deb>
<dataSet>
Expand All @@ -216,7 +216,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
<version>2.1.4</version>
<version>2.2.0</version>
<configuration>
<group>Application/Internet</group>
<prefixes>
Expand Down

0 comments on commit 35845fc

Please sign in to comment.