You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2008/11/20 23:59:40 UTC

svn commit: r719417 - /turbine/fulcrum/trunk/pom.xml

Author: sgoeschl
Date: Thu Nov 20 14:59:39 2008
New Revision: 719417

URL: http://svn.apache.org/viewvc?rev=719417&view=rev
Log:
Using newly released parent pom

Modified:
    turbine/fulcrum/trunk/pom.xml

Modified: turbine/fulcrum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pom.xml?rev=719417&r1=719416&r2=719417&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pom.xml (original)
+++ turbine/fulcrum/trunk/pom.xml Thu Nov 20 14:59:39 2008
@@ -20,9 +20,9 @@
 <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>
   <parent>
-    <groupId>fulcrum</groupId>
+    <groupId>org.apache.fulcrum</groupId>
     <artifactId>fulcrum-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   <artifactId>fulcrum</artifactId>
   <packaging>pom</packaging>