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 d8c27bf commit 990764bCopy full SHA for 990764b
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>xyz.fabiano</groupId>
5
<artifactId>spring-localstack</artifactId>
6
<packaging>jar</packaging>
7
- <version>0.0.8-SNAPSHOT</version>
+ <version>0.0.8</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.8</tag>
31
</scm>
32
33
<properties>
0 commit comments