You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/10/08 19:49:57 UTC

svn commit: r1005926 - /shindig/trunk/php/pom.xml

Author: lindner
Date: Fri Oct  8 17:49:57 2010
New Revision: 1005926

URL: http://svn.apache.org/viewvc?rev=1005926&view=rev
Log:
fix version for php

Modified:
    shindig/trunk/php/pom.xml

Modified: shindig/trunk/php/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/php/pom.xml?rev=1005926&r1=1005925&r2=1005926&view=diff
==============================================================================
--- shindig/trunk/php/pom.xml (original)
+++ shindig/trunk/php/pom.xml Fri Oct  8 17:49:57 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>