diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-18 12:31:53 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-19 06:42:30 +0000 |
commit | 085667b82096a5df42d6d79c6330bb46c2ec07fa (patch) | |
tree | 1c13b67e7b7ebab2e28e857a98359996d82d3a2c /common | |
parent | 819618ee3920c8277509bc2add888328c722cf10 (diff) |
Bump honeycomb version to 1.19.01-SNAPSHOT
Change-Id: Ic3e48d39d570632743c66b9317cd638fba84a34f
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/api-parent/pom.xml | 4 | ||||
-rw-r--r-- | common/asciidoc-scripts/pom.xml | 4 | ||||
-rw-r--r-- | common/checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | common/common-scripts/pom.xml | 4 | ||||
-rw-r--r-- | common/honeycomb-parent/pom.xml | 6 | ||||
-rw-r--r-- | common/impl-parent/pom.xml | 6 | ||||
-rw-r--r-- | common/minimal-assembly-descriptor/pom.xml | 4 | ||||
-rw-r--r-- | common/minimal-distribution-parent/pom.xml | 8 | ||||
-rw-r--r-- | common/pom.xml | 4 | ||||
-rw-r--r-- | common/scripts-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/yang-whitelist/pom.xml | 2 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-api/pom.xml | 4 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-impl/pom.xml | 4 |
13 files changed, 27 insertions, 27 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 8fe25b329..9a9d7c0e6 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/common/asciidoc-scripts/pom.xml b/common/asciidoc-scripts/pom.xml index cdd52dbed..fdf8512b9 100644 --- a/common/asciidoc-scripts/pom.xml +++ b/common/asciidoc-scripts/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.scripts</groupId> <artifactId>scripts-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../scripts-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.doc</groupId> <artifactId>asciidoc-scripts</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index 69c4632d3..d0bc028a4 100644 --- a/common/checkstyle/pom.xml +++ b/common/checkstyle/pom.xml @@ -4,7 +4,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <build> <pluginManagement> diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index 2654b8515..2dc47aed2 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.scripts</groupId> <artifactId>scripts-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../scripts-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 4dc13ed39..78f7cfe4d 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -21,7 +21,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -295,7 +295,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <!-- Hardcoded version to prevent archetype generated projects to use their own project version --> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -543,7 +543,7 @@ <dependency> <groupId>io.fd.honeycomb.doc</groupId> <artifactId>asciidoc-scripts</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 8f87d7a3d..820e065ad 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -118,7 +118,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index dd9eb0f1f..35572be56 100644 --- a/common/minimal-assembly-descriptor/pom.xml +++ b/common/minimal-assembly-descriptor/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <name>${project.artifactId}</name> <modelVersion>4.0.0</modelVersion> diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 121443953..03c66c279 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>minimal-distribution-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -133,7 +133,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -146,7 +146,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index b8bf5afd5..fdc5efc08 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>honeycomb-parent</relativePath> </parent> <artifactId>honeycomb-common-aggregator</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/common/scripts-parent/pom.xml b/common/scripts-parent/pom.xml index 61fe04af5..091d6b6e2 100644 --- a/common/scripts-parent/pom.xml +++ b/common/scripts-parent/pom.xml @@ -22,7 +22,7 @@ <groupId>io.fd.honeycomb.scripts</groupId> <artifactId>scripts-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml index 3b2c71509..fbbc49b55 100644 --- a/common/yang-whitelist/pom.xml +++ b/common/yang-whitelist/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml index cfafe70d6..06b0032dd 100644 --- a/common/yang-whitelist/yang-whitelist-api/pom.xml +++ b/common/yang-whitelist/yang-whitelist-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-api</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml index a2a8e63c6..366c1ec9c 100644 --- a/common/yang-whitelist/yang-whitelist-impl/pom.xml +++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-impl</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.19.01-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> |