You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/10/30 12:39:53 UTC

oodt git commit: attempt to set sonar language

Repository: oodt
Updated Branches:
  refs/heads/master a720c48b0 -> 32a73087d


attempt to set sonar language


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/32a73087
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/32a73087
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/32a73087

Branch: refs/heads/master
Commit: 32a73087d7e7ea90d4070c3c1d30ebd19d423be3
Parents: a720c48
Author: Tom Barber <to...@analytical-labs.com>
Authored: Fri Oct 30 11:39:40 2015 +0000
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Fri Oct 30 11:39:40 2015 +0000

----------------------------------------------------------------------
 core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/32a73087/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 52beba8..025ef60 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -39,6 +39,7 @@ the License.
     <jena.version>3.0.0</jena.version>
     <wicket.version>1.4.17</wicket.version>
     <jetty.version>6.1.25</jetty.version>
+    <sonar.language>java</sonar.language>
   </properties>
   <!-- All dependencies should be listed in core/pom.xml and be ordered alphabetically by package and artifact.
        Once the dependency is in the core pom, it can then be used in other modules without the version tags.