We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c87cc4 commit ae099feCopy full SHA for ae099fe
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>NioImapClient</artifactId>
11
- <version>0.6.5-SNAPSHOT</version>
+ <version>0.6.5</version>
12
13
<name>${project.groupId}:${project.artifactId}</name>
14
<description>High performance, async IMAP client implementation</description>
@@ -214,6 +214,6 @@
214
<connection>scm:git:git@github.com:HubSpot/NioImapClient.git</connection>
215
<developerConnection>scm:git:ssh://git@github.com/HubSpot/NioImapClient.git</developerConnection>
216
<url>git@github.com:HubSpot/NioImapClient.git</url>
217
- <tag>HEAD</tag>
+ <tag>NioImapClient-0.6.5</tag>
218
</scm>
219
</project>
0 commit comments