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 bd3c0cf commit 9539cb2Copy full SHA for 9539cb2
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>cloud.anypoint</groupId>
6
<artifactId>json-logger</artifactId>
7
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
8
<packaging>mule-extension</packaging>
9
<name>JSON Logger</name>
10
@@ -184,7 +184,7 @@
184
<connection>scm:git:https://github.com/anypointcloud/json-logger.git</connection>
185
<developerConnection>scm:git:https://github.com/anypointcloud/json-logger.git</developerConnection>
186
<url>https://github.com/anypointcloud/json-logger</url>
187
- <tag>HEAD</tag>
+ <tag>v3.1.0</tag>
188
</scm>
189
190
<repositories>
0 commit comments