Revision: 863 http://jwebunit.svn.sourceforge.net/jwebunit/?rev=863&view=rev Author: henryju Date: 2010-10-19 10:01:45 +0000 (Tue, 19 Oct 2010)
Log Message: ----------- Set Maven plugins versions to have reproducible build (and remove Maven 3 warning). Modified Paths: -------------- branches/2.x/pom.xml Modified: branches/2.x/pom.xml =================================================================== --- branches/2.x/pom.xml 2010-10-19 09:30:51 UTC (rev 862) +++ branches/2.x/pom.xml 2010-10-19 10:01:45 UTC (rev 863) @@ -220,6 +220,16 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>2.1.2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.2</version> <configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ JWebUnit-development mailing list JWebUnit-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jwebunit-development