Skip to content
Snippets Groups Projects
Commit f402933f authored by bow's avatar bow
Browse files

Merge branch 'fix-shade_version' into 'develop'

Upgrade shade plugin version



See merge request !207
parents 67ec1f2f 35b7f2ee
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<version>2.4.1</version>
<configuration>
<!--suppress MavenModelInspection -->
<finalName>Biopet-${project.version}-${git.commit.id.abbrev}</finalName>
......
......@@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<version>2.4.1</version>
<configuration>
<!--suppress MavenModelInspection -->
<finalName>Biopet-${project.version}-${git.commit.id.abbrev}</finalName>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment