Skip to content

Commit 1e9f4d8

Browse files
committed
[maven-release-plugin] prepare release opennlp-3.0.0-M1
1 parent 81094da commit 1e9f4d8

20 files changed

Lines changed: 38 additions & 69 deletions

File tree

opennlp-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<groupId>org.apache.opennlp</groupId>
2826
<artifactId>opennlp</artifactId>
29-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M1</version>
3028
</parent>
3129

3230
<artifactId>opennlp-api</artifactId>

opennlp-core/opennlp-cli/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.apache.opennlp</groupId>
86
<artifactId>opennlp-core</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-M1</version>
108
</parent>
119

1210
<artifactId>opennlp-cli</artifactId>

opennlp-core/opennlp-formats/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.apache.opennlp</groupId>
86
<artifactId>opennlp-core</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-M1</version>
108
</parent>
119

1210
<artifactId>opennlp-formats</artifactId>

opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<groupId>org.apache.opennlp</groupId>
2826
<artifactId>opennlp-ml</artifactId>
29-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M1</version>
3028
</parent>
3129

3230
<artifactId>opennlp-dl-gpu</artifactId>

opennlp-core/opennlp-ml/opennlp-dl/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<groupId>org.apache.opennlp</groupId>
2826
<artifactId>opennlp-ml</artifactId>
29-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M1</version>
3028
</parent>
3129

3230
<artifactId>opennlp-dl</artifactId>

opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818
under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523
<parent>
2624
<groupId>org.apache.opennlp</groupId>
2725
<artifactId>opennlp-ml</artifactId>
28-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M1</version>
2927
</parent>
3028

3129
<artifactId>opennlp-ml-bayes</artifactId>

opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818
under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523
<parent>
2624
<groupId>org.apache.opennlp</groupId>
2725
<artifactId>opennlp-ml</artifactId>
28-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M1</version>
2927
</parent>
3028

3129
<artifactId>opennlp-ml-commons</artifactId>

opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818
under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523
<parent>
2624
<groupId>org.apache.opennlp</groupId>
2725
<artifactId>opennlp-ml</artifactId>
28-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M1</version>
2927
</parent>
3028

3129
<artifactId>opennlp-ml-maxent</artifactId>

opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818
under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<modelVersion>4.0.0</modelVersion>
2523
<parent>
2624
<groupId>org.apache.opennlp</groupId>
2725
<artifactId>opennlp-ml</artifactId>
28-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M1</version>
2927
</parent>
3028

3129
<artifactId>opennlp-ml-perceptron</artifactId>

opennlp-core/opennlp-ml/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/POM/4.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<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">
2523
<modelVersion>4.0.0</modelVersion>
2624
<parent>
2725
<groupId>org.apache.opennlp</groupId>
2826
<artifactId>opennlp-core</artifactId>
29-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M1</version>
3028
</parent>
3129

3230
<artifactId>opennlp-ml</artifactId>

0 commit comments

Comments
 (0)