summaryrefslogtreecommitdiff
path: root/BJC-Utils2/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BJC-Utils2/pom.xml')
-rw-r--r--BJC-Utils2/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/BJC-Utils2/pom.xml b/BJC-Utils2/pom.xml
index 1a57d4c..da5e9e9 100644
--- a/BJC-Utils2/pom.xml
+++ b/BJC-Utils2/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>BJC-Utils2</artifactId>
<version>0.1.0-SNAPSHOT</version>
@@ -12,7 +24,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jvmtarget>1.8</jvmtarget>
</properties>
<dependencies>