Skip to content

Commit

Permalink
update github-release-plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalleclercq committed Apr 25, 2015
1 parent 07ef414 commit 2932fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
</goals>
<inherited>false</inherited>
<configuration>
<releaseName>v1.0.1</releaseName>
<tag>v1.0.1</tag>
<releaseName>${project.artifactId}-${project.version}</releaseName>
<tag>v${project.version}</tag>
<artifact>${project.build.directory}/${project.groupId}.${project.artifactId}-${project.version}.jar</artifact>
</configuration>
</execution>
Expand Down

0 comments on commit 2932fbb

Please sign in to comment.