Skip to content

Commit d304a2b

Browse files
committed
[maven-release-plugin] prepare release 2.2.2
1 parent 7c352be commit d304a2b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75
<groupId>cloud.anypoint</groupId>
86
<artifactId>json-logger</artifactId>
9-
<version>2.2.2-SNAPSHOT</version>
7+
<version>2.2.2</version>
108
<packaging>mule-extension</packaging>
119
<name>JSON Logger</name>
1210

@@ -103,7 +101,7 @@
103101
<connection>scm:git:[email protected]:anypointcloud/json-logger.git</connection>
104102
<developerConnection>scm:git:[email protected]:anypointcloud/json-logger.git</developerConnection>
105103
<url>https://github.com/anypointcloud/json-logger</url>
106-
<tag>HEAD</tag>
104+
<tag>2.2.2</tag>
107105
</scm>
108106

109107
<dependencies>

0 commit comments

Comments
 (0)