summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-25 14:22:37 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-26 10:57:36 +0000
commit9511c963abaf02fa1d6b0aa3ff80b53721c79bfc (patch)
treee1fbda96bdeedd6f17b678f6bda0d6150ea1dfba /pom.xml
parent24cbbc6737f42fa5932febeccae87b07362e34b0 (diff)
Use the 1.9.4 parent pom in resources
- upgrade apache commons-configuration to commons-configuration2 to resolve test failures Issue-ID: AAI-3566 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I26657f326c15de33c65abb9ae7c9bb9608defbaf
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1844536..7219597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.9.3</version>
+ <version>1.9.4</version>
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>