On 24 February 2012 16:13, <ggreg...@apache.org> wrote: > Author: ggregory > Date: Fri Feb 24 16:13:32 2012 > New Revision: 1293318 > > URL: http://svn.apache.org/viewvc?rev=1293318&view=rev > Log: > Update POM to use current parent and plugins.
Doesn't the parent define properties for some of the versions? Alternatively, there's surely no need to specify the versions in the build section if they are in the pluginManagement section in CP23? > Modified: > commons/proper/codec/trunk/pom.xml > > Modified: commons/proper/codec/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1293318&r1=1293317&r2=1293318&view=diff > ============================================================================== > --- commons/proper/codec/trunk/pom.xml (original) > +++ commons/proper/codec/trunk/pom.xml Fri Feb 24 16:13:32 2012 > @@ -20,7 +20,7 @@ limitations under the License. > <parent> > <groupId>org.apache.commons</groupId> > <artifactId>commons-parent</artifactId> > - <version>22</version> > + <version>23</version> > </parent> > <modelVersion>4.0.0</modelVersion> > <groupId>commons-codec</groupId> > @@ -201,7 +201,7 @@ limitations under the License. > <commons.componentid>codec</commons.componentid> > <commons.release.version>1.6.1</commons.release.version> > <!-- The RC version used in the staging repository URL. --> > - <commons.rc.version>RC2</commons.rc.version> > + <commons.rc.version>RC1</commons.rc.version> > <commons.jira.id>CODEC</commons.jira.id> > <commons.jira.pid>12310464</commons.jira.pid> > <!-- Ensure copies work OK (can be removed later when this is in parent > POM) --> > @@ -245,7 +245,7 @@ limitations under the License. > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jar-plugin</artifactId> > - <version>2.3.2</version> > + <version>2.4</version> > <executions> > <execution> > <goals> > @@ -257,7 +257,7 @@ limitations under the License. > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-assembly-plugin</artifactId> > - <version>2.2.2</version> > + <version>2.3</version> > <configuration> > <descriptors> > <descriptor>src/main/assembly/bin.xml</descriptor> > @@ -305,7 +305,7 @@ limitations under the License. > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > - <version>2.6</version> > + <version>2.7</version> > <configuration> > <targetJdk>1.5</targetJdk> > </configuration> > @@ -313,7 +313,7 @@ limitations under the License. > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>findbugs-maven-plugin</artifactId> > - <version>2.3.3</version> > + <version>2.4.0</version> > </plugin> > <plugin> > <groupId>org.codehaus.mojo</groupId> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org