Skip to content

Commit 757c490

Browse files
committed
[maven-release-plugin] prepare release jackson-bom-2.10.0
1 parent 874d731 commit 757c490

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.0-SNAPSHOT</version>
7+
<version>2.10.0</version>
88
</parent>
99
<artifactId>jackson-base</artifactId>
1010
<packaging>pom</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>jackson-bom</artifactId>
13-
<version>2.10.0-SNAPSHOT</version>
13+
<version>2.10.0</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:[email protected]:FasterXML/jackson-bom.git</connection>
2323
<developerConnection>scm:git:[email protected]:FasterXML/jackson-bom.git</developerConnection>
2424
<url>http://github.com/FasterXML/jackson-bom</url>
25-
<tag>HEAD</tag>
25+
<tag>jackson-bom-2.10.0</tag>
2626
</scm>
2727

2828
<properties>

0 commit comments

Comments
 (0)