Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Give .jar a fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Sep 5, 2016
1 parent 15cb332 commit 5db5905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploy:
provider: releases
api_key:
secure: i7IfoSUXSGm2ki04BL01EuEcPNEWpyZna4XeXQj07quzSoCqMOrb99YCKvXZ2PlyHubrMaMQKcPz43jOPnVfXOsrV5aaaKC0HgF5M/6i1NOvrAUzMZ69EfTspI1yOlc4oaZTJE1gScvVxNh0JDcml8rBqDJnM4U2cPXchn0z3Y8=
file: target/gocd-websocket-notifier-$RELEASE_VERSION.jar
file: target/gocd-websocket-notifier.jar
skip_cleanup: true
on:
branch: master
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<go.version>15.1.0</go.version>
<finalVersion>${project.version}</finalVersion>
<finalName>${project.artifactId}-${project.version}</finalName>
<finalName>${project.artifactId}.jar</finalName>
</properties>

<dependencies>
Expand Down

0 comments on commit 5db5905

Please sign in to comment.