You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/06/15 22:32:03 UTC

git commit: Fix href label for IT MNG-5452.

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 344533165 -> 184a469a6


Fix href label for IT MNG-5452.


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/184a469a
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/184a469a
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/184a469a

Branch: refs/heads/master
Commit: 184a469a6c1f8762b41dd7c4143c0a3cc05631d5
Parents: 3445331
Author: Michael Osipov <mi...@apache.org>
Authored: Sun Jun 15 22:31:32 2014 +0200
Committer: Michael Osipov <mi...@apache.org>
Committed: Sun Jun 15 22:31:32 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/184a469a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5452MavenBuildTimestampUTCTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5452MavenBuildTimestampUTCTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5452MavenBuildTimestampUTCTest.java
index 089fc52..c04b46b 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5452MavenBuildTimestampUTCTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5452MavenBuildTimestampUTCTest.java
@@ -26,7 +26,7 @@ import java.util.Properties;
 import org.apache.maven.it.util.ResourceExtractor;
 
 /**
- * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-5452">MNG-4091</a>
+ * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-5452">MNG-5452</a>
  * Make sure that the maven.build.timestamp is in UTC.
  */
 public class MavenITmng5452MavenBuildTimestampUTCTest