diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 15:49:21 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 15:50:36 +0200 |
commit | 1f9355041887924c148b4197ebab5df86b0d5ead (patch) | |
tree | 7d27940183075b0ada26eb5eafa14e589ff4b05a /common | |
parent | 3f674859f51898f278387acfd15f8836537b3ff4 (diff) |
Set Honeycomb version back to 1.18.04-SNAPSHOT
Change-Id: Ib34bdab88f292165993b83c17bbae9b500b63eea
Signed-off-by: Marek Gradzki <mgradzki@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 e403c790e..a52944a3f 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>pom</packaging> <build> diff --git a/common/asciidoc-scripts/pom.xml b/common/asciidoc-scripts/pom.xml index fdd27cd20..938d3ed25 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../scripts-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.doc</groupId> <artifactId>asciidoc-scripts</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index 62e1283ed..cbf2d6497 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <build> <pluginManagement> diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index 8f66ebf1c..8a0deea0d 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.04-RC1</version> + <version>1.18.04-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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 3e6d6e424..3fa192340 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -289,7 +289,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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -537,7 +537,7 @@ <dependency> <groupId>io.fd.honeycomb.doc</groupId> <artifactId>asciidoc-scripts</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 7ce3691c9..7c020385b 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -117,7 +117,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index 70c93c7f8..259f7c51a 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-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 3db41e7ec..3aac39052 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>minimal-distribution-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -133,7 +133,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -146,7 +146,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index 3a5df9346..a49036741 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>honeycomb-parent</relativePath> </parent> <artifactId>honeycomb-common-aggregator</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-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 9744d9e61..64fce3335 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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml index ca32a9e93..a390e46d8 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.04-RC1</version> + <version>1.18.04-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 1de046b7c..e6d2b3c58 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.04-RC1</version> + <version>1.18.04-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.04-RC1</version> + <version>1.18.04-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 0bbe42648..cabed2873 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.04-RC1</version> + <version>1.18.04-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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> |