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 23:17:09 UTC

incubator-mnemonic git commit: MNEMONIC-30: Add , , to top pom.xml

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master 627b9073e -> 90ccec398


MNEMONIC-30: Add <scm>, <inceptionYear>, <parent> to top pom.xml


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

Branch: refs/heads/master
Commit: 90ccec39857720bf78a00b8e591d2cda64567850
Parents: 627b907
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Thu Apr 28 14:16:57 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Thu Apr 28 14:16:57 2016 -0700

----------------------------------------------------------------------
 README.md |  2 +-
 pom.xml   | 26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/90ccec39/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 578b5f5..b2b2581 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@ To exclude a customized allocator service for your platform e.g. OSX, note that
 
 To build and run the unit tests:
 ```bash
-  $ mvn clean package -DskipTests=false
+  $ mvn clean package install -DskipTests=false
 ```
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/90ccec39/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e54696f..3564763 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,12 @@
   <name>Mnemonic Project Parent POM</name>
   <url>https://github.com/apache/incubator-mnemonic</url>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>17</version>
+  </parent>
+
   <licenses>
     <license>
       <name>Apache 2.0 License</name>
@@ -38,6 +44,12 @@
     </license>
   </licenses>
 
+  <scm>
+    <url>https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</developerConnection>
+  </scm>
+
   <developers>
     <developer>
       <id>Gary</id>
@@ -59,19 +71,7 @@
     </developer>
   </developers>
 
-  <distributionManagement>
-    <site>
-      <id>gh-pages</id>
-      <name>${project.artifactId} Github Pages</name>
-      <url>http://nonvolatilecomputing.github.io/Mnemonic/</url>
-    </site>
-  </distributionManagement>
-
-  <scm>
-    <connection>scm:git:https://bigdata-memory@github.com/NonVolatileComputing/Mnemonic.git</connection>
-    <developerConnection>scm:git:https://bigdata-memory@github.com/NonVolatileComputing/Mnemonic.git</developerConnection>
-    <url>https://github.com/NonVolatileComputing/Mnemonic</url>
-  </scm>
+  <inceptionYear>2014</inceptionYear>
 
   <modules>
     <module>core</module>