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 8b0815d commit 7950513Copy full SHA for 7950513
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.microlam</groupId>
7
<artifactId>slf4j-simple-lambda</artifactId>
8
- <version>slf4j-simple-lambda-2.0.3_1-SNAPSHOT</version>
+ <version>2.0.3_1</version>
9
<packaging>jar</packaging>
10
<name>SLF4J Simple Binding for AWS Lambda</name>
11
<description>SLF4J Simple binding for AWS Lambda</description>
@@ -37,7 +37,7 @@
37
<connection>scm:git:git://github.com/microlam-io/${project.artifactId}.git</connection>
38
<developerConnection>scm:git:ssh://git@github.com/microlam-io/${project.artifactId}.git</developerConnection>
39
<url>https://github.com/microlam-io/${project.artifactId}/tree/master</url>
40
- <tag>HEAD</tag>
+ <tag>v2.0.3_1</tag>
41
</scm>
42
43
<distributionManagement>
0 commit comments