diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 13:45:57 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 18:29:46 +0000 |
commit | 75f0efb8b1aff9e9be8d222fd90d1df7ce542bbc (patch) | |
tree | 47df5ee73565ef496f714b9842e34fc1ef381adb /common | |
parent | 9900bb5101afedf7776787a66c5fb15c411c2cf9 (diff) |
Bump Honeycomb version to 17.04
Change-Id: I99bc2593d50e59a6d4293e2d98ef3a9569a55008
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 f0815dcf5..ed08aeeba 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <packaging>pom</packaging> <build> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index f7da05388..9f1f7dbb5 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <build> <pluginManagement> diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index cf764a75e..f9166d4eb 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 59709b7a3..5e2132958 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -264,7 +264,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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -484,7 +484,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index d35b84dec..931e9f45a 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index 38e4a0ff6..80ff01a44 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../honeycomb-parent</relativePath> </parent> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.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 23a877062..ab9066e7a 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>minimal-distribution-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -187,7 +187,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -200,7 +200,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index 13db85889..ea8dde153 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.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>honeycomb-parent</relativePath> </parent> <artifactId>honeycomb-common-aggregator</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |