You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by th...@apache.org on 2011/10/30 15:02:51 UTC

svn commit: r1195159 - /cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml

Author: thorsten
Date: Sun Oct 30 14:02:51 2011
New Revision: 1195159

URL: http://svn.apache.org/viewvc?rev=1195159&view=rev
Log:
Fixing version number

Modified:
    cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml?rev=1195159&r1=1195158&r2=1195159&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-profiling-firebug/pom.xml Sun Oct 30 14:02:51 2011
@@ -17,13 +17,12 @@
   <parent>
     <groupId>org.apache.cocoon.parent</groupId>
     <artifactId>cocoon-parent</artifactId>
-    <version>3.0.0-alpha-2-SNAPSHOT</version>
+    <version>3.0.0-beta-1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.apache.cocoon.profiling.firebug</groupId>
   <artifactId>cocoon-profiling-firebug</artifactId>
-  <version>3.0.0-alpha-2-SNAPSHOT</version>
   
   <name>Apache Cocoon 3: Profiling Firebug Plugin</name>
   <description>Cocoon 3 profiling Firebug plugin.</description>