You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by rg...@apache.org on 2011/10/18 03:37:34 UTC

svn commit: r1185453 - /incubator/rave/trunk/rave-shindig/pom.xml

Author: rgardler
Date: Tue Oct 18 01:37:34 2011
New Revision: 1185453

URL: http://svn.apache.org/viewvc?rev=1185453&view=rev
Log:
remove the groupID and version numbers as they are the same as the parent values (Eclipse was failing to build with them in there)

Modified:
    incubator/rave/trunk/rave-shindig/pom.xml

Modified: incubator/rave/trunk/rave-shindig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-shindig/pom.xml?rev=1185453&r1=1185452&r2=1185453&view=diff
==============================================================================
--- incubator/rave/trunk/rave-shindig/pom.xml (original)
+++ incubator/rave/trunk/rave-shindig/pom.xml Tue Oct 18 01:37:34 2011
@@ -29,12 +29,10 @@
         <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.rave</groupId>
     <artifactId>rave-shindig</artifactId>
     <name>Apache Rave :: rave-shindig</name>
     <description>Apache Rave Shindig App</description>
     <packaging>war</packaging>
-    <version>0.5-incubating-SNAPSHOT</version>
 
     <properties>
     </properties>