You haven't updated the site either... it's still 0.9-SNAPSHOT. If your release process leaves the -SNAPSHOT site deployed then your release process is broken ;-)
On 8 July 2013 11:17, sebb <[email protected]> wrote: > On 8 July 2013 10:36, <[email protected]> wrote: > > Updated Branches: > > refs/heads/master 7bb5f1957 -> 50a24e541 > > > > > > upgrade to rat:0.9 and defensively prepare for maven-parent 24 > > Warning: RAT 0.9 is a lot slower than 0.8 when scanning large files > that don't have a valid license. > Make sure it does not try to scan any log files or javadocs. > > The issue [1] has been fixed and we're hoping to release an update > before too long. > > [1] https://issues.apache.org/jira/browse/RAT-138 > > > > > Project: http://git-wip-us.apache.org/repos/asf/maven/repo > > Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/50a24e54 > > Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/50a24e54 > > Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/50a24e54 > > > > Branch: refs/heads/master > > Commit: 50a24e5418a5eecfec5caa2502c59be3bd1b67a0 > > Parents: 7bb5f19 > > Author: Stephen Connolly <[email protected]> > > Authored: Mon Jul 8 10:35:59 2013 +0100 > > Committer: Stephen Connolly <[email protected]> > > Committed: Mon Jul 8 10:35:59 2013 +0100 > > > > ---------------------------------------------------------------------- > > pom.xml | 7 +++---- > > 1 file changed, 3 insertions(+), 4 deletions(-) > > ---------------------------------------------------------------------- > > > > > > http://git-wip-us.apache.org/repos/asf/maven/blob/50a24e54/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/pom.xml b/pom.xml > > index 95a25b8..fe5f418 100644 > > --- a/pom.xml > > +++ b/pom.xml > > @@ -435,12 +435,9 @@ > > <plugin> > > <groupId>org.apache.rat</groupId> > > <artifactId>apache-rat-plugin</artifactId> > > - <version>0.8</version> > > + <version>0.9</version> > > <configuration> > > <excludes> > > - <exclude>**/.git*</exclude> > > - <exclude>.git/**</exclude> > > - <exclude>.idea/**</exclude> > > <exclude>src/test/resources*/**</exclude> > > <exclude>src/test/projects/**</exclude> > > <exclude>src/test/remote-repo/**</exclude> > > @@ -494,6 +491,8 @@ > > <exclude>bootstrap/**</exclude> > > <exclude>README.bootstrap.txt</exclude> > > </excludes> > > + <!-- maven-parent:24 sets ignore errors, but core is ahead --> > > + <ignoreErrors>false</ignoreErrors> > > </configuration> > > </plugin> > > </plugins> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
