Repository: commons-crypto Updated Branches: refs/heads/master c5c6220c2 -> 2b6984939
Revert to commons-parent v43. Seems like the newer maven-enforcer-plugin version is either buggy or does not like maven 3.0 (since it seems to work fine with 3.5 locally). Let's revert to the previous commons-parent version for now (which sets the enforcer plugin to version 1.4.1). Closes #85 Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/2b698493 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/2b698493 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/2b698493 Branch: refs/heads/master Commit: 2b6984939b78073efe2f2c079adb5ac6da47a65e Parents: c5c6220 Author: Marcelo Vanzin <van...@cloudera.com> Authored: Mon Oct 1 13:08:24 2018 -0700 Committer: Marcelo Vanzin <van...@cloudera.com> Committed: Mon Oct 1 13:21:43 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/2b698493/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4513342..bb23e3d 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>47</version> + <version>43</version> </parent> <groupId>org.apache.commons</groupId>