You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2021/07/05 10:12:19 UTC

[bookkeeper] branch branch-4.14 updated: Fix tests pom, set version to 4.14.1-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch branch-4.14
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.14 by this push:
     new 69360e1  Fix tests pom, set version to 4.14.1-SNAPSHOT
69360e1 is described below

commit 69360e1169a57d23bdc8fbfd76e5b300dac4d9cb
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Mon Jul 5 12:11:50 2021 +0200

    Fix tests pom, set version to 4.14.1-SNAPSHOT
---
 tests/backward-compat/bc-non-fips/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/backward-compat/bc-non-fips/pom.xml b/tests/backward-compat/bc-non-fips/pom.xml
index eba5b1d..30c6678 100644
--- a/tests/backward-compat/bc-non-fips/pom.xml
+++ b/tests/backward-compat/bc-non-fips/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.bookkeeper.tests</groupId>
     <artifactId>backward-compat</artifactId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.14.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>