Update aai-resources with aai-common snapshot 45/141445/2
authorakshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
Thu, 17 Jul 2025 11:33:55 +0000 (13:33 +0200)
committermithun.menon@t-systems.com <mithun.menon@t-systems.com>
Fri, 18 Jul 2025 07:31:26 +0000 (09:31 +0200)
- Updating aai.common.version tag from 1.16.0 to 1.16.1-SNAPSHOT in resources pom.xml
Issue-ID: AAI-4187
Change-Id: Id2e3ff548cca401b9563eab94a39033e922a1ced
Signed-off-by: mithun.menon@t-systems.com <mithun.menon@t-systems.com>
aai-resources/pom.xml
pom.xml

index 3ab9ec1..7ae71ff 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.aai.resources</groupId>
         <artifactId>resources</artifactId>
-        <version>1.16.0-SNAPSHOT</version>
+        <version>1.16.1-SNAPSHOT</version>
     </parent>
     <properties>
         <java.version>17</java.version>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-validation</artifactId>
         </dependency>
-            <dependency>
+        <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-configuration-processor</artifactId>
             <optional>true</optional>
             <version>6.6</version>
         </dependency>
         <dependency>
-          <groupId>org.hamcrest</groupId>
-          <artifactId>hamcrest</artifactId>
-          <exclusions>
-            <exclusion>
-              <groupId>junit</groupId>
-              <artifactId>junit</artifactId>
-            </exclusion>
-          </exclusions>
+            <groupId>org.hamcrest</groupId>
+            <artifactId>hamcrest</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
                     <groupId>org.springframework</groupId>
                     <artifactId>spring-web</artifactId>
                 </exclusion>
-        <exclusion>
-          <groupId>junit</groupId>
-          <artifactId>junit</artifactId>
-        </exclusion>
+                <exclusion>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 30d36af..f22ceea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-parent</artifactId>
-        <version>1.16.0</version>
+        <version>1.16.1-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.16.0-SNAPSHOT</version>
+    <version>1.16.1-SNAPSHOT</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
@@ -49,7 +49,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.16.0</aai.common.version>
+        <aai.common.version>1.16.1-SNAPSHOT</aai.common.version>
         <aai.schema.service.version>1.12.7</aai.schema.service.version>
     </properties>
     <build>