Hi Sergiu, On Nov 6, 2008, at 7:22 AM, sdumitriu (SVN) wrote:
> Author: sdumitriu > Date: 2008-11-06 07:22:48 +0100 (Thu, 06 Nov 2008) > New Revision: 13997 > > Modified: > platform/pom/trunk/pom.xml > Log: > [misc] > Lock down another maven plugin version > Declare a default version for the shared test dependency > > > Modified: platform/pom/trunk/pom.xml > =================================================================== > --- platform/pom/trunk/pom.xml 2008-11-06 06:08:51 UTC (rev 13996) > +++ platform/pom/trunk/pom.xml 2008-11-06 06:22:48 UTC (rev 13997) > @@ -171,6 +171,7 @@ > <dependency> > <groupId>com.xpn.xwiki.platform.tools</groupId> > <artifactId>xwiki-verification-resources</artifactId> > + <version>${platform.tool.verification.version}</ > version> I don't think this is right. There should be no version specified IMO since this parent POM can be used by any module and some modules will want to use a different version. WDYT? Thanks -Vincent > </dependency> > </dependencies> > <configuration> > @@ -271,6 +272,12 @@ > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-plugin-plugin</artifactId> > + <!-- Lock down plugin version for build reproducibility --> > + <version>2.3</version> > + </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-site-plugin</artifactId> > <!-- Lock down plugin version for build reproducibility --> > <version>2.0-beta-6</version> > @@ -396,6 +403,7 @@ > <properties> > <!-- Only disable checkstyle in the clover profile. by default > it's on. --> > <xwiki.checkstyle.skip>false</xwiki.checkstyle.skip> > + <platform.tool.verification.version>1.12-SNAPSHOT</ > platform.tool.verification.version> > </properties> > <profiles> > <profile> _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs