summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2022-08-17 15:21:39 +0200
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2022-08-18 12:52:57 +0200
commita2471df77eaf8f6135c29cbe47617f152a3ffe05 (patch)
tree45b9e5a5b4b37d6a4d8daca3044050f4ef3d2230
parentb62ae2e4a975ae0531426d7f02a2face4ca12bfc (diff)
add fix for odl aaa
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>
-rw-r--r--opendaylight/sulfur/sulfur-alpine/pom.xml6
-rw-r--r--pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/opendaylight/sulfur/sulfur-alpine/pom.xml b/opendaylight/sulfur/sulfur-alpine/pom.xml
index 36a3bc7b..af63a5e7 100644
--- a/opendaylight/sulfur/sulfur-alpine/pom.xml
+++ b/opendaylight/sulfur/sulfur-alpine/pom.xml
@@ -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 59d18cab..62416fda 100644
--- 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>