Skip to content

Commit 11227c9

Browse files
committed
[bugfix] corrects version number on missed POMs
Signed-off-by: Patrick Reinhart <[email protected]>
1 parent f90ddb5 commit 11227c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exist-core-jcstress/pom.xml

+1-1
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.1.0-SNAPSHOT</version>
31+
<version>6.2.0-SNAPSHOT</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

exist-core-jmh/pom.xml

+1-1
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.1.0-SNAPSHOT</version>
31+
<version>6.2.0-SNAPSHOT</version>
3232
<relativePath>../exist-parent</relativePath>
3333
</parent>
3434

0 commit comments

Comments
 (0)