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/08 07:28:48 UTC

maven-aether git commit: fixed typo

Repository: maven-aether
Updated Branches:
  refs/heads/ant-tasks e07885b42 -> 0e3684fa4


fixed typo

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

Branch: refs/heads/ant-tasks
Commit: 0e3684fa4d27f1aec59f04b546ab879957e7ec0a
Parents: e07885b
Author: Herv� Boutemy <hb...@apache.org>
Authored: Sun May 8 09:28:37 2016 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Sun May 8 09:28:37 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/0e3684fa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fd2788a..4bec98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
   <properties>
     <mavenVersion>3.1.0</mavenVersion>
     <aetherVersion>1.0.1.v20141111</aetherVersion>
-    <maven.site.path>aether-archives/aether-ant-tasksLATEST</maven.site.path>
+    <maven.site.path>aether-archives/aether-ant-tasks-LATEST</maven.site.path>
     <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore>
   </properties>