Skip to content

Commit 4ee8939

Browse files
committed
[maven-release-plugin] prepare release FCSSimpleEndpoint-1.9.0
1 parent 75b1195 commit 4ee8939

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<groupId>eu.clarin.sru.fcs</groupId>
75
<artifactId>fcs-simple-endpoint</artifactId>
8-
<version>1.9.0-lex-SNAPSHOT</version>
6+
<version>1.9.0</version>
97
<packaging>jar</packaging>
108
<name>A simple CLARIN FCS endpoint</name>
119
<description>
@@ -30,7 +28,8 @@
3028
<connection>scm:git:https://github.com/clarin-eric/fcs-simple-endpoint</connection>
3129
<developerConnection>scm:git:[email protected]:clarin-eric/fcs-simple-endpoint.git</developerConnection>
3230
<url>https://github.com/clarin-eric/fcs-simple-endpoint</url>
33-
</scm>
31+
<tag>FCSSimpleEndpoint-1.9.0</tag>
32+
</scm>
3433

3534
<dependencies>
3635
<dependency>

0 commit comments

Comments
 (0)