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 4161f6d commit edb1476Copy full SHA for edb1476
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>datastax.cdm</groupId>
5
<artifactId>cassandra-data-migrator</artifactId>
6
- <version>4.1.13-SNAPSHOT</version>
+ <version>4.1.13</version>
7
<packaging>jar</packaging>
8
9
<properties>
@@ -185,7 +185,7 @@
185
<connection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</connection>
186
<developerConnection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</developerConnection>
187
<url>https://github.com/datastax/cassandra-data-migrator</url>
188
- <tag>HEAD</tag>
+ <tag>4.1.13</tag>
189
</scm>
190
191
<build>
0 commit comments