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 2014/12/31 07:18:17 UTC

maven-integration-testing git commit: fixed javadoc link to Jira issue

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master d4a340e62 -> b182c5b1f


fixed javadoc link to Jira issue

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

Branch: refs/heads/master
Commit: b182c5b1f85660a3df2475a01f9dfd832abf9e43
Parents: d4a340e
Author: Hervé Boutemy <hb...@apache.org>
Authored: Wed Dec 31 07:18:07 2014 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Wed Dec 31 07:18:07 2014 +0100

----------------------------------------------------------------------
 .../org/apache/maven/it/MavenITmng1412DependenciesOrderTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b182c5b1/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1412DependenciesOrderTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1412DependenciesOrderTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1412DependenciesOrderTest.java
index 9deecdd..c8fae3a 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1412DependenciesOrderTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1412DependenciesOrderTest.java
@@ -26,7 +26,7 @@ import java.io.File;
 import java.util.List;
 
 /**
- * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-1349">MNG-1349</a>:
+ * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-1412">MNG-1412</a>:
  * it tests that dependencies order in classpath matches <code>pom.xml</code>.
  *
  * @author <a href="mailto:hboutemy@apache.org">Hervé Boutemy</a>