Skip to content

Commit fafb8d3

Browse files
committed
[maven-release-plugin] prepare release v0.1.0
1 parent c2a0e23 commit fafb8d3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>ch.jalu</groupId>
86
<artifactId>typeresolver</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
108

119
<name>JavaTypeResolver</name>
1210
<description>Utility for resolving generic types and for reflective operations on types</description>
@@ -16,7 +14,7 @@
1614
<connection>scm:git:https://github.com/ljacqu/JavaTypeResolver.git</connection>
1715
<developerConnection>scm:git:[email protected]:ljacqu/JavaTypeResolver.git</developerConnection>
1816
<url>https://github.com/ljacqu/JavaTypeResolver</url>
19-
<tag>HEAD</tag>
17+
<tag>v0.1.0</tag>
2018
</scm>
2119

2220
<issueManagement>

0 commit comments

Comments
 (0)