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 f8e0345 commit 283e696Copy full SHA for 283e696
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.humanistika.exist.module</groupId>
7
<artifactId>cql-module</artifactId>
8
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
9
10
<name>CQL Module</name>
11
<description>A Corpus Query Language module for eXist</description>
@@ -36,7 +36,8 @@
36
<connection>scm:git:https://github.com/BCDH/cql-module.git</connection>
37
<developerConnection>scm:git:https://github.com/BCDH/cql-module.git</developerConnection>
38
<url>scm:git:https://github.com/BCDH/cql-module.git</url>
39
- </scm>
+ <tag>cql-module-1.4.0</tag>
40
+ </scm>
41
42
<properties>
43
<cql.module.namespace>http://humanistika.org/ns/exist/module/cql</cql.module.namespace>
0 commit comments