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:
Gilles Sadowski 2022-12-22 10:35:53 +01:00
parent d6f3268e6a
commit 8e5e8bb65b
16 changed files with 41 additions and 56 deletions

View File

@ -15,15 +15,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. 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" <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">
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math4-core</artifactId> <artifactId>commons-math4-core</artifactId>

View File

@ -21,11 +21,11 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>examples-kmeans</artifactId> <artifactId>examples-kmeans</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>examples-kmeans-image</artifactId> <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. --> <!-- This name is used in the shaded jar to provide the application title for the version information. -->
<name>K-Means: Image Clustering</name> <name>K-Means: Image Clustering</name>

View File

@ -21,11 +21,11 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-examples</artifactId> <artifactId>commons-math-examples</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>examples-kmeans</artifactId> <artifactId>examples-kmeans</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>K-Means</name> <name>K-Means</name>

View File

@ -21,11 +21,11 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>examples-sofm</artifactId> <artifactId>examples-sofm</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>examples-sofm-chinese-rings</artifactId> <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. --> <!-- This name is used in the shaded jar to provide the application title for the version information. -->
<name>SOFM: Chinese Rings</name> <name>SOFM: Chinese Rings</name>

View File

@ -21,11 +21,11 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-examples</artifactId> <artifactId>commons-math-examples</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>examples-sofm</artifactId> <artifactId>examples-sofm</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>SOFM</name> <name>SOFM</name>

View File

@ -21,11 +21,11 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>examples-sofm</artifactId> <artifactId>examples-sofm</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>examples-sofm-tsp</artifactId> <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. --> <!-- This name is used in the shaded jar to provide the application title for the version information. -->
<name>SOFM: Traveling Salesman Problem</name> <name>SOFM: Traveling Salesman Problem</name>

View File

@ -21,11 +21,11 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math-examples</artifactId> <artifactId>commons-math-examples</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Example applications</name> <name>Example applications</name>

View File

@ -15,15 +15,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. 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" <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">
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math4-legacy-core</artifactId> <artifactId>commons-math4-legacy-core</artifactId>

View File

@ -15,15 +15,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. 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" <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">
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math4-legacy-exception</artifactId> <artifactId>commons-math4-legacy-exception</artifactId>

View File

@ -15,15 +15,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. 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" <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">
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math4-legacy</artifactId> <artifactId>commons-math4-legacy</artifactId>

View File

@ -15,15 +15,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. 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" <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">
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math4-neuralnet</artifactId> <artifactId>commons-math4-neuralnet</artifactId>

View File

@ -15,15 +15,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. 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" <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">
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math4-transform</artifactId> <artifactId>commons-math4-transform</artifactId>

View File

@ -17,15 +17,13 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations specific language governing permissions and limitations
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math4</artifactId> <artifactId>commons-math4</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>commons-math-docs</artifactId> <artifactId>commons-math-docs</artifactId>

15
pom.xml
View File

@ -25,7 +25,7 @@
</parent> </parent>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math-parent</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache Commons Math</name> <name>Apache Commons Math</name>
<description> <description>
@ -541,8 +541,7 @@
<configuration> <configuration>
<target name="empty-checkout" unless="${perform.site.checkout}"> <target name="empty-checkout" unless="${perform.site.checkout}">
<mkdir dir="${commons.scmPubCheckoutDirectory}" /> <mkdir dir="${commons.scmPubCheckoutDirectory}" />
<echo file="${commons.scmPubCheckoutDirectory}${file.separator}README" <echo file="${commons.scmPubCheckoutDirectory}${file.separator}README" message="The '${commons.scmPubCheckoutDirectory}' directory is empty in child modules." />
message="The '${commons.scmPubCheckoutDirectory}' directory is empty in child modules."/>
</target> </target>
</configuration> </configuration>
</execution> </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> <email>billbarker at apache dot org</email>
</developer> </developer>
<developer> <developer>
<name>S&#233;bastien Brisard</name> <name>Sébastien Brisard</name>
<id>celestin</id> <id>celestin</id>
<email>celestin at apache dot org</email> <email>celestin at apache dot org</email>
</developer> </developer>
@ -858,7 +857,7 @@ This is avoided by creating an empty directory when svn is not available.
<name>Peter Andrews</name> <name>Peter Andrews</name>
</contributor> </contributor>
<contributor> <contributor>
<name>R&#233;mi Arntzen</name> <name>Rémi Arntzen</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Matt Adereth</name> <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> <name>Hank Grabowski</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Bernhard Gr&#252;newaldt</name> <name>Bernhard Grünewaldt</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Elliotte Rusty Harold</name> <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> <name>Andreas Rieger</name>
</contributor> </contributor>
<contributor> <contributor>
<name>S&#233;bastien Riou</name> <name>Sébastien Riou</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Karl Richter</name> <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> <name>Andrew Waterman</name>
</contributor> </contributor>
<contributor> <contributor>
<name>J&#246;rg Weimar</name> <name>Jörg Weimar</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Christian Winter</name> <name>Christian Winter</name>

View File

@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math4-examples</artifactId> <artifactId>commons-math4-examples</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
<name>Commons Math User Guide</name> <name>Commons Math User Guide</name>
<inceptionYear>2003</inceptionYear> <inceptionYear>2003</inceptionYear>
<description>Examples</description> <description>Examples</description>
@ -84,12 +84,12 @@
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math4</artifactId> <artifactId>commons-math4</artifactId>
<classifier>tools</classifier> <classifier>tools</classifier>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math4</artifactId> <artifactId>commons-math4</artifactId>
<version>4.0-beta1</version> <version>4.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>