summaryrefslogtreecommitdiff
path: root/RGens/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'RGens/pom.xml')
-rw-r--r--RGens/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml
index 0a36b67..9975156 100644
--- a/RGens/pom.xml
+++ b/RGens/pom.xml
@@ -2,6 +2,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<groupId>bjc</groupId>
<artifactId>RGens</artifactId>
<version>0.0.1-SNAPSHOT</version>