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 6a8083191..dd19a8391 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.07-SNAPSHOT</version> + <version>1.18.07</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> - <version>1.18.07-SNAPSHOT</version> + <version>1.18.07</version> <name>${project.artifactId}</name> <properties> |