add fix for odl aaa 24/130324/2
authorMichael Dürre <michael.duerre@highstreet-technologies.com>
Wed, 17 Aug 2022 13:21:39 +0000 (15:21 +0200)
committerMichael Dürre <michael.duerre@highstreet-technologies.com>
Thu, 18 Aug 2022 10:52:57 +0000 (12:52 +0200)
uncomment the odl fix in sulfur build pom

Issue-ID: CCSDK-3743
Change-Id: I776cde37aa8c5750babf6e38a3c45189f22fa679
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
opendaylight/sulfur/sulfur-alpine/pom.xml
pom.xml

index 36a3bc7..af63a5e 100644 (file)
@@ -70,7 +70,7 @@
                             <overWriteIfNewer>true</overWriteIfNewer>
                         </configuration>
                     </execution>
-                   <!--  <execution>
+                    <execution>
                         <id>copy-with-alternalte-repo-2</id>
                         <phase>generate-sources</phase>
                         <goals>
@@ -78,7 +78,7 @@
                         </goals>
                         <configuration>
                             <artifactItems>
-                                <artifactItem> not yet ready
+                                <artifactItem>
                                     <groupId>com.highstreet-technologies.aaa</groupId>
                                     <artifactId>aaa-authn-api</artifactId>
                                     <version>${odl.shiro.version}</version>
@@ -91,7 +91,7 @@
                             <overWriteSnapshots>true</overWriteSnapshots>
                             <overWriteIfNewer>true</overWriteIfNewer>
                         </configuration>
-                    </execution> -->
+                    </execution>
                 </executions>
             </plugin>
 
diff --git a/pom.xml b/pom.xml
index 59d18ca..62416fd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>oparent</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.ccsdk.distribution</groupId>