We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e473e commit cafbcefCopy full SHA for cafbcef
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>org.quickperf</groupId>
25
<artifactId>quick-sql-test-data</artifactId>
26
- <version>0.1</version>
+ <version>0.2-SNAPSHOT</version>
27
<name>Quick SQL test data</name>
28
<inceptionYear>2021</inceptionYear>
29
@@ -388,7 +388,7 @@
388
<connection>scm:git:https://github.com/quick-perf/quick-sql-test-data.git</connection>
389
<developerConnection>scm:git:[email protected]:quick-perf/quick-sql-test-data.git</developerConnection>
390
<url>https://github.com/quick-perf/quick-sql-test-data</url>
391
- <tag>quick-sql-test-data-0.1</tag>
+ <tag>HEAD</tag>
392
</scm>
393
394
<licenses>
0 commit comments