diff --git a/release/src/main/org/apache/maven/release/PomNodeSelector.java b/release/src/main/org/apache/maven/release/PomNodeSelector.java index eb439976..8eca4ee2 100644 --- a/release/src/main/org/apache/maven/release/PomNodeSelector.java +++ b/release/src/main/org/apache/maven/release/PomNodeSelector.java @@ -26,12 +26,12 @@ package org.apache.maven.release; * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache MavenSession" must not be used to endorse or promote products + * "Apache Maven" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache", - * "Apache MavenSession", nor may "Apache" appear in their name, without + * "Apache Maven", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED diff --git a/release/src/main/org/apache/maven/release/SnapshotResolver.java b/release/src/main/org/apache/maven/release/SnapshotResolver.java index b0ea990f..38b91792 100644 --- a/release/src/main/org/apache/maven/release/SnapshotResolver.java +++ b/release/src/main/org/apache/maven/release/SnapshotResolver.java @@ -26,12 +26,12 @@ package org.apache.maven.release; * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache MavenSession" must not be used to endorse or promote products + * "Apache Maven" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache", - * "Apache MavenSession", nor may "Apache" appear in their name, without + * "Apache Maven", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -68,7 +68,7 @@ import java.io.File; * * @author Jason van Zyl * - * @version $Id: SnapshotResolver.java,v 1.11 2003/02/11 22:01:12 jvanzyl Exp $ + * @version $Id: SnapshotResolver.java,v 1.12 2003/04/13 00:56:02 dion Exp $ */ public class SnapshotResolver extends AbstractPomTransformer diff --git a/release/src/main/org/apache/maven/release/SnapshotVersionTransformer.java b/release/src/main/org/apache/maven/release/SnapshotVersionTransformer.java index 949332f9..b0416960 100644 --- a/release/src/main/org/apache/maven/release/SnapshotVersionTransformer.java +++ b/release/src/main/org/apache/maven/release/SnapshotVersionTransformer.java @@ -26,12 +26,12 @@ package org.apache.maven.release; * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache MavenSession" must not be used to endorse or promote products + * "Apache Maven" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache", - * "Apache MavenSession", nor may "Apache" appear in their name, without + * "Apache Maven", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -63,7 +63,7 @@ import org.dom4j.Node; * * @author Jason van Zyl * - * @version $Id: SnapshotVersionTransformer.java,v 1.2 2003/02/11 22:10:43 jvanzyl Exp $ + * @version $Id: SnapshotVersionTransformer.java,v 1.3 2003/04/13 00:56:02 dion Exp $ */ public class SnapshotVersionTransformer extends AbstractPomTransformer diff --git a/release/src/main/org/apache/maven/release/jelly/ResolveSnapshotsTag.java b/release/src/main/org/apache/maven/release/jelly/ResolveSnapshotsTag.java index 0c2e60e3..f2fae0d5 100644 --- a/release/src/main/org/apache/maven/release/jelly/ResolveSnapshotsTag.java +++ b/release/src/main/org/apache/maven/release/jelly/ResolveSnapshotsTag.java @@ -26,12 +26,12 @@ package org.apache.maven.release.jelly; * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache MavenSession" must not be used to endorse or promote products + * "Apache Maven" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache", - * "Apache MavenSession", nor may "Apache" appear in their name, without + * "Apache Maven", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED diff --git a/release/src/main/org/apache/maven/release/jelly/SnapshotVersionTransformerTag.java b/release/src/main/org/apache/maven/release/jelly/SnapshotVersionTransformerTag.java index c573c886..6cf8839b 100644 --- a/release/src/main/org/apache/maven/release/jelly/SnapshotVersionTransformerTag.java +++ b/release/src/main/org/apache/maven/release/jelly/SnapshotVersionTransformerTag.java @@ -26,12 +26,12 @@ package org.apache.maven.release.jelly; * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache MavenSession" must not be used to endorse or promote products + * "Apache Maven" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache", - * "Apache MavenSession", nor may "Apache" appear in their name, without + * "Apache Maven", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED diff --git a/release/src/test/org/apache/maven/release/SnapshotResolverTest.java b/release/src/test/org/apache/maven/release/SnapshotResolverTest.java index 96e68e41..4e697294 100644 --- a/release/src/test/org/apache/maven/release/SnapshotResolverTest.java +++ b/release/src/test/org/apache/maven/release/SnapshotResolverTest.java @@ -26,12 +26,12 @@ package org.apache.maven.release; * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache MavenSession" must not be used to endorse or promote products + * "Apache Maven" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache", - * "Apache MavenSession", nor may "Apache" appear in their name, without + * "Apache Maven", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED