You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by ah...@apache.org on 2007/02/25 22:02:30 UTC

svn commit: r511607 - /hivemind/hivemind-site/trunk/maven-skin/pom.xml

Author: ahuegen
Date: Sun Feb 25 13:02:29 2007
New Revision: 511607

URL: http://svn.apache.org/viewvc?view=rev&rev=511607
Log:
Release 2.0

Modified:
    hivemind/hivemind-site/trunk/maven-skin/pom.xml

Modified: hivemind/hivemind-site/trunk/maven-skin/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind-site/trunk/maven-skin/pom.xml?view=diff&rev=511607&r1=511606&r2=511607
==============================================================================
--- hivemind/hivemind-site/trunk/maven-skin/pom.xml (original)
+++ hivemind/hivemind-site/trunk/maven-skin/pom.xml Sun Feb 25 13:02:29 2007
@@ -4,14 +4,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.hivemind</groupId>
     <artifactId>maven-skin</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <name>HiveMind Site Skin</name>
     <description>HiveMind Maven2 Site Skin</description>
     
     <parent>
         <groupId>org.apache.hivemind</groupId>
         <artifactId>hivemind-site</artifactId>
-        <version>2.0.0</version>
+        <version>2.0</version>
     </parent>
     
 </project>