You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 11:26:12 UTC

[1/2] git commit: magnify names in poms and remove duplicate properties

Updated Branches:
  refs/heads/master 10b25e377 -> 7b6c68227


magnify names in poms and remove duplicate properties


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

Branch: refs/heads/master
Commit: 7b6c6822728bc0ae4d315fe1fdbbc113789cbc0e
Parents: 2e6a2c9
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 11:25:59 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 11:25:59 2012 +0200

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml |    2 +-
 helix-core/pom.xml         |    3 +--
 mockservice/pom.xml        |    5 +----
 pom.xml                    |    5 ++++-
 4 files changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/7b6c6822/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 094d870..d66fe34 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
   <artifactId>helix-admin-webapp</artifactId>
   <packaging>jar</packaging>
-  <name>helix-admin-webapp</name>
+  <name>Helix :: Admin Webapp</name>
 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/7b6c6822/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 21f4305..06a4af1 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -28,10 +28,9 @@ under the License.
   <artifactId>helix-core</artifactId>
   <packaging>jar</packaging>
 
-  <name>helix-core</name>
+  <name>Helix :: Core</name>
 
   <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <repo.dir>file://${project.basedir}/../repo</repo.dir>
   </properties>
   <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/7b6c6822/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 528da2c..19afa7c 100644
--- a/mockservice/pom.xml
+++ b/mockservice/pom.xml
@@ -25,11 +25,8 @@ under the License.
     <version>0.1-incubating</version>
   </parent>
   <artifactId>mockservice</artifactId>
-  <name>mockservice</name>
+  <name>Helix :: Mockservice</name>
 
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/7b6c6822/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d10fe9d..9a1de0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
   <artifactId>helix</artifactId>
   <version>0.1-incubating</version>
   <packaging>pom</packaging>
-  <name>Helix Modules Root</name>
+  <name>Helix</name>
 
   <modules>
     <module>helix-core</module>
@@ -100,6 +100,9 @@ under the License.
   </ciManagement>
 
   <properties>
+
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
     <maven-scm-provider-svnjava.version>2.0.5</maven-scm-provider-svnjava.version>
     <svnkit.version>1.7.5-v1</svnkit.version>