Hi Kristian This commit also updated maven-archiver to a SNAPSHOT version. Was that intentional? If so we should have a JIRA for that. Also if so, please explain why we need a new version of maven-archiver.
On 2012-09-19 21:35, [email protected] wrote: > Author: krosenvold > Date: Wed Sep 19 19:35:16 2012 > New Revision: 1387719 > > URL: http://svn.apache.org/viewvc?rev=1387719&view=rev > Log: > o Updated p-a and p-i > > Modified: > maven/plugins/trunk/maven-war-plugin/pom.xml > > Modified: maven/plugins/trunk/maven-war-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1387719&r1=1387718&r2=1387719&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-war-plugin/pom.xml (original) > +++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Sep 19 19:35:16 2012 > @@ -51,7 +51,7 @@ under the License. > </issueManagement> > > <properties> > - <mavenArchiverVersion>2.5</mavenArchiverVersion> > + <mavenArchiverVersion>2.6-SNAPSHOT</mavenArchiverVersion> > <mavenFilteringVersion>1.0-beta-2</mavenFilteringVersion> > <mavenVersion>2.0.6</mavenVersion> > <mavenPluginPluginVersion>3.1</mavenPluginPluginVersion> > @@ -113,12 +113,12 @@ under the License. > <dependency> > <groupId>org.codehaus.plexus</groupId> > <artifactId>plexus-io</artifactId> > - <version>2.0.2</version> > + <version>2.0.4</version> > </dependency> > <dependency> > <groupId>org.codehaus.plexus</groupId> > <artifactId>plexus-archiver</artifactId> > - <version>2.1</version> > + <version>2.2</version> > <exclusions> > <exclusion> > <groupId>org.codehaus.plexus</groupId> > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
