diff options
Diffstat (limited to 'infra/northbound')
-rw-r--r-- | infra/northbound/bgp-extensions/evpn/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/extension-common/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/inet/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/labeled-unicast/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/linkstate/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp-extensions/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/bgp/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/common/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/netconf/pom.xml | 4 | ||||
-rw-r--r-- | infra/northbound/pom.xml | 2 | ||||
-rw-r--r-- | infra/northbound/restconf/pom.xml | 4 |
13 files changed, 25 insertions, 25 deletions
diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml index 190287690..0a82cfa9f 100644 --- a/infra/northbound/bgp-extensions/evpn/pom.xml +++ b/infra/northbound/bgp-extensions/evpn/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>evpn</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml index e70cca80a..7cbb1b0eb 100644 --- a/infra/northbound/bgp-extensions/extension-common/pom.xml +++ b/infra/northbound/bgp-extensions/extension-common/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>extension-common</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <!-- DI--> diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml index a2b60057e..b06244466 100644 --- a/infra/northbound/bgp-extensions/inet/pom.xml +++ b/infra/northbound/bgp-extensions/inet/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>inet</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml index 879174b00..d1f41d8d4 100644 --- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml +++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>l3-vpn-v4</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml index 2321cb24c..c2c51bd61 100644 --- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml +++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>l3-vpn-v6</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml index 2f1c3108c..8c51ac231 100644 --- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml +++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>labeled-unicast</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <dependency> <groupId>io.fd.honeycomb.northbound.bgp</groupId> diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml index 2b3e72fe1..3eb02bf15 100644 --- a/infra/northbound/bgp-extensions/linkstate/pom.xml +++ b/infra/northbound/bgp-extensions/linkstate/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>linkstate</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <dependency> <groupId>io.fd.honeycomb.northbound.bgp</groupId> diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml index 3438bc8c4..a02a40bed 100644 --- a/infra/northbound/bgp-extensions/pom.xml +++ b/infra/northbound/bgp-extensions/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>honeycomb-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>bgp-extensions</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <modules> <module>evpn</module> <module>inet</module> diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index 3afebd866..048ed5f55 100644 --- a/infra/northbound/bgp/pom.xml +++ b/infra/northbound/bgp/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>bgp</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <!-- Common northbound configuration --> diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index 43fca7cda..439913f88 100644 --- a/infra/northbound/common/pom.xml +++ b/infra/northbound/common/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <dependencies> <dependency> diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml index 1c672f2d4..e4623d046 100644 --- a/infra/northbound/netconf/pom.xml +++ b/infra/northbound/netconf/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>netconf</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <properties> <yang.modules.whitelist> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index 82e486f77..a077dfa67 100644 --- a/infra/northbound/pom.xml +++ b/infra/northbound/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>honeycomb-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 5cf74d23c..fea6c2ff8 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>restconf</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.04</version> <properties> <jersey.version>1.19.1</jersey.version> |