Author: olamy
Date: Mon Oct  1 21:27:01 2012
New Revision: 1392625

URL: http://svn.apache.org/viewvc?rev=1392625&view=rev
Log:
magnify names and remove non needed relativePath declaration

Modified:
    directmemory/lightning/trunk/lightning-api/pom.xml
    directmemory/lightning/trunk/lightning-core/pom.xml
    
directmemory/lightning/trunk/lightning-integration/lightning-integration-jgroups/pom.xml
    
directmemory/lightning/trunk/lightning-integration/lightning-integration-spring/pom.xml
    directmemory/lightning/trunk/lightning-integration/pom.xml
    directmemory/lightning/trunk/lightning-maven-eclipse-helper-feature/pom.xml
    directmemory/lightning/trunk/lightning-maven-eclipse-helper/pom.xml
    directmemory/lightning/trunk/lightning-maven-integration-test/pom.xml
    directmemory/lightning/trunk/lightning-maven-plugin/pom.xml

Modified: directmemory/lightning/trunk/lightning-api/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-api/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- directmemory/lightning/trunk/lightning-api/pom.xml (original)
+++ directmemory/lightning/trunk/lightning-api/pom.xml Mon Oct  1 21:27:01 2012
@@ -21,13 +21,12 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-api</artifactId>
-  <name>Lightning: API</name>
+  <name>Lightning :: API</name>
 
   <parent>
     <artifactId>lightning</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <dependencies>

Modified: directmemory/lightning/trunk/lightning-core/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-core/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- directmemory/lightning/trunk/lightning-core/pom.xml (original)
+++ directmemory/lightning/trunk/lightning-core/pom.xml Mon Oct  1 21:27:01 2012
@@ -21,13 +21,12 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-core</artifactId>
-  <name>Lightning: Core</name>
+  <name>Lightning :: Core</name>
 
   <parent>
     <artifactId>lightning</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <dependencies>

Modified: 
directmemory/lightning/trunk/lightning-integration/lightning-integration-jgroups/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-integration/lightning-integration-jgroups/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- 
directmemory/lightning/trunk/lightning-integration/lightning-integration-jgroups/pom.xml
 (original)
+++ 
directmemory/lightning/trunk/lightning-integration/lightning-integration-jgroups/pom.xml
 Mon Oct  1 21:27:01 2012
@@ -21,13 +21,12 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-integration-jgroups</artifactId>
-  <name>Lightning: JGroups Integration</name>
+  <name>Lightning :: JGroups Integration</name>
 
   <parent>
     <artifactId>lightning-integration</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <dependencies>

Modified: 
directmemory/lightning/trunk/lightning-integration/lightning-integration-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-integration/lightning-integration-spring/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- 
directmemory/lightning/trunk/lightning-integration/lightning-integration-spring/pom.xml
 (original)
+++ 
directmemory/lightning/trunk/lightning-integration/lightning-integration-spring/pom.xml
 Mon Oct  1 21:27:01 2012
@@ -21,13 +21,12 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-integration-spring</artifactId>
-  <name>Lightning: Spring Integration</name>
+  <name>Lightning :: Spring Integration</name>
 
   <parent>
     <artifactId>lightning-integration</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <dependencies>

Modified: directmemory/lightning/trunk/lightning-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-integration/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- directmemory/lightning/trunk/lightning-integration/pom.xml (original)
+++ directmemory/lightning/trunk/lightning-integration/pom.xml Mon Oct  1 
21:27:01 2012
@@ -22,13 +22,12 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-integration</artifactId>
   <packaging>pom</packaging>
-  <name>Lightning: Integration</name>
+  <name>Lightning :: Integration</name>
 
   <parent>
     <artifactId>lightning</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <modules>

Modified: 
directmemory/lightning/trunk/lightning-maven-eclipse-helper-feature/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-maven-eclipse-helper-feature/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- directmemory/lightning/trunk/lightning-maven-eclipse-helper-feature/pom.xml 
(original)
+++ directmemory/lightning/trunk/lightning-maven-eclipse-helper-feature/pom.xml 
Mon Oct  1 21:27:01 2012
@@ -21,14 +21,13 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-maven-eclipse-helper-feature</artifactId>
-  <name>Lightning: Maven Eclipse Helper Feature</name>
+  <name>Lightning :: Maven Eclipse Helper Feature</name>
   <packaging>eclipse-feature</packaging>
 
   <parent>
     <artifactId>lightning</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <build>

Modified: directmemory/lightning/trunk/lightning-maven-eclipse-helper/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-maven-eclipse-helper/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- directmemory/lightning/trunk/lightning-maven-eclipse-helper/pom.xml 
(original)
+++ directmemory/lightning/trunk/lightning-maven-eclipse-helper/pom.xml Mon Oct 
 1 21:27:01 2012
@@ -21,14 +21,13 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-maven-eclipse-helper</artifactId>
-  <name>Lightning: Maven Eclipse Helper</name>
+  <name>Lightning :: Maven Eclipse Helper</name>
   <packaging>eclipse-plugin</packaging>
 
   <parent>
     <artifactId>lightning</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <build>

Modified: directmemory/lightning/trunk/lightning-maven-integration-test/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-maven-integration-test/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- directmemory/lightning/trunk/lightning-maven-integration-test/pom.xml 
(original)
+++ directmemory/lightning/trunk/lightning-maven-integration-test/pom.xml Mon 
Oct  1 21:27:01 2012
@@ -21,13 +21,12 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-maven-integration-test</artifactId>
-  <name>Lightning: Maven Integration Test</name>
+  <name>Lightning :: Maven Integration Test</name>
 
   <parent>
     <artifactId>lightning</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <dependencies>

Modified: directmemory/lightning/trunk/lightning-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/lightning/trunk/lightning-maven-plugin/pom.xml?rev=1392625&r1=1392624&r2=1392625&view=diff
==============================================================================
--- directmemory/lightning/trunk/lightning-maven-plugin/pom.xml (original)
+++ directmemory/lightning/trunk/lightning-maven-plugin/pom.xml Mon Oct  1 
21:27:01 2012
@@ -21,14 +21,13 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lightning-maven-plugin</artifactId>
-  <name>Lightning: Maven Plugin</name>
+  <name>Lightning :: Maven Plugin</name>
   <packaging>maven-plugin</packaging>
 
   <parent>
     <artifactId>lightning</artifactId>
     <groupId>org.apache.directmemory.lightning</groupId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <dependencies>


Reply via email to