Skip to content

Commit d9afe69

Browse files
committed
[maven-release-plugin] prepare release jackson-bom-2.12.7
1 parent 7c54a8c commit d9afe69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-bom</artifactId>
7-
<version>2.12.7-SNAPSHOT</version>
7+
<version>2.12.7</version>
88
</parent>
99
<artifactId>jackson-base</artifactId>
1010
<name>Jackson Base</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<description>Bill of Materials pom for getting full, complete set of compatible versions
1515
of Jackson components maintained by FasterXML.com
1616
</description>
17-
<version>2.12.7-SNAPSHOT</version>
17+
<version>2.12.7</version>
1818
<packaging>pom</packaging>
1919

2020
<modules>
@@ -45,7 +45,7 @@ of Jackson components maintained by FasterXML.com
4545
<connection>scm:git:[email protected]:FasterXML/jackson-bom.git</connection>
4646
<developerConnection>scm:git:[email protected]:FasterXML/jackson-bom.git</developerConnection>
4747
<url>https://github.com/FasterXML/jackson-bom</url>
48-
<tag>HEAD</tag>
48+
<tag>jackson-bom-2.12.7</tag>
4949
</scm>
5050

5151
<properties>

0 commit comments

Comments
 (0)