Skip to content

Instantly share code, notes, and snippets.

@rhusar
Last active August 29, 2015 14:05
Show Gist options
  • Save rhusar/42e6495f146fb49eb021 to your computer and use it in GitHub Desktop.
Save rhusar/42e6495f146fb49eb021 to your computer and use it in GitHub Desktop.
[rhusar@x220 mod_cluster]$ gd
diff --git a/pom.xml b/pom.xml
index 5818703..e180839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
- <version>9</version>
+ <version>16</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -32,6 +33,10 @@
</repositories>
<properties>
+ <!-- Override target/source 1.7 in jboss-parent -->
+ <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.6</maven.compiler.source>
+
<version.jboss-logging>3.1.2.GA</version.jboss-logging>
<version.jboss-logging-processor>1.1.0.Final</version.jboss-logging-processor>
<version.tomcat6>6.0.35</version.tomcat6>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment