[jackson-core] 11/11: Fix the artifactid for replacer plugin.
Markus Koschany
apo at moszumanska.debian.org
Wed Oct 11 22:10:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jackson-core.
commit 4401295c083bc31cedde8789e6abc7d9ae5f8cd1
Author: Markus Koschany <apo at debian.org>
Date: Wed Oct 11 23:32:47 2017 +0200
Fix the artifactid for replacer plugin.
Otherwise this will cause weird build failures with Maven and maven.rules has
no effect.
---
debian/oss-parent-31.pom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/oss-parent-31.pom b/debian/oss-parent-31.pom
index ae498c7..cd65d0c 100644
--- a/debian/oss-parent-31.pom
+++ b/debian/oss-parent-31.pom
@@ -166,7 +166,7 @@
</plugin>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
- <artifactId>maven-replacer-plugin</artifactId>
+ <artifactId>replacer</artifactId>
<version>${version.plugin.replacer}</version>
</plugin>
<plugin>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-core.git
More information about the pkg-java-commits
mailing list