We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5652486 commit cd587eeCopy full SHA for cd587ee
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>ch.jalu</groupId>
6
<artifactId>typeresolver</artifactId>
7
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
8
9
<name>JavaTypeResolver</name>
10
<description>Utility for resolving generic types and for reflective operations on types</description>
@@ -14,7 +14,7 @@
14
<connection>scm:git:https://github.com/ljacqu/JavaTypeResolver.git</connection>
15
<developerConnection>scm:git:[email protected]:ljacqu/JavaTypeResolver.git</developerConnection>
16
<url>https://github.com/ljacqu/JavaTypeResolver</url>
17
- <tag>HEAD</tag>
+ <tag>v0.2.0</tag>
18
</scm>
19
20
<issueManagement>
0 commit comments