summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/api-parent/pom.xml4
-rw-r--r--common/checkstyle/pom.xml2
-rw-r--r--common/common-scripts/pom.xml4
-rw-r--r--common/honeycomb-parent/pom.xml6
-rw-r--r--common/impl-parent/pom.xml4
-rw-r--r--common/minimal-assembly-descriptor/pom.xml4
-rw-r--r--common/minimal-distribution-parent/pom.xml8
-rw-r--r--common/pom.xml4
-rw-r--r--common/yang-whitelist/pom.xml2
-rw-r--r--common/yang-whitelist/yang-whitelist-api/pom.xml2
-rw-r--r--common/yang-whitelist/yang-whitelist-impl/pom.xml2
11 files changed, 21 insertions, 21 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index a5a2860bd..188487c04 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml
index 56a1e33ec..990d8290c 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<build>
<pluginManagement>
diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml
index f7ae9cf12..dccc29eb2 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -97,7 +97,7 @@
<dependency>
<groupId>io.fd.honeycomb.yang</groupId>
<artifactId>yang-whitelist-impl</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index 3aa75b4b6..1cdc37395 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.10</version>
+ <version>1.17.10.1-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.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -526,7 +526,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index c8c97f2f1..239866da5 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>impl-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml
index fc3df7216..c2e5f1a4f 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<relativePath>../honeycomb-parent</relativePath>
</parent>
<artifactId>minimal-assembly-descriptor</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-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 4fe6fb9fc..b0acc0e4e 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<relativePath>../impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>minimal-distribution-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -133,7 +133,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
@@ -146,7 +146,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-assembly-descriptor</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
diff --git a/common/pom.xml b/common/pom.xml
index 6a908561d..c28e01418 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<relativePath>honeycomb-parent</relativePath>
</parent>
<artifactId>honeycomb-common-aggregator</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml
index 577e25792..758c75df1 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.17.10</version>
+ <version>1.17.10.1-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 e1a05c703..716958a70 100644
--- a/common/yang-whitelist/yang-whitelist-api/pom.xml
+++ b/common/yang-whitelist/yang-whitelist-api/pom.xml
@@ -23,7 +23,7 @@
<groupId>io.fd.honeycomb.yang</groupId>
<artifactId>yang-whitelist-api</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-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 7826fe283..c3d6d3266 100644
--- a/common/yang-whitelist/yang-whitelist-impl/pom.xml
+++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml
@@ -23,7 +23,7 @@
<groupId>io.fd.honeycomb.yang</groupId>
<artifactId>yang-whitelist-impl</artifactId>
- <version>1.17.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>