Skip to content

Commit 873ebf0

Browse files
committed
fix finalName warning and update plugins
1 parent b4a9940 commit 873ebf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

distribution/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@
4747
</dependencies>
4848

4949
<build>
50+
<finalName>opengrok-${project.version}</finalName>
5051
<plugins>
5152
<plugin>
5253
<groupId>org.apache.maven.plugins</groupId>
5354
<artifactId>maven-dependency-plugin</artifactId>
54-
<version>3.1.0</version>
55+
<version>3.6.1</version>
5556
<executions>
5657
<execution>
5758
<id>copy-dependencies</id>
@@ -70,9 +71,8 @@
7071
</plugin>
7172
<plugin>
7273
<artifactId>maven-assembly-plugin</artifactId>
73-
<version>3.1.0</version>
74+
<version>3.6.0</version>
7475
<configuration>
75-
<finalName>opengrok-${project.version}</finalName>
7676
<appendAssemblyId>false</appendAssemblyId>
7777
<descriptors>
7878
<descriptor>assembly.xml</descriptor>

0 commit comments

Comments
 (0)