Set correct version for all modules.
This commit is contained in:
parent
ab465fd22d
commit
e091216bb4
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>examples-kmeans</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-kmeans-image</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</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-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-kmeans</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</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-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-sofm-chinese-rings</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</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-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-sofm</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>SOFM</name>
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>examples-sofm</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>examples-sofm-tsp</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
<!-- This name is used in the shaded jar to provide the application title for the version information. -->
|
||||
<name>SOFM: Traveling Salesman Problem</name>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>commons-math-examples</artifactId>
|
||||
<version>4.0-SNAPSHOT</version>
|
||||
<version>4.0-beta1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Example applications</name>
|
||||
|
||||
|
|
Loading…
Reference in New Issue