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 43d70e9 commit e5a66d1Copy full SHA for e5a66d1
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>xyz.fabiano</groupId>
5
<artifactId>spring-localstack</artifactId>
6
<packaging>jar</packaging>
7
- <version>0.0.9-SNAPSHOT</version>
+ <version>0.0.9</version>
8
<name>Spring localstack Utilities</name>
9
10
<description>Java and Spring utilities for the Localstack platform.</description>
@@ -27,7 +27,7 @@
27
<url>https://github.com/fabianoo/spring-localstack</url>
28
<connection>scm:git:git://github.com/fabianoo/spring-localstack.git</connection>
29
<developerConnection>scm:git:[email protected]:fabianoo/spring-localstack.git</developerConnection>
30
- <tag>HEAD</tag>
+ <tag>spring-localstack-0.0.9</tag>
31
</scm>
32
33
<properties>
0 commit comments