We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb4630 commit 3d5ff60Copy full SHA for 3d5ff60
.travis/release.sh
100644
100755
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>net.contargo</groupId>
13
<artifactId>osrm-profile-proxy</artifactId>
14
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
15
<packaging>jar</packaging>
16
17
<name>osrm-profile-proxy</name>
@@ -291,7 +291,9 @@
291
<version>0.5.1</version>
292
293
<configuration>
294
- <tagName>${project.artifactId}-${project.version}</tagName>
+ <tagName>${project.version}</tagName>
295
+ <releaseTitle>${project.artifactId}-${project.version}</releaseTitle>
296
+ <serverId>github</serverId>
297
</configuration>
298
299
<executions>
0 commit comments