Skip to content

Commit 3d5ff60

Browse files
author
Sandra Thieme
committed
Release version 1.0
1 parent dfb4630 commit 3d5ff60

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis/release.sh

100644100755
File mode changed.

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>net.contargo</groupId>
1313
<artifactId>osrm-profile-proxy</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>osrm-profile-proxy</name>
@@ -291,7 +291,9 @@
291291
<version>0.5.1</version>
292292

293293
<configuration>
294-
<tagName>${project.artifactId}-${project.version}</tagName>
294+
<tagName>${project.version}</tagName>
295+
<releaseTitle>${project.artifactId}-${project.version}</releaseTitle>
296+
<serverId>github</serverId>
295297
</configuration>
296298

297299
<executions>

0 commit comments

Comments
 (0)