Changeset 887 for MetadataBeans/trunk/pom.xml
- Timestamp:
- 02/04/10 21:56:24 (2 years ago)
- File:
-
- 1 edited
-
MetadataBeans/trunk/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
MetadataBeans/trunk/pom.xml
r878 r887 62 62 <build> 63 63 <plugins> 64 <!-- Ensures java 5compatibility -->64 <!-- Ensures java 6 compatibility --> 65 65 <plugin> 66 66 <artifactId>maven-compiler-plugin</artifactId> 67 67 <configuration> 68 <source>1. 5</source>69 <target>1. 5</target>68 <source>1.6</source> 69 <target>1.6</target> 70 70 <encoding>utf-8</encoding> 71 71 </configuration> … … 170 170 <groupId>junit</groupId> 171 171 <artifactId>junit</artifactId> 172 <version> 3.8.2</version>172 <version>4.7</version> 173 173 <scope>test</scope> 174 174 </dependency>
Note: See TracChangeset
for help on using the changeset viewer.
