summaryrefslogtreecommitdiff
path: root/firmal
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-04-13 18:32:48 -0400
committerBen Culkin <scorpress@gmail.com>2020-04-13 18:32:48 -0400
commit7a1e667d8056c76e8c2ba6eef6b0f75f20b1a5ee (patch)
tree8fabd0aecf47028de8144d13e0613b4e0bc61dd5 /firmal
parent22204c9475d578efbce882cae0f2b618d35386cb (diff)
Update POM
Update the POM file
Diffstat (limited to 'firmal')
-rw-r--r--firmal/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml
index 74aca8c..f1aeb91 100644
--- a/firmal/pom.xml
+++ b/firmal/pom.xml
@@ -12,4 +12,16 @@
<version>1.0.0</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.0</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file