We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1e5eb commit a52a09bCopy full SHA for a52a09b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>eu.clarin.sru.fcs</groupId>
6
<artifactId>fcs-ql</artifactId>
7
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
8
<packaging>jar</packaging>
9
10
<name>CLARIN-FCS Core 2.0 query language parser</name>
@@ -40,7 +40,8 @@
40
<connection>scm:git:https://github.com/clarin-eric/fcs-ql</connection>
41
<developerConnection>scm:git:[email protected]:clarin-eric/fcs-ql.git</developerConnection>
42
<url>https://github.com/clarin-eric/fcs-ql</url>
43
- </scm>
+ <tag>FCS-QL-3.0.0</tag>
44
+ </scm>
45
46
<developers>
47
<developer>
0 commit comments