Skip to content

Commit 48d5862

Browse files
pravinbhatmsmygit
authored andcommitted
[maven-release-plugin] prepare for next development iteration
1 parent b1400ca commit 48d5862

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22
## [4.1.3] - 2023-07-06
3-
- Handle null values in counter table
3+
- Counter table columns will usually have zeros to begin with, but in rare edge situations, they can have null values. This release will handle null values in counter table transparently.
44

55
## [4.1.2] - 2023-07-06
66
- Fixed docker build

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>datastax.cdm</groupId>
55
<artifactId>cassandra-data-migrator</artifactId>
6-
<version>4.1.3</version>
6+
<version>4.1.4-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<properties>
@@ -136,7 +136,7 @@
136136
<connection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</connection>
137137
<developerConnection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</developerConnection>
138138
<url>https://github.com/datastax/cassandra-data-migrator</url>
139-
<tag>4.1.3</tag>
139+
<tag>@{project.version}</tag>
140140
</scm>
141141

142142
<build>

0 commit comments

Comments
 (0)