diff options
Diffstat (limited to 'auth/docker/pom.xml')
-rw-r--r-- | auth/docker/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/pom.xml b/auth/docker/pom.xml index add4e964..b4d3545c 100644 --- a/auth/docker/pom.xml +++ b/auth/docker/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.15-SNAPSHOT</version> + <version>2.1.16</version> <relativePath>../pom.xml</relativePath> </parent> @@ -53,7 +53,7 @@ <configuration> <skip>false</skip> <executable>bash</executable> - <commandlineArgs>-c "pwd; bash dbuild.sh"</commandlineArgs> + <commandlineArgs>-c "pwd; bash dbuild.sh;bash dstage.sh"</commandlineArgs> </configuration> </plugin> </plugins> |