We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa2ccb commit 83611e2Copy full SHA for 83611e2
pom.xml
@@ -9,7 +9,7 @@
9
<relativePath />
10
</parent>
11
<artifactId>aws-lightweight-client-java</artifactId>
12
- <version>0.1.14-SNAPSHOT</version>
+ <version>0.1.14</version>
13
14
<name>${project.artifactId}</name>
15
<description>Lightweight client for all AWS services (but still with useful builders and XML parser)</description>
@@ -80,7 +80,7 @@
80
<connection>${scm.url}</connection>
81
<developerConnection>${scm.url}</developerConnection>
82
<url>${scm.url}</url>
83
- <tag>0.1</tag>
+ <tag>0.1.14</tag>
84
</scm>
85
86
<dependencies>
0 commit comments