Skip to content

Commit

Permalink
Prepare for 2.0 release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799144 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
psteitz committed Jul 30, 2009
1 parent 96d9a2b commit 0cd9a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<property name="component.title" value="Commons MATH"/>

<!-- The current version number of this component -->
<property name="component.version" value="2.0-RC1"/>
<property name="component.version" value="2.0"/>

<!-- The base directory for component sources -->
<property name="source.home" value="src/java"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.0-RC1</version>
<version>2.0</version>
<name>Commons Math</name>

<inceptionYear>2003</inceptionYear>
Expand Down

0 comments on commit 0cd9a89

Please sign in to comment.