-
-
Notifications
You must be signed in to change notification settings - Fork 222
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 release jackson-dataformat-xml-2.10.1
- Loading branch information
1 parent
1d8fb77
commit 5db5ec2
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
</parent> | ||
<groupId>com.fasterxml.jackson.dataformat</groupId> | ||
<artifactId>jackson-dataformat-xml</artifactId> | ||
<version>2.10.1-SNAPSHOT</version> | ||
<version>2.10.1</version> | ||
<name>Jackson-dataformat-XML</name> | ||
<packaging>bundle</packaging> | ||
<description>Data format extension for Jackson (http://jackson.codehaus.org) to offer | ||
|
@@ -21,7 +21,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe | |
<connection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</connection> | ||
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</developerConnection> | ||
<url>http://github.com/FasterXML/jackson-dataformat-xml</url> | ||
<tag>HEAD</tag> | ||
<tag>jackson-dataformat-xml-2.10.1</tag> | ||
</scm> | ||
<properties> | ||
<packageVersion.dir>com/fasterxml/jackson/dataformat/xml</packageVersion.dir> | ||
|