- Revision
- 779
- Author
- mauro
- Date
- 2008-08-21 04:50:39 -0500 (Thu, 21 Aug 2008)
Log Message
Updated to use released version of rspec maven plugin.
Modified Paths
Diff
Modified: trunk/pom.xml (778 => 779)
--- trunk/pom.xml 2008-08-21 03:48:25 UTC (rev 778) +++ trunk/pom.xml 2008-08-21 09:50:39 UTC (rev 779) @@ -227,7 +227,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rspec-maven-plugin</artifactId> - <version>1.0-beta-3-SNAPSHOT</version> + <version>1.0-beta-3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
Modified: trunk/waffle-ruby/pom.xml (778 => 779)
--- trunk/waffle-ruby/pom.xml 2008-08-21 03:48:25 UTC (rev 778) +++ trunk/waffle-ruby/pom.xml 2008-08-21 09:50:39 UTC (rev 779) @@ -63,12 +63,11 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rspec-maven-plugin</artifactId> - <version>1.0-beta-3-SNAPSHOT</version> <configuration> <jrubyHome>${project.build.directory}/jruby/META-INF/jruby.home</jrubyHome> <sourceDirectory>${basedir}/src/test/specs</sourceDirectory> <outputDirectory>${basedir}/target</outputDirectory> - <reportFile>${basedir}/target/rspec-report.html</reportFile> + <reportName>rspec-report.html</reportName> <ignoreFailure>false</ignoreFailure> </configuration> <executions>
To unsubscribe from this list please visit:
