diff options
-rw-r--r-- | installation/appc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index b88d3d3..aef5692 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -22,7 +22,7 @@ <appc.version>${project.version}</appc.version> <!--This version will be over-ridden by jenkins injecting the version.properties variable file during docker build--> - <appc.docker.staging.version>0.0.1</appc.docker.staging.version> + <appc.docker.staging.version>1.0.0</appc.docker.staging.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> </properties> |