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 064bca1 commit e30a71aCopy full SHA for e30a71a
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>cloud.anypoint</groupId>
6
<artifactId>json-logger</artifactId>
7
- <version>2.2.3-SNAPSHOT</version>
+ <version>2.2.3</version>
8
<packaging>mule-extension</packaging>
9
<name>JSON Logger</name>
10
@@ -155,7 +155,8 @@
155
<connection>scm:git:[email protected]:anypointcloud/json-logger.git</connection>
156
<developerConnection>scm:git:[email protected]:anypointcloud/json-logger.git</developerConnection>
157
<url>https://github.com/anypointcloud/json-logger</url>
158
- </scm>
+ <tag>v2.2.3</tag>
159
+ </scm>
160
161
<repositories>
162
<repository>
0 commit comments