Jira moved from Codehaus to Apache

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/site/trunk@1733333 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/content/apt/developers/maven-integration.apt b/content/apt/developers/maven-integration.apt
index 6077cf1..708f064 100644
--- a/content/apt/developers/maven-integration.apt
+++ b/content/apt/developers/maven-integration.apt
@@ -33,7 +33,7 @@
 
 * Maven 2.0.x
 
- Doxia 1.0 API is embedded in Maven 2.0.x (see {{{http://jira.codehaus.org/browse/MNG-3402}MNG-3402}}),
+ Doxia 1.0 API is embedded in Maven 2.0.x (see {{{https://issues.apache.org/jira/browse/MNG-3402}MNG-3402}}),
  so your Maven reporting plugin needs to shade Doxia 1.1 API and Logging to be backward compatible
  with Maven 2.0.x.
 
diff --git a/content/apt/issues/index.apt b/content/apt/issues/index.apt
index 048db2e..198b826 100644
--- a/content/apt/issues/index.apt
+++ b/content/apt/issues/index.apt
@@ -56,13 +56,13 @@
   <<You should pay attention to these warnings since your links will
   most likely be broken.>> Unfortunately, the warning message cannot
   indicate the source file with the broken link
-  (see eg {{{http://jira.codehaus.org/browse/MPDF-11}MPDF-11}}), however, if you run
+  (see eg {{{https://issues.apache.org/jira/browse/MPDF-11}MPDF-11}}), however, if you run
   in <<<DEBUG>>> mode, eg invoke maven with the <<<-X>>> switch,
   you can see which source document is being parsed when the warning is emitted.
 
 * {TOC macro issues}
 
-  There was a particular {{{http://jira.codehaus.org/browse/DOXIA-316}bug}}
+  There was a particular {{{https://issues.apache.org/jira/browse/DOXIA-316}bug}}
   in the TOC macro in version 1.0 that has been fixed but leads to a
   backward incompatibility in some cases. If you have specified the
   <<<section>>> parameter in your TOC, as for instance:
@@ -77,7 +77,7 @@
 
 * {Verbatim blocks not boxed}
 
-  There was a particular {{{http://jira.codehaus.org/browse/DOXIA-297}bug}}
+  There was a particular {{{https://issues.apache.org/jira/browse/DOXIA-297}bug}}
   in Doxia 1.0 that verbatim blocks were always boxed. If after an upgrade
   to <<Doxia 1.1>> you find that your blocks are not boxed anymore, check that
   you actually start your verbatim block with <<<+-->>> (and not <<<--->>>).
diff --git a/content/apt/upgrading.apt.vm b/content/apt/upgrading.apt.vm
index 18a3793..9fc01f7 100644
--- a/content/apt/upgrading.apt.vm
+++ b/content/apt/upgrading.apt.vm
@@ -42,4 +42,4 @@
   Functionally v. 1.2 is equivalent and fully compatible with v. 1.1.
 
   The full list of changes is available in the release notes:
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14082&styleName=Text&projectId=10780}1.2}}
+  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12330556&styleName=Text&projectId=12317230}1.2}}
diff --git a/content/apt/whatsnew-1.1.apt b/content/apt/whatsnew-1.1.apt
index 0621142..77df06e 100644
--- a/content/apt/whatsnew-1.1.apt
+++ b/content/apt/whatsnew-1.1.apt
@@ -53,11 +53,11 @@
  []
 
   The full list of changes for 1.1 can be found in our issue management system:
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13617&styleName=Text&projectId=10780}1.1}} ::
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15073&styleName=Text&projectId=10780}1.1.1}} ::
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15517&styleName=Text&projectId=10780}1.1.2}} ::
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15924&styleName=Text&projectId=10780}1.1.3}} ::
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=16702&styleName=Text&projectId=10780}1.1.4}}
+  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12330551&styleName=Text&projectId=12317230}1.1}} ::
+  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12330552&styleName=Text&projectId=12317230}1.1.1}} ::
+  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12330553&styleName=Text&projectId=12317230}1.1.2}} ::
+  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12330554&styleName=Text&projectId=12317230}1.1.3}} ::
+  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12330555&styleName=Text&projectId=12317230}1.1.4}}
 
 * Binary Incompatibility
 
diff --git a/pom.xml b/pom.xml
index 19ca7e1..81a4aad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://jira.codehaus.org/browse/DOXIA</url>
+    <url>https://issues.apache.org/jira/browse/DOXIA</url>
   </issueManagement>
 
   <ciManagement>