This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new abafe2b11 ATLAS-4789: added couchbase bridge #2 - fixed incorrect
parent.version in pom.xml
abafe2b11 is described below
commit abafe2b113e372d48ca23f03ccbd4b6f92335dd8
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Tue Nov 21 14:15:07 2023 -0800
ATLAS-4789: added couchbase bridge #2 - fixed incorrect parent.version in
pom.xml
---
addons/couchbase-bridge/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/addons/couchbase-bridge/pom.xml b/addons/couchbase-bridge/pom.xml
index 8a3ccef17..54f6e6d3f 100644
--- a/addons/couchbase-bridge/pom.xml
+++ b/addons/couchbase-bridge/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>apache-atlas</artifactId>
<groupId>org.apache.atlas</groupId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>2.4.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>couchbase-bridge</artifactId>