summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 0419c47..b0aa812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>