summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-03 14:22:31 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-03 14:22:31 +0200
commit3cd6dcf57501535e71d342da4d51949121d9ff9a (patch)
treeafe7a993dc8a9250a905346da980dcb348e688a0
parentf9d7fa1ec4d6e4e7120bf22e9f798f9141daf4e3 (diff)
Use 1.14.4-SNAPSHOT version of aai-common in aai-resources
- the new snapshot version contains the pagination fix Issue-ID: AAI-3918 Change-Id: Id0d42389d0b983bf476b0d2338f6050ef37158ad Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b43cebf..081984c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<staging.path>/content/repositories/staging/</staging.path>
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
- <aai.common.version>1.14.3</aai.common.version>
+ <aai.common.version>1.14.4-SNAPSHOT</aai.common.version>
<aai.schema.service.version>1.12.4</aai.schema.service.version>
</properties>
<build>