BINGO. Big Thanks Dennis I have a bottle of French champaign for you here :-)
-- Olivier 2008/8/12 <[EMAIL PROTECTED]>: > Author: dennisl > Date: Tue Aug 12 00:02:49 2008 > New Revision: 685057 > > URL: http://svn.apache.org/viewvc?rev=685057&view=rev > Log: > o Replace empty <test.accurev.password> element that has start- and endtags > with an empty <test.accurev.password /> with only a single closed tag. Empty > elements of the previous kind are rewritten by the Release Plugin to the > latter kind. > o Use the latest version of the license header. > > Modified: > maven/scm/trunk/maven-scm-providers/maven-scm-provider-accurev/pom.xml > > Modified: > maven/scm/trunk/maven-scm-providers/maven-scm-provider-accurev/pom.xml > URL: > http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-accurev/pom.xml?rev=685057&r1=685056&r2=685057&view=diff > ============================================================================== > --- maven/scm/trunk/maven-scm-providers/maven-scm-provider-accurev/pom.xml > (original) > +++ maven/scm/trunk/maven-scm-providers/maven-scm-provider-accurev/pom.xml > Tue Aug 12 00:02:49 2008 > @@ -1,21 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > - > <!-- > - ~ Copyright 2005-2006 The Apache Software Foundation. > + ~ Licensed to the Apache Software Foundation (ASF) under one > + ~ or more contributor license agreements. See the NOTICE file > + ~ distributed with this work for additional information > + ~ regarding copyright ownership. The ASF licenses this file > + ~ to you under the Apache License, Version 2.0 (the > + ~ "License"); you may not use this file except in compliance > + ~ with the License. You may obtain a copy of the License at > ~ > - ~ Licensed under the Apache License, Version 2.0 (the "License"); > - ~ you may not use this file except in compliance with the License. > - ~ You may obtain a copy of the License at > + ~ http://www.apache.org/licenses/LICENSE-2.0 > ~ > - ~ http://www.apache.org/licenses/LICENSE-2.0 > - ~ > - ~ Unless required by applicable law or agreed to in writing, software > - ~ distributed under the License is distributed on an "AS IS" BASIS, > - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > - ~ See the License for the specific language governing permissions and > - ~ limitations under the License. > + ~ Unless required by applicable law or agreed to in writing, > + ~ software distributed under the License is distributed on an > + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + ~ KIND, either express or implied. See the License for the > + ~ specific language governing permissions and limitations > + ~ under the License. > --> > - > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <parent> > @@ -75,7 +76,7 @@ > > <properties> > <test.accurev.username>test</test.accurev.username> > - <test.accurev.password></test.accurev.password> > + <test.accurev.password /> > <test.accurev.host>localhost</test.accurev.host> > <test.accurev.port>5050</test.accurev.port> > <test.accurev.depot>TestDepot</test.accurev.depot> > > >