From 0d83b188dc3eb8921805584fcb47ad7f51742176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Sun, 31 May 2020 12:11:03 +0100 Subject: [PATCH] fix parent 2 --- pmd-scala-modules/pmd-scala/pom.xml | 1 + pmd-scala-modules/pmd-scala_2.12/pom.xml | 1 + pmd-scala-modules/pmd-scala_2.13/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/pmd-scala-modules/pmd-scala/pom.xml b/pmd-scala-modules/pmd-scala/pom.xml index 48ac410350..135af11711 100644 --- a/pmd-scala-modules/pmd-scala/pom.xml +++ b/pmd-scala-modules/pmd-scala/pom.xml @@ -11,6 +11,7 @@ net.sourceforge.pmd pmd 6.25.0-SNAPSHOT + ../.. diff --git a/pmd-scala-modules/pmd-scala_2.12/pom.xml b/pmd-scala-modules/pmd-scala_2.12/pom.xml index 5f4ea8d9aa..8a0637fc69 100644 --- a/pmd-scala-modules/pmd-scala_2.12/pom.xml +++ b/pmd-scala-modules/pmd-scala_2.12/pom.xml @@ -9,6 +9,7 @@ net.sourceforge.pmd pmd 6.25.0-SNAPSHOT + ../.. diff --git a/pmd-scala-modules/pmd-scala_2.13/pom.xml b/pmd-scala-modules/pmd-scala_2.13/pom.xml index c1639a0264..9466e1ef02 100644 --- a/pmd-scala-modules/pmd-scala_2.13/pom.xml +++ b/pmd-scala-modules/pmd-scala_2.13/pom.xml @@ -9,6 +9,7 @@ net.sourceforge.pmd pmd 6.25.0-SNAPSHOT + ../..