Skip to content

Commit 1220a8e

Browse files
committed
[maven-release-plugin] prepare release tock-0.1
1 parent 59ddecb commit 1220a8e

File tree

40 files changed

+82
-161
lines changed

40 files changed

+82
-161
lines changed

bot/connector-messenger/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-bot</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-bot-connector-messenger</artifactId>

bot/engine/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-bot</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-bot-engine</artifactId>

bot/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-root</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-bot</artifactId>

bot/storage-mongo/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-bot</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-bot-storage-mongo</artifactId>

bot/toolkit/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-bot</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>bot-toolkit</artifactId>

nlp/admin/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-admin</artifactId>

nlp/admin/server/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-admin</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-admin-server</artifactId>

nlp/admin/web/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-admin</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-admin-web</artifactId>

nlp/api/client/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-api</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>nlp-api-client</artifactId>

nlp/api/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-api</artifactId>

nlp/api/service/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-api</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-api-service</artifactId>

nlp/build-model-worker/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-build-model-worker</artifactId>

nlp/core/client/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-core</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-core-client</artifactId>

nlp/core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-core</artifactId>

nlp/core/service/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-core</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-core-service</artifactId>

nlp/core/shared/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-core</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-core-shared</artifactId>

nlp/entity-evaluator/duckling/client/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-duckling</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-duckling-client</artifactId>

nlp/entity-evaluator/duckling/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-entity-evaluator</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-duckling</artifactId>

nlp/entity-evaluator/duckling/service/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-duckling</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-duckling-service</artifactId>

nlp/entity-evaluator/entity-value/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-entity-evaluator</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-entity-value</artifactId>

nlp/entity-evaluator/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-entity-evaluator</artifactId>

nlp/front/client/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>fr.vsct.tock</groupId>
2523
<artifactId>tock-nlp-front</artifactId>
26-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1</version>
2725
</parent>
2826

2927
<artifactId>tock-nlp-front-client</artifactId>

0 commit comments

Comments
 (0)