diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:37:36 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:38:09 +0200 |
commit | 9cbd8b73508151b3abe6335cc353277001ec504d (patch) | |
tree | 66192f5c6ad37d69c37658c7cf7bb74306b4b14c /l3 | |
parent | e8e5e4155df5d21530e4b3e421cffa59f0960d99 (diff) |
Set hc2vpp version back to 1.17.07-SNAPSHOT
Change-Id: I6a0d42009705156b629f1638c3830a84c7e09f1f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'l3')
-rw-r--r-- | l3/api/pom.xml | 4 | ||||
-rw-r--r-- | l3/impl/pom.xml | 4 | ||||
-rw-r--r-- | l3/pom.xml | 2 | ||||
-rw-r--r-- | l3/utils/pom.xml | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/l3/api/pom.xml b/l3/api/pom.xml index 56d1cfbab..55f1e6d08 100644 --- a/l3/api/pom.xml +++ b/l3/api/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <dependencies> <dependency> diff --git a/l3/impl/pom.xml b/l3/impl/pom.xml index 0ca056e50..2f5a23f27 100644 --- a/l3/impl/pom.xml +++ b/l3/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-impl</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <dependencies> <dependency> diff --git a/l3/pom.xml b/l3/pom.xml index 9549df3e4..f2c1d64f6 100644 --- a/l3/pom.xml +++ b/l3/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <packaging>pom</packaging> diff --git a/l3/utils/pom.xml b/l3/utils/pom.xml index 77f747b43..580654a1a 100644 --- a/l3/utils/pom.xml +++ b/l3/utils/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-utils</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <dependencies> <dependency> |