You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2014/04/01 11:01:02 UTC

[50/52] [abbrv] git commit: Adding sourceEncoding to POM

Adding sourceEncoding to POM


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/81da510e
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/81da510e
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/81da510e

Branch: refs/heads/olingo-206-validator
Commit: 81da510e6a67d561b81909efb4c48ff85ad88cb9
Parents: dfb1ea0
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Mar 24 12:52:07 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Mar 24 12:52:07 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/81da510e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ee34da5..82a3967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,8 @@
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
     <tomcat.version>7.0.52</tomcat.version>   
+
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
   <dependencyManagement>