diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 12:57:30 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:13:53 +0200 |
commit | 9f4407b83c7a484d9fba2fec1b4b1fce404f9f9e (patch) | |
tree | 1cf24ae099ada86a0f783ec879f6c9bf4e78e184 /common | |
parent | ee55e59f5e1b2b1827bda39e553c5c200373caea (diff) |
Set honeycomb version back to 1.17.07-SNAPSHOT
Change-Id: I49581238280881f128f138b63e854f26998fddee
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/checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | common/common-scripts/pom.xml | 2 | ||||
-rw-r--r-- | common/honeycomb-parent/pom.xml | 6 | ||||
-rw-r--r-- | common/impl-parent/pom.xml | 4 | ||||
-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 |
8 files changed, 17 insertions, 17 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index e1d7f860a..0b6272fc8 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <packaging>pom</packaging> <build> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index 7701a16c6..6598b6c7e 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <build> <pluginManagement> diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index 2d441a26f..7be29b662 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -22,7 +22,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 574d27c9a..4779d1fab 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -274,7 +274,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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -508,7 +508,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 20d83ed48..832bb1adf 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index c5edf260d..2e6e8e61b 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-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 7bf757b8e..281c88cb4 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>minimal-distribution-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -133,7 +133,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -146,7 +146,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index 428298af2..2dc48a73e 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.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>honeycomb-parent</relativePath> </parent> <artifactId>honeycomb-common-aggregator</artifactId> - <version>1.17.07-RC2</version> + <version>1.17.07-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |