aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-08-01 12:22:28 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-08-01 12:22:28 -0700
commit2406d94b94bc55a9d2c298473d91dbc76aecfe76 (patch)
treea019022519be7cc0aacb6a6810a75641e08b81d6
parent336f25da3322959be4803de6d3b66472dadf528a (diff)
downloadjackson-annotations-2406d94b94bc55a9d2c298473d91dbc76aecfe76.tar.gz
Add a comment in pom.xml wrt not using replacer plugin; version upgrade for nexus-staging-maven-plugin
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index be2c8c7..b926cc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,8 @@
<build>
<plugins>
+ <!-- First: no replacer plugin (no Packaversion.java.in) for this package -->
+
<plugin>
<!-- 08-Mar-2019, tatu: Would get these settings from `jackson-bom` except we
do not extend it so...
@@ -101,7 +103,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.6</version>
+ <version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>