You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2009/04/07 23:36:52 UTC

svn commit: r762975 - /labs/magma/trunk/fragment-google-ads-xhtml/pom.xml

Author: simoneg
Date: Tue Apr  7 21:36:51 2009
New Revision: 762975

URL: http://svn.apache.org/viewvc?rev=762975&view=rev
Log:
Fix version in pom

Modified:
    labs/magma/trunk/fragment-google-ads-xhtml/pom.xml

Modified: labs/magma/trunk/fragment-google-ads-xhtml/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/trunk/fragment-google-ads-xhtml/pom.xml?rev=762975&r1=762974&r2=762975&view=diff
==============================================================================
--- labs/magma/trunk/fragment-google-ads-xhtml/pom.xml (original)
+++ labs/magma/trunk/fragment-google-ads-xhtml/pom.xml Tue Apr  7 21:36:51 2009
@@ -2,18 +2,18 @@
   <parent>
     <artifactId>magma-parent</artifactId>
     <groupId>org.apache.magma</groupId>
-    <version>1</version>
+    <version>2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.magma</groupId>
   <artifactId>fragment-google-ads-xhtml</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>magma</packaging>
   <dependencies>
     <dependency>
       <groupId>org.apache.magma</groupId>
       <artifactId>fragment-google-ads</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org