File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >de.taimos</groupId >
6
5
<artifactId >oss-parent</artifactId >
7
6
<version >2</version >
8
7
</parent >
9
8
<artifactId >httputils</artifactId >
10
- <version >1.5-SNAPSHOT </version >
9
+ <version >1.5</version >
11
10
<name >Taimos HTTPUtils</name >
12
11
<description >Utility package for HTTP calls</description >
13
12
<inceptionYear >2012</inceptionYear >
34
33
<url >git://github.com/taimos/HTTPUtils.git</url >
35
34
<connection >scm:git:git://github.com/taimos/HTTPUtils.git</connection >
36
35
<
developerConnection >scm:git:
[email protected] :taimos/HTTPUtils.git</
developerConnection >
37
- <tag >HEAD </tag >
36
+ <tag >v1.5 </tag >
38
37
</scm >
39
38
<issueManagement >
40
39
<system >github</system >
You can’t perform that action at this time.
0 commit comments