diff options
Diffstat (limited to 'interface-role/api/pom.xml')
-rw-r--r-- | interface-role/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-role/api/pom.xml b/interface-role/api/pom.xml index 8a7629d86..5040a0164 100644 --- a/interface-role/api/pom.xml +++ b/interface-role/api/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.07-SNAPSHOT</version> + <version>1.18.07</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.iface.role</groupId> <artifactId>api</artifactId> - <version>1.18.07-SNAPSHOT</version> + <version>1.18.07</version> <name>${project.artifactId}</name> <dependencies> |