You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/03/01 14:08:05 UTC

svn commit: r1295547 - /commons/proper/math/trunk/pom.xml

Author: erans
Date: Thu Mar  1 13:08:04 2012
New Revision: 1295547

URL: http://svn.apache.org/viewvc?rev=1295547&view=rev
Log:
Reverted "-SNAPSHOT" suffix.

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1295547&r1=1295546&r2=1295547&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Thu Mar  1 13:08:04 2012
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math3</artifactId>
-  <version>3.0</version>
+  <version>3.0-SNAPSHOT</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>