We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bca2b commit fa781caCopy full SHA for fa781ca
pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
<artifactId>classmate</artifactId>
9
<name>ClassMate</name>
10
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
11
<packaging>bundle</packaging>
12
<description>Library for introspecting types with full generic information
13
including resolving of field and method types.
@@ -17,7 +17,7 @@
17
<connection>scm:git:git@github.com:FasterXML/java-classmate.git</connection>
18
<developerConnection>scm:git:git@github.com:FasterXML/java-classmate.git</developerConnection>
19
<url>https://github.com/FasterXML/java-classmate</url>
20
- <tag>HEAD</tag>
+ <tag>classmate-1.6.0</tag>
21
</scm>
22
<developers>
23
<developer>
0 commit comments