Reset "-SNAPSHOT" suffix in "<version>" tag.
Next version is still "4.0", with "0" as minor number, because last release was "beta".
This commit is contained in:
parent
d6f3268e6a
commit
8e5e8bb65b
|
@ -15,15 +15,13 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math4-core</artifactId>
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>examples-kmeans</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-kmeans-image</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<!-- This name is used in the shaded jar to provide the application title for the version information. -->
|
||||
<name>K-Means: Image Clustering</name>
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-examples</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-kmeans</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>K-Means</name>
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>examples-sofm</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-sofm-chinese-rings</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<!-- This name is used in the shaded jar to provide the application title for the version information. -->
|
||||
<name>SOFM: Chinese Rings</name>
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-examples</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-sofm</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>SOFM</name>
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>examples-sofm</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-sofm-tsp</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<!-- This name is used in the shaded jar to provide the application title for the version information. -->
|
||||
<name>SOFM: Traveling Salesman Problem</name>
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math-examples</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Example applications</name>
|
||||
|
||||
|
|
|
@ -15,15 +15,13 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math4-legacy-core</artifactId>
|
||||
|
|
|
@ -15,15 +15,13 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math4-legacy-exception</artifactId>
|
||||
|
|
|
@ -15,15 +15,13 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math4-legacy</artifactId>
|
||||
|
|
|
@ -15,15 +15,13 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math4-neuralnet</artifactId>
|
||||
|
|
|
@ -15,15 +15,13 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math4-transform</artifactId>
|
||||
|
|
|
@ -17,15 +17,13 @@ KIND, either express or implied. See the License for the
|
|||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math4</artifactId>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>commons-math-docs</artifactId>
|
||||
|
|
23
pom.xml
23
pom.xml
|
@ -25,7 +25,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>commons-math-parent</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Apache Commons Math</name>
|
||||
<description>
|
||||
|
@ -540,9 +540,8 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<target name="empty-checkout" unless="${perform.site.checkout}">
|
||||
<mkdir dir="${commons.scmPubCheckoutDirectory}"/>
|
||||
<echo file="${commons.scmPubCheckoutDirectory}${file.separator}README"
|
||||
message="The '${commons.scmPubCheckoutDirectory}' directory is empty in child modules."/>
|
||||
<mkdir dir="${commons.scmPubCheckoutDirectory}" />
|
||||
<echo file="${commons.scmPubCheckoutDirectory}${file.separator}README" message="The '${commons.scmPubCheckoutDirectory}' directory is empty in child modules." />
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@ -560,7 +559,7 @@
|
|||
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
|
||||
</exec>
|
||||
<!-- Create the directory in the event that no svn exectuable is on the path -->
|
||||
<mkdir dir="${commons.scmPubCheckoutDirectory}"/>
|
||||
<mkdir dir="${commons.scmPubCheckoutDirectory}" />
|
||||
|
||||
<echo file="${commons.scmPubCheckoutDirectory}.README">The '${commons.scmPubCheckoutDirectory}' directory is controlled by "subversion".
|
||||
Running "svn up" will download *all* the files of the live web site at
|
||||
|
@ -597,8 +596,8 @@ This is avoided by creating an empty directory when svn is not available.
|
|||
</goals>
|
||||
<configuration>
|
||||
<target name="remove-checkout">
|
||||
<delete dir="${commons.scmPubCheckoutDirectory}" quiet="true"/>
|
||||
<delete file="${commons.scmPubCheckoutDirectory}.README" quiet="true"/>
|
||||
<delete dir="${commons.scmPubCheckoutDirectory}" quiet="true" />
|
||||
<delete file="${commons.scmPubCheckoutDirectory}.README" quiet="true" />
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@ -761,7 +760,7 @@ This is avoided by creating an empty directory when svn is not available.
|
|||
<email>billbarker at apache dot org</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Sébastien Brisard</name>
|
||||
<name>Sébastien Brisard</name>
|
||||
<id>celestin</id>
|
||||
<email>celestin at apache dot org</email>
|
||||
</developer>
|
||||
|
@ -858,7 +857,7 @@ This is avoided by creating an empty directory when svn is not available.
|
|||
<name>Peter Andrews</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Rémi Arntzen</name>
|
||||
<name>Rémi Arntzen</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Matt Adereth</name>
|
||||
|
@ -927,7 +926,7 @@ This is avoided by creating an empty directory when svn is not available.
|
|||
<name>Hank Grabowski</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Bernhard Grünewaldt</name>
|
||||
<name>Bernhard Grünewaldt</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Elliotte Rusty Harold</name>
|
||||
|
@ -1005,7 +1004,7 @@ This is avoided by creating an empty directory when svn is not available.
|
|||
<name>Andreas Rieger</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Sébastien Riou</name>
|
||||
<name>Sébastien Riou</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Karl Richter</name>
|
||||
|
@ -1056,7 +1055,7 @@ This is avoided by creating an empty directory when svn is not available.
|
|||
<name>Andrew Waterman</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Jörg Weimar</name>
|
||||
<name>Jörg Weimar</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Christian Winter</name>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math4-examples</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<name>Commons Math User Guide</name>
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
<description>Examples</description>
|
||||
|
@ -84,12 +84,12 @@
|
|||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math4</artifactId>
|
||||
<classifier>tools</classifier>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math4</artifactId>
|
||||
<version>4.0-beta1</version>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.xeiam.xchart</groupId>
|
||||
|
|
Loading…
Reference in New Issue