Ignore:
Timestamp:
02/04/10 21:56:24 (2 years ago)
Author:
kasper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MetadataBeans/trunk/pom.xml

    r878 r887  
    6262        <build> 
    6363                <plugins> 
    64                         <!-- Ensures java 5 compatibility --> 
     64                        <!-- Ensures java 6 compatibility --> 
    6565                        <plugin> 
    6666                                <artifactId>maven-compiler-plugin</artifactId> 
    6767                                <configuration> 
    68                                         <source>1.5</source> 
    69                                         <target>1.5</target> 
     68                                        <source>1.6</source> 
     69                                        <target>1.6</target> 
    7070                                        <encoding>utf-8</encoding> 
    7171                                </configuration> 
     
    170170                        <groupId>junit</groupId> 
    171171                        <artifactId>junit</artifactId> 
    172                         <version>3.8.2</version> 
     172                        <version>4.7</version> 
    173173                        <scope>test</scope> 
    174174                </dependency> 
Note: See TracChangeset for help on using the changeset viewer.