We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58c3db commit b98c7d8Copy full SHA for b98c7d8
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.airlift</groupId>
13
<artifactId>aircompressor</artifactId>
14
- <version>2.0.3-SNAPSHOT</version>
+ <version>2.0.3</version>
15
<packaging>jar</packaging>
16
17
<name>aircompressor</name>
@@ -33,7 +33,7 @@
33
<connection>scm:git:git://github.com/airlift/aircompressor.git</connection>
34
<developerConnection>scm:git:git@github.com:airlift/aircompressor.git</developerConnection>
35
<url>https://github.com/airlift/aircompressor/tree/release-2.x</url>
36
- <tag>release-2.x</tag>
+ <tag>2.0.3</tag>
37
</scm>
38
39
<properties>
0 commit comments