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

svn commit: r1401193 - in /cxf/dosgi/trunk: discovery/distributed/cxf-discovery/pom.xml discovery/distributed/zookeeper-server/pom.xml discovery/local/pom.xml felix/pom.xml felix/profiles/pom.xml systests2/common/pom.xml systests2/multi-bundle/pom.xml

Author: cschneider
Date: Tue Oct 23 08:11:23 2012
New Revision: 1401193

URL: http://svn.apache.org/viewvc?rev=1401193&view=rev
Log:
Removing redundant infos from the poms

Modified:
    cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml
    cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml
    cxf/dosgi/trunk/discovery/local/pom.xml
    cxf/dosgi/trunk/felix/pom.xml
    cxf/dosgi/trunk/felix/profiles/pom.xml
    cxf/dosgi/trunk/systests2/common/pom.xml
    cxf/dosgi/trunk/systests2/multi-bundle/pom.xml

Modified: cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml?rev=1401193&r1=1401192&r2=1401193&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml Tue Oct 23 08:11:23 2012
@@ -20,11 +20,9 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-discovery-distributed</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Distributed Discovery Service Bundle</name>
-    <version>1.4-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>

Modified: cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml?rev=1401193&r1=1401192&r2=1401193&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml Tue Oct 23 08:11:23 2012
@@ -20,11 +20,9 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-discovery-distributed-zookeeper-server</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Distributed Discovery Zookeeper Server Control Bundle</name>
-    <version>1.4-SNAPSHOT</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>

Modified: cxf/dosgi/trunk/discovery/local/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/pom.xml?rev=1401193&r1=1401192&r2=1401193&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/local/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/local/pom.xml Tue Oct 23 08:11:23 2012
@@ -20,11 +20,9 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Local Discovery Service Bundle</name>
-    <version>1.4-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>

Modified: cxf/dosgi/trunk/felix/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/pom.xml?rev=1401193&r1=1401192&r2=1401193&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/pom.xml (original)
+++ cxf/dosgi/trunk/felix/pom.xml Tue Oct 23 08:11:23 2012
@@ -1,9 +1,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-felix</artifactId>
-    <version>1.4-SNAPSHOT</version>
-
     <packaging>pom</packaging>
     <name>Distributed OSGi Temporary Private Felix Framework Build</name>
 

Modified: cxf/dosgi/trunk/felix/profiles/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/profiles/pom.xml?rev=1401193&r1=1401192&r2=1401193&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/profiles/pom.xml (original)
+++ cxf/dosgi/trunk/felix/profiles/pom.xml Tue Oct 23 08:11:23 2012
@@ -19,11 +19,9 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-felix-profiles</artifactId>
     <packaging>jar</packaging>
     <name>Distributed OSGi Felix Profiles</name>
-    <version>1.4-SNAPSHOT</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>

Modified: cxf/dosgi/trunk/systests2/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests2/common/pom.xml?rev=1401193&r1=1401192&r2=1401193&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests2/common/pom.xml (original)
+++ cxf/dosgi/trunk/systests2/common/pom.xml Tue Oct 23 08:11:23 2012
@@ -30,7 +30,6 @@
 
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests2-common</artifactId>
-    <version>1.4-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Distributed OSGi System Tests Common Classes</name>
@@ -82,7 +81,7 @@
                 <configuration>
                     <excludeDependencies>true</excludeDependencies>
                     <instructions>
-                        <Bundle-Name>Bundle containing common code for the CX DOSGi system tests</Bundle-Name>
+                        <Bundle-Name>Bundle containing common code for the CXF DOSGi system tests</Bundle-Name>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <!-- The TinyBundles are only used during the 'configure' stage and are therefore not

Modified: cxf/dosgi/trunk/systests2/multi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests2/multi-bundle/pom.xml?rev=1401193&r1=1401192&r2=1401193&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests2/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/systests2/multi-bundle/pom.xml Tue Oct 23 08:11:23 2012
@@ -13,7 +13,6 @@
 
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests2-multibundle</artifactId>
-    <version>1.4-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Distributed OSGi System Tests Multi-Bundle</name>