Fix pom for website publishing.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1538297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-02 22:44:46 +00:00
parent d755a83c9c
commit 03bc14d5f3
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -42,15 +42,15 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/math/trunk</url>
</scm>
<distributionManagement>
<site>
<id>people.apache.org</id>
<name>Apache Commons Math</name>
<url>scp://people.apache.org/www/commons.apache.org/math</url>
<id>apache.website</id>
<name>Apache Commons Site</name>
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math/</url>
</site>
</distributionManagement>
<developers>
<developer>
<name>Mikkel Meyer Andersen</name>
@ -343,7 +343,7 @@
<!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
<!-- do not use snapshot suffix here -->
<commons.release.version>3.3</commons.release.version>
<commons.release.version>3.2</commons.release.version>
<commons.release.desc>(requires Java 1.5+)</commons.release.desc>
<!-- <commons.rc.version>RC1</commons.rc.version> -->
<commons.binary.suffix>-bin</commons.binary.suffix>