summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-04-11 17:03:38 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-04-11 17:03:38 +0200
commitf09e07e3314bb9c0cb7a6da7055ecb01da3ed722 (patch)
tree266f113b07f646008b119da959c54c8ee6efb0a8 /pom.xml
parent062c586ccef008d9e91424431e6f28effa8a1143 (diff)
OutcomeInitiator based description initialization. Absorbs all
description editing from the kernel. Module.debug functionality missing - kernel now creates all imported module descriptions with NoWorkflow. Need a way to patch them in later (must be part of this module)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 72be19b..75a7c7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,14 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
</plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
<issueManagement>