You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/07 13:24:53 UTC

[28/36] maven-aether git commit: Removed unused property

Removed unused property


Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/c58f3489
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/c58f3489
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/c58f3489

Branch: refs/heads/demo
Commit: c58f34893590cf9b9f43fc189786ff17c65c5191
Parents: 64e2c54
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Fri Jan 3 18:39:24 2014 +0100
Committer: Benjamin Bentmann <be...@sonatype.com>
Committed: Fri Jan 3 18:39:24 2014 +0100

----------------------------------------------------------------------
 aether-demo-snippets/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/c58f3489/aether-demo-snippets/pom.xml
----------------------------------------------------------------------
diff --git a/aether-demo-snippets/pom.xml b/aether-demo-snippets/pom.xml
index 7f45888..11e1a0c 100644
--- a/aether-demo-snippets/pom.xml
+++ b/aether-demo-snippets/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- ~ Copyright (c) 2010, 2013 Sonatype, Inc.
+ ~ Copyright (c) 2010, 2014 Sonatype, Inc.
  ~ All rights reserved. This program and the accompanying materials
  ~ are made available under the terms of the Eclipse Public License v1.0
  ~ which accompanies this distribution, and is available at
@@ -30,7 +30,6 @@
   <properties>
     <aetherVersion>0.9.0.M3</aetherVersion>
     <mavenVersion>3.1.0</mavenVersion>
-    <wagonVersion>1.0</wagonVersion>
   </properties>
 
   <dependencyManagement>