summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStone, Avi (as206k) <as206k@att.com>2018-05-17 16:55:12 +0300
committerStone, Avi (as206k) <as206k@att.com>2018-05-17 16:57:21 +0300
commite414ec5430707c9d1e11dd0fed11d0bc8273b819 (patch)
tree00425180fa417602883c894160c82d53af913a20
parent42aee2d5a03624130d1373238e58766aa30e716b (diff)
Fix pom for docker files
Fix poms for docker files so the docker job would run Change-Id: I13d880c80f5e054234658a215fe8c1b475f25c1f Issue-ID: SDC-1339 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9c41319..b607299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<dependency>
<groupId>org.onap.sdc.dcae-d.dt-be-property</groupId>
<artifactId>DCAE-DT-PROPERTY</artifactId>
- <version>${project.version}</version>
+ <version>1.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
@@ -308,7 +308,7 @@
<goal>yarn</goal>
</goals>
<configuration>
- <arguments>global add node-gyp</arguments>
+ <arguments>global add node-gyp --network-timeout 1000000</arguments>
</configuration>
</execution>
<execution>