diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -88,13 +88,11 @@ </developers>
<dependencies>
- <!--
<dependency>
- <groupId>cojen</groupId>
+ <groupId>org.cojen</groupId>
<artifactId>cojen</artifactId>
- <version>1.1.4</version>
+ <version>2.0</version>
</dependency>
- -->
<dependency>
<groupId>joda-time</groupId>
@@ -137,6 +135,16 @@ </configuration>
</plugin>
-->
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
|