Author: hboutemy Date: Sun May 15 17:55:42 2016 New Revision: 1743930 URL: http://svn.apache.org/viewvc?rev=1743930&view=rev Log: updated Jira url
Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml maven/jxr/trunk/maven-jxr/pom.xml maven/jxr/trunk/pom.xml maven/jxr/trunk/src/site/site.xml Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/pom.xml?rev=1743930&r1=1743929&r2=1743930&view=diff ============================================================================== --- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original) +++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Sun May 15 17:55:42 2016 @@ -39,7 +39,6 @@ under the License. <mavenVersion>2.2.1</mavenVersion> <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion> <doxiaVersion>1.4</doxiaVersion> - <mavenPluginToolsVersion>3.3</mavenPluginToolsVersion> </properties> <prerequisites> @@ -52,10 +51,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>${mavenPluginToolsVersion}</version> - <configuration> - <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> - </configuration> <executions> <execution> <id>mojo-descriptor</id> @@ -183,7 +178,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>${mavenPluginToolsVersion}</version> </plugin> </plugins> </reporting> Modified: maven/jxr/trunk/maven-jxr/pom.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr/pom.xml?rev=1743930&r1=1743929&r2=1743930&view=diff ============================================================================== --- maven/jxr/trunk/maven-jxr/pom.xml (original) +++ maven/jxr/trunk/maven-jxr/pom.xml Sun May 15 17:55:42 2016 @@ -43,7 +43,7 @@ under the License. The following has to be execluded from checkstyle otherwise it will fail based on the license of the file until a better solution exists. - http://jira.codehaus.org/browse/JXR-117 + https://issues.apache.org/jira/browse/JXR-117 --> <configuration> <excludes combine.children="append">**/JavaCodeTransform.java</excludes> Modified: maven/jxr/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1743930&r1=1743929&r2=1743930&view=diff ============================================================================== --- maven/jxr/trunk/pom.xml (original) +++ maven/jxr/trunk/pom.xml Sun May 15 17:55:42 2016 @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>26</version> + <version>27-SNAPSHOT</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> @@ -36,19 +36,19 @@ under the License. <name>Maven JXR Parent</name> - <url>http://maven.apache.org/jxr/</url> + <url>https://maven.apache.org/jxr/</url> <description>Source cross reference library</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/jxr/trunk/</connection> + <connection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk/</developerConnection> - <url>http://svn.apache.org/viewvc/maven/jxr/trunk/</url> + <url>https://svn.apache.org/viewvc/maven/jxr/trunk/</url> </scm> <issueManagement> <system>jira</system> - <url>http://jira.codehaus.org/browse/JXR</url> + <url>https://issues.apache.org/jira/browse/JXR</url> </issueManagement> <ciManagement> <system>Jenkins</system> Modified: maven/jxr/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/site.xml?rev=1743930&r1=1743929&r2=1743930&view=diff ============================================================================== --- maven/jxr/trunk/src/site/site.xml (original) +++ maven/jxr/trunk/src/site/site.xml Sun May 15 17:55:42 2016 @@ -28,7 +28,7 @@ under the License. <item name="Introduction" href="index.html"/> <item name="Maven JXR Plugin" href="./maven-jxr-plugin/"/> <item name="FAQ" href="faq.html"/> - <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 --> + <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 --> <item name="License" href="http://www.apache.org/licenses/"/> <item name="Download" href="download.html"/> </menu>