Project

General

Profile

« Previous | Next » 

Revision 205f1214

Added by Andreas Müller about 2 years ago

ref #9359 update maven-compiler-plugin and buildnumber-maven-plugin to latest versions in cdmlib

View differences:

pom.xml
209 209
      <plugin>
210 210
        <groupId>org.apache.maven.plugins</groupId>
211 211
        <artifactId>maven-compiler-plugin</artifactId>
212
		<version>2.3.2</version> 
212
		<version>3.9.0</version> 
213 213
        <configuration>
214 214
          <source>${java.codelevel}</source>
215 215
          <target>${java.codelevel}</target>
......
240 240
      <plugin>
241 241
        <groupId>org.codehaus.mojo</groupId>
242 242
        <artifactId>buildnumber-maven-plugin</artifactId>
243
        <version>1.0-beta-3</version>
243
        <version>1.4</version>
244 244
        <executions>
245 245
          <execution>
246 246
            <!--<phase>deploy</phase> -->

Also available in: Unified diff