Skip to content

Commit 6556207

Browse files
authored
Merge pull request #5788 from line-o/fix/submodule-poms
fix: version in two submodule poms
2 parents 670af64 + e987692 commit 6556207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exist-core-jcstress/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>6.3.1-SNAPSHOT</version>
31+
<version>6.4.1-SNAPSHOT</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

exist-core-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.exist-db</groupId>
3030
<artifactId>exist-parent</artifactId>
31-
<version>6.3.1-SNAPSHOT</version>
31+
<version>6.4.1-SNAPSHOT</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

0 commit comments

Comments
 (0)