You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/01/16 14:36:08 UTC

[3/4] qpid-jms git commit: QPIDJMS-248: use the standard compiler source/target properties instead of defining our own

QPIDJMS-248: use the standard compiler source/target properties instead of defining our own


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/686296a0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/686296a0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/686296a0

Branch: refs/heads/master
Commit: 686296a0836d1500782e2b42c8083b1402f49a25
Parents: 3d80bd6
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon Jan 16 12:17:30 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon Jan 16 12:17:30 2017 +0000

----------------------------------------------------------------------
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/686296a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 233dc76..014f55e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
   </prerequisites>
 
   <properties>
-    <source-version>1.8</source-version>
-    <target-version>1.8</target-version>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
 
     <!-- Dependency Versions for this Project -->
     <proton-version>0.16.0</proton-version>
@@ -245,8 +245,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>${source-version}</source>
-          <target>${target-version}</target>
           <optimize>true</optimize>
           <debug>true</debug>
           <showDeprecation>true</showDeprecation>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org