upgrade versions

fix generation error.
This commit is contained in:
Oliver Burn 2011-07-12 16:39:41 +10:00
parent 51522ecab5
commit c12bbc18ed
2 changed files with 12 additions and 10 deletions

20
pom.xml
View File

@ -213,7 +213,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.2</version>
<version>3.0-beta-3</version>
<configuration>
<xdocDirectory>${basedir}/src/xdocs</xdocDirectory>
<validate>true</validate>
@ -223,6 +223,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0.1</version>
<executions>
<execution>
<id>enforce-versions</id>
@ -271,12 +272,12 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<property name="mvn.project.build.outputDirectory" value="${project.build.outputDirectory}" />
<property name="mvn.project.version" value="${project.version}" />
<property name="mvn.compile_classpath" refid="maven.compile.classpath" />
<ant antfile="ant-phase-compile.xml" />
</tasks>
</target>
</configuration>
</execution>
<execution>
@ -286,12 +287,12 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<property name="mvn.project.build.directory" value="${project.build.directory}" />
<property name="mvn.project.version" value="${project.version}" />
<property name="mvn.runtime_classpath" refid="maven.runtime.classpath" />
<ant antfile="ant-phase-verify.xml" />
</tasks>
</target>
</configuration>
</execution>
</executions>
@ -308,7 +309,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.8</version>
<version>2.9</version>
<configuration>
<systemProperties>
<property>
@ -359,7 +360,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.4</version>
<version>2.5.1</version>
<configuration>
<instrumentation>
<excludes>
@ -395,7 +396,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<version>2.8</version>
<configuration>
<source>1.5</source>
</configuration>
@ -432,6 +433,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-3</version>
<executions>
<execution>
<id>gen-site</id>
@ -515,7 +517,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.2</version>
<version>1.3</version>
<executions>
<execution>
<id>sign-artifacts</id>

View File

@ -61,7 +61,7 @@
<p>
If you want to live on the bleeding edge, you can
<a href="http://sourceforge.net/scm/?type=hg&group_id=29721">checkout
<a href="http://sourceforge.net/scm/?type=hg&amp;group_id=29721">checkout
the current development code from Mercurial</a> and compile yourself.
</p>