mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
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:
parent
d755a83c9c
commit
03bc14d5f3
12
pom.xml
12
pom.xml
@ -42,15 +42,15 @@
|
|||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</developerConnection>
|
<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>
|
<url>http://svn.apache.org/viewvc/commons/proper/math/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>people.apache.org</id>
|
<id>apache.website</id>
|
||||||
<name>Apache Commons Math</name>
|
<name>Apache Commons Site</name>
|
||||||
<url>scp://people.apache.org/www/commons.apache.org/math</url>
|
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math/</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Mikkel Meyer Andersen</name>
|
<name>Mikkel Meyer Andersen</name>
|
||||||
@ -343,7 +343,7 @@
|
|||||||
<!-- This value must reflect the current name of the base package. -->
|
<!-- This value must reflect the current name of the base package. -->
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
|
||||||
<!-- do not use snapshot suffix here -->
|
<!-- 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.release.desc>(requires Java 1.5+)</commons.release.desc>
|
||||||
<!-- <commons.rc.version>RC1</commons.rc.version> -->
|
<!-- <commons.rc.version>RC1</commons.rc.version> -->
|
||||||
<commons.binary.suffix>-bin</commons.binary.suffix>
|
<commons.binary.suffix>-bin</commons.binary.suffix>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user