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 0fbcc49 commit 0838468Copy full SHA for 0838468
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>eu.clarin.sru.fcs</groupId>
5
<artifactId>fcs-ql</artifactId>
6
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>CLARIN-FCS Core 2.0 query language parser</name>
9
<description>An implementation of CLARIN-FCS Core 2.0 query language grammar and parser.</description>
@@ -37,8 +37,7 @@
37
<connection>scm:git:https://github.com/clarin-eric/fcs-ql</connection>
38
<developerConnection>scm:git:[email protected]:clarin-eric/fcs-ql.git</developerConnection>
39
<url>https://github.com/clarin-eric/fcs-ql</url>
40
- <tag>FCS-QL-1.0.0</tag>
41
- </scm>
+ </scm>
42
43
<developers>
44
<developer>
0 commit comments