We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f9e5c commit 0b2086eCopy full SHA for 0b2086e
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.airlift</groupId>
13
<artifactId>aircompressor-v3</artifactId>
14
- <version>3.3</version>
+ <version>3.4-SNAPSHOT</version>
15
<packaging>jar</packaging>
16
17
<name>aircompressor</name>
@@ -32,7 +32,7 @@
32
<scm>
33
<connection>scm:git:git://github.com/airlift/aircompressor.git</connection>
34
<developerConnection>scm:git:[email protected]:airlift/aircompressor.git</developerConnection>
35
- <tag>3.3</tag>
+ <tag>HEAD</tag>
36
<url>https://github.com/airlift/aircompressor/tree/master</url>
37
</scm>
38
0 commit comments