-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
1 parent
cd76daa
commit 6be8341
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<groupId>com.fasterxml.jackson.module</groupId> | ||
<artifactId>jackson-modules-java8</artifactId> | ||
<name>Jackson modules: Java 8</name> | ||
<version>2.14.0-rc3</version> | ||
<version>2.14.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<description>Parent pom for Jackson modules needed to support Java 8 features and types | ||
</description> | ||
|
@@ -24,7 +24,7 @@ | |
<connection>scm:git:[email protected]:FasterXML/jackson-modules-java8.git</connection> | ||
<developerConnection>scm:git:[email protected]:FasterXML/jackson-modules-java8.git</developerConnection> | ||
<url>http://github.com/FasterXML/jackson-modules-java8</url> | ||
<tag>jackson-modules-java8-2.14.0-rc3</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<issueManagement> | ||
<url>https://github.com/FasterXML/jackson-modules-java8/issues</url> | ||
|