This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-sling-plugin-2.0.4-incubator in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git
commit 301bf8bc493a27eb809eeefc9d295f3627f208df Author: Felix Meschberger <[email protected]> AuthorDate: Wed Jan 7 14:41:02 2009 +0000 SLING-811 Reduce DependencyManagement in the parent pom and add explicit versions to the modules git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin@732352 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index b713f6d..3453c2d 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> + <version>3.1</version> <scope>compile</scope> </dependency> <dependency> @@ -82,6 +83,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> + <version>1.4</version> <scope>compile</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
