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 8adbd3f commit 98b33bcCopy full SHA for 98b33bc
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>datastax.cdm</groupId>
5
<artifactId>cassandra-data-migrator</artifactId>
6
- <version>${revision}</version>
+ <version>4.0.0</version>
7
<packaging>jar</packaging>
8
9
<properties>
@@ -137,7 +137,7 @@
137
<connection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</connection>
138
<developerConnection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</developerConnection>
139
<url>https://github.com/datastax/cassandra-data-migrator</url>
140
- <tag>@{project.version}</tag>
+ <tag>cassandra-data-migrator-4.0.0</tag>
141
</scm>
142
143
<build>
0 commit comments