From b0b23b6828038721f9da87173c6be402f541eace Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 25 Oct 2022 09:31:46 +0000 Subject: Use the 1.9.3 parent pom in graphgraph Issue-ID: AAI-3560 Signed-off-by: Fiete Ostkamp Change-Id: I29dc70884401d71d25d586576ebdf66fd41672b4 --- .gitignore | 2 ++ .gitreview | 4 ++++ pom.xml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitreview diff --git a/.gitignore b/.gitignore index 385b223..4710213 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ # idea /.idea *.iml + +node \ No newline at end of file diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..7b2bf06 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=aai/graphgraph diff --git a/pom.xml b/pom.xml index d289242..504a2c5 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.onap.aai.aai-common aai-parent - 1.9.2 + 1.9.3 org.onap.aai.graphgraph -- cgit 1.2.3-korg