You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/04/28 01:07:56 UTC

incubator-mnemonic git commit: MNEMONIC-27: Clean up project maven project file

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master 0707f8652 -> e46a7a1ec


MNEMONIC-27: Clean up project maven project file


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/e46a7a1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/e46a7a1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/e46a7a1e

Branch: refs/heads/master
Commit: e46a7a1ec8add60deba0b39ba49e823db17cd4b5
Parents: 0707f86
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Wed Apr 27 16:07:14 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Wed Apr 27 16:07:14 2016 -0700

----------------------------------------------------------------------
 pom.xml | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/e46a7a1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f66936f..3f96965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,35 +38,27 @@
     </license>
   </licenses>
 
-  <organization>
-    <name>Non-Volatile Computing Technologies</name>
-    <url>https://github.com/NonVolatileComputing</url>
-  </organization>
-
   <developers>
     <developer>
       <id>Gary</id>
       <name>Gang Wang</name>
       <email>gang1.wang@intel.com</email>
-      <url></url>
-      <organization></organization>
-      <organizationUrl></organizationUrl>
+      <url>http://www.intel.com</url>
+      <organization>Intel</organization>
+      <organizationUrl>http://www.intel.com</organizationUrl>
       <timezone>US/Pacific</timezone>
     </developer>
     <developer>
       <id>Yanping</id>
       <name>Yanping Wang</name>
       <email>yanping.wang@intel.com</email>
-      <url></url>
-      <organization></organization>
-      <organizationUrl></organizationUrl>
+      <url>http://www.intel.com</url>
+      <organization>Intel</organization>
+      <organizationUrl>http://www.intel.com</organizationUrl>
       <timezone>US/Pacific</timezone>
     </developer>
   </developers>
 
-  <contributors>
-  </contributors>
-
   <distributionManagement>
     <site>
       <id>gh-pages</id>