Skip to content

Commit 7e27b67

Browse files
committed
Fix revapi release version lookup
1 parent e8fb071 commit 7e27b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
<version>0.15.1</version>
660660
<configuration>
661661
<outputNonIdentifyingDifferenceInfo>false</outputNonIdentifyingDifferenceInfo>
662-
<versionFormat>\d+\.\d+\.\d+</versionFormat>
662+
<versionFormat>\d+\.\d+\.\d+\.\d+</versionFormat>
663663
<oldArtifacts>
664664
<!-- The previous release used DataStax groupId, remove this after the next release -->
665665
<artifact>${project.groupId}:${project.artifactId}:RELEASE</artifact>

0 commit comments

Comments
 (0)