We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8a2a7 commit d4b764bCopy full SHA for d4b764b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.davidmarquis</groupId>
6
<artifactId>fluent-interface-proxy</artifactId>
7
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
8
<packaging>jar</packaging>
9
10
<name>fluent-interface-proxy</name>
@@ -23,7 +23,7 @@
23
<connection>scm:git:git@github.com:davidmarquis/fluent-interface-proxy.git</connection>
24
<developerConnection>scm:git:git@github.com:davidmarquis/fluent-interface-proxy.git</developerConnection>
25
<url>git@github.com:davidmarquis/fluent-interface-proxy.git</url>
26
- <tag>HEAD</tag>
+ <tag>fluent-interface-proxy-2.1.1</tag>
27
</scm>
28
29
<developers>
0 commit comments