Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit b35b1a6

Browse files
committed
[maven-release-plugin] prepare release 0.14.0
1 parent 90172ae commit b35b1a6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.zalando.stups.build</groupId>
76
<artifactId>stups-parent</artifactId>
87
<version>7</version>
9-
<relativePath/>
8+
<relativePath />
109
</parent>
1110
<groupId>org.zalando.stups</groupId>
1211
<artifactId>tokens</artifactId>
13-
<version>0.13.1-SNAPSHOT</version>
12+
<version>0.14.0</version>
1413

1514
<name>Tokens</name>
1615
<description>
@@ -74,7 +73,7 @@
7473
<connection>scm:git:[email protected]:zalando/tokens.git</connection>
7574
<developerConnection>scm:git:[email protected]:zalando/tokens.git</developerConnection>
7675
<url>https://github.com/zalando-stups/tokens</url>
77-
<tag>HEAD</tag>
76+
<tag>0.14.0</tag>
7877
</scm>
7978

8079
<dependencies>

0 commit comments

Comments
 (0)