We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846bb98 commit 84e2442Copy full SHA for 84e2442
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.terma</groupId>
6
<artifactId>sql-on-json</artifactId>
7
- <version>0.0.4</version>
+ <version>0.0.5-SNAPSHOT</version>
8
9
<name>SQL on JSON</name>
10
<description>SQL on JSON</description>
@@ -187,7 +187,7 @@
187
<developerConnection>scm:git:https://github.com/terma/sql-on-json.git</developerConnection>
188
<connection>scm:git:https://github.com/terma/sql-on-json.git</connection>
189
<url>https://github.com/terma/sql-on-json</url>
190
- <tag>sql-on-json-0.0.4</tag>
+ <tag>HEAD</tag>
191
</scm>
192
193
</project>
0 commit comments