diff options
Diffstat (limited to 'vpp-common/vpp-common-integration')
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 0ba07b5e2..fadd50502 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.04</version> + <version>1.18.04.1-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> <name>${project.artifactId}</name> - <version>1.18.04</version> + <version>1.18.04.1-SNAPSHOT</version> <properties> <jvpp.version>18.04</jvpp.version> |