Correct jira.codehaus.org to issues.apache.org/jira

Submitted-by: John Patrick <nhoj.patrick@gmail.com>

This closes #98

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1773543 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/MDEPLOY-178_deployfile-with-embedded-pom/pom.xml b/src/it/MDEPLOY-178_deployfile-with-embedded-pom/pom.xml
index aa08993..8ff44f4 100644
--- a/src/it/MDEPLOY-178_deployfile-with-embedded-pom/pom.xml
+++ b/src/it/MDEPLOY-178_deployfile-with-embedded-pom/pom.xml
@@ -31,7 +31,7 @@
     Test to verify that the pom inside the jar in used when deploying the file

   </description>

 

-  <url>https://jira.codehaus.org/browse/MDEPLOY-178</url>

+  <url>https://issues.apache.org/jira/browse/MDEPLOY-178</url>

 

   <build>

     <plugins>

diff --git a/src/it/MDEPLOY-178_deployfile-with-embedded-pom/verify.groovy b/src/it/MDEPLOY-178_deployfile-with-embedded-pom/verify.groovy
index 2c6701a..2b197b2 100644
--- a/src/it/MDEPLOY-178_deployfile-with-embedded-pom/verify.groovy
+++ b/src/it/MDEPLOY-178_deployfile-with-embedded-pom/verify.groovy
@@ -26,4 +26,4 @@
 assert buildLog.text.contains( "[DEBUG] Using META-INF/maven/org.apache.maven.plugins.deploy.its/mdeploy178/pom.xml as pomFile" )

 

 def pomProject = new XmlSlurper().parse( deployedPom )

-assert "https://jira.codehaus.org/browse/MDEPLOY-178".equals( pomProject.url.text() )
\ No newline at end of file
+assert "https://issues.apache.org/jira/browse/MDEPLOY-178".equals( pomProject.url.text() )
\ No newline at end of file
diff --git a/src/it/MDEPLOY-184_deployfile-with-javadoc-and-sources/path/to/pom.xml b/src/it/MDEPLOY-184_deployfile-with-javadoc-and-sources/path/to/pom.xml
index 0f56b2d..3b0f7d9 100644
--- a/src/it/MDEPLOY-184_deployfile-with-javadoc-and-sources/path/to/pom.xml
+++ b/src/it/MDEPLOY-184_deployfile-with-javadoc-and-sources/path/to/pom.xml
@@ -26,6 +26,6 @@
   <artifactId>artifact-name</artifactId>

   <version>1.0</version>

 

-  <url>http://jira.codehaus.org/browse/MDEPLOY-184</url>

+  <url>https://issues.apache.org/jira/browse/MDEPLOY-184</url>

 

 </project>

diff --git a/src/it/deploy-attached-sources/pom.xml b/src/it/deploy-attached-sources/pom.xml
index d0aac26..8dbaec1 100644
--- a/src/it/deploy-attached-sources/pom.xml
+++ b/src/it/deploy-attached-sources/pom.xml
@@ -29,7 +29,7 @@
 
   <name>deploy-attached-sources</name>
   <description>sample jar project with attached sources</description>
-  <url>http://jira.codehaus.org/browse/MDEPLOY-48</url>
+  <url>https://issues.apache.org/jira/browse/MDEPLOY-48</url>
 
   <distributionManagement>
     <repository>
diff --git a/src/it/deploy-default-packaging/pom.xml b/src/it/deploy-default-packaging/pom.xml
index 6394e35..9764c8b 100644
--- a/src/it/deploy-default-packaging/pom.xml
+++ b/src/it/deploy-default-packaging/pom.xml
@@ -29,7 +29,7 @@
 
   <name>deploy-attached-sources</name>
   <description>sample jar project with attached sources</description>
-  <url>http://jira.codehaus.org/browse/MDEPLOY-106</url>
+  <url>https://issues.apache.org/jira/browse/MDEPLOY-106</url>
 
   <distributionManagement>
     <repository>