We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813ad14 commit 354a705Copy full SHA for 354a705
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.terma</groupId>
6
<artifactId>sql-on-json</artifactId>
7
- <version> 2.0.0</version>
+ <version>1.0.2-SNAPSHOT</version>
8
9
<name>SQL on JSON</name>
10
<description>SQL on JSON</description>
@@ -194,7 +194,7 @@
194
<developerConnection>scm:git:https://github.com/terma/sql-on-json.git</developerConnection>
195
<connection>scm:git:https://github.com/terma/sql-on-json.git</connection>
196
<url>https://github.com/terma/sql-on-json</url>
197
- <tag>sql-on-json- 2.0.0</tag>
+ <tag>HEAD</tag>
198
</scm>
199
200
</project>
0 commit comments