From fd4ec21dcc979a02e437e5eeafa527eee9639f72 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 8 Aug 2014 15:30:06 +0200 Subject: [PATCH] Consistently use version 2.1.2 of maven-source-plugin. --- core/pom.xml | 1 - orchid/pom.xml | 5 ++++- pom.xml | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index f0f204a70..da8b68c89 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -113,7 +113,6 @@ org.apache.maven.plugins maven-source-plugin - 2.1.2 attach-sources diff --git a/orchid/pom.xml b/orchid/pom.xml index e7141a09f..a645504df 100644 --- a/orchid/pom.xml +++ b/orchid/pom.xml @@ -40,7 +40,6 @@ org.apache.maven.plugins maven-source-plugin - 2.1.2 attach-sources @@ -118,6 +117,10 @@ maven-site-plugin 3.3 + + maven-source-plugin + 2.1.2 + diff --git a/pom.xml b/pom.xml index 5f0693c37..b64ed9402 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,10 @@ maven-site-plugin 3.3 + + maven-source-plugin + 2.1.2 +