summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/admin/pom.xml')
-rw-r--r--components/datalake-handler/admin/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/datalake-handler/admin/pom.xml b/components/datalake-handler/admin/pom.xml
index 2448b082..7cc30d78 100644
--- a/components/datalake-handler/admin/pom.xml
+++ b/components/datalake-handler/admin/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.onap.dcaegen2.services.components</groupId>
<artifactId>datalake-handler</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.services.components.datalake-handler</groupId>
@@ -38,6 +38,9 @@
<goals>
<goal>build</goal>
</goals>
+ <configuration>
+ <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
+ </configuration>
</execution>
<execution>
<id>tag-and-push-image-latest</id>