Skip to content

Commit 42e7906

Browse files
author
Jenkins Continuous Build server
committed
[maven-release-plugin] prepare release v1.5
1 parent f767e40 commit 42e7906

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>de.taimos</groupId>
65
<artifactId>oss-parent</artifactId>
76
<version>2</version>
87
</parent>
98
<artifactId>httputils</artifactId>
10-
<version>1.5-SNAPSHOT</version>
9+
<version>1.5</version>
1110
<name>Taimos HTTPUtils</name>
1211
<description>Utility package for HTTP calls</description>
1312
<inceptionYear>2012</inceptionYear>
@@ -34,7 +33,7 @@
3433
<url>git://github.com/taimos/HTTPUtils.git</url>
3534
<connection>scm:git:git://github.com/taimos/HTTPUtils.git</connection>
3635
<developerConnection>scm:git:[email protected]:taimos/HTTPUtils.git</developerConnection>
37-
<tag>HEAD</tag>
36+
<tag>v1.5</tag>
3837
</scm>
3938
<issueManagement>
4039
<system>github</system>

0 commit comments

Comments
 (0)