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 e960d15 commit a376d56Copy full SHA for a376d56
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.evolvedbinary.cql</groupId>
5
<artifactId>corpusql-parser</artifactId>
6
- <version>1.2.0</version>
+ <version>1.3.0-SNAPSHOT</version>
7
8
<name>Corpus Query Language Parser</name>
9
<description>A Parser for Corpus Query Language</description>
@@ -34,7 +34,7 @@
34
<connection>scm:git:https://github.com/exquery/corpusql-parser.git</connection>
35
<developerConnection>scm:git:https://github.com/exquery/corpusql-parser.git</developerConnection>
36
<url>scm:git:https://github.com/exquery/corpusql-parser.git</url>
37
- <tag>1.2.0</tag>
+ <tag>HEAD</tag>
38
</scm>
39
40
<properties>
0 commit comments