MPCHANGELOG-46

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-10-01 08:10:29 +00:00
parent 794667cfe1
commit d1ba3f8fd8
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@
<j:set var="revision"><x:expr select="$file/revision"/></j:set>
<j:set var="repositoryUrl" value="${pom.repository.url}"/>
<j:choose>
<j:when test="${!empty(repositoryUrl)} and ${repositoryUrl.indexOf('?')>0}">
<j:when test="${!empty(repositoryUrl) and repositoryUrl.indexOf('?')>0}">
<j:set var="repository" value="${repositoryUrl.substring(0, repositoryUrl.indexOf('?'))}"/>
<j:set var="tmpMultiRepoParam" value="${repositoryUrl.substring(repository.length())}"/>
<j:set var="oneRepoParam" value="?${tmpMultiRepoParam.substring(1)}"/>

View File

@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.8-SNAPSHOT" date="in CVS">
<action dev="dion" type="fix" issue="MPCHANGELOG-46" due-to="Juha Komulainen">Handle ViewCVS URLs with ? in them.</action>
<action dev="brett" type="update">Upgrade to Maven 1.1 libraries.</action>
</release>
<release version="1.7.1" date="2004-07-12">