Skip to content

Commit 5618e19

Browse files
committed
Need to re-do 2.15.0-rc3...
1 parent fa9a119 commit 5618e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.15.0-SNAPSHOT</version>
11+
<version>2.15.0-rc3</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>2.15.0-SNAPSHOT</version>
16+
<version>2.15.0-rc3-SNAPSHOT</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<licenses>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
3131
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
3232
<url>https://github.com/FasterXML/jackson-core</url>
33-
<tag>jackson-core-2.15.0-rc2</tag>
33+
<tag>HEAD</tag>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)