summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-10 10:08:56 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-10 10:08:56 +0200
commit578f65e8ca63c50ef198099a99cb0711e4c4e7b2 (patch)
tree9154c31d349a42002e8e4f6b5df0e8a57059b0c8 /pom.xml
parent4a90596e4c8ff50f5624c0739f3710723a90a485 (diff)
Repackage to org.cristalise. Move java version to 1.7.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7898751..6148591 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,8 +35,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
</configuration>
</plugin>
<plugin>