Skip to content

Commit abae08c

Browse files
committed
Drop rc from version pre-2.20-release
1 parent fe0ed5f commit abae08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
1212
<artifactId>jackson-parent</artifactId>
13-
<version>2.20-rc2-SNAPSHOT</version>
13+
<version>2.20-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-annotations</artifactId>
1818
<name>Jackson-annotations</name>
19-
<version>2.20-rc2-SNAPSHOT</version>
19+
<version>2.20-SNAPSHOT</version>
2020
<packaging>jar</packaging>
2121
<description>Core annotations used for value types, used by Jackson data binding package.
2222
</description>

0 commit comments

Comments
 (0)