From eac6ed704e7fa059488848c5d52cc4c8102d7ac5 Mon Sep 17 00:00:00 2001
From: Matthias Andreas Benkard <code@mail.matthias.benkard.de>
Date: Sun, 9 Oct 2022 19:40:50 +0200
Subject: Bump version to 0.1.8-SNAPSHOT.

Change-Id: I170ed55d3736c0bd22e173fc53b235b38f201abb
---
 jgvariant-bom/pom.xml    | 4 ++--
 jgvariant-core/pom.xml   | 4 ++--
 jgvariant-ostree/pom.xml | 6 +++---
 jgvariant-parent/pom.xml | 2 +-
 pom.xml                  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/jgvariant-bom/pom.xml b/jgvariant-bom/pom.xml
index 36f80e2..edd5d23 100644
--- a/jgvariant-bom/pom.xml
+++ b/jgvariant-bom/pom.xml
@@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
 
   <modelVersion>4.0.0</modelVersion>
 
-  <version>0.1.7</version>
+  <version>0.1.8-SNAPSHOT</version>
 
   <artifactId>jgvariant-bom</artifactId>
   <packaging>pom</packaging>
@@ -27,7 +27,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
   <parent>
     <groupId>eu.mulk.jgvariant</groupId>
     <artifactId>jgvariant-parent</artifactId>
-    <version>0.1.7</version>
+    <version>0.1.8-SNAPSHOT</version>
     <relativePath>../jgvariant-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/jgvariant-core/pom.xml b/jgvariant-core/pom.xml
index c744505..f8c7b42 100644
--- a/jgvariant-core/pom.xml
+++ b/jgvariant-core/pom.xml
@@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
 
   <modelVersion>4.0.0</modelVersion>
 
-  <version>0.1.7</version>
+  <version>0.1.8-SNAPSHOT</version>
 
   <artifactId>jgvariant-core</artifactId>
   <packaging>jar</packaging>
@@ -28,7 +28,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
   <parent>
     <groupId>eu.mulk.jgvariant</groupId>
     <artifactId>jgvariant-parent</artifactId>
-    <version>0.1.7</version>
+    <version>0.1.8-SNAPSHOT</version>
     <relativePath>../jgvariant-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/jgvariant-ostree/pom.xml b/jgvariant-ostree/pom.xml
index 40f45b8..5c01184 100644
--- a/jgvariant-ostree/pom.xml
+++ b/jgvariant-ostree/pom.xml
@@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
 
   <modelVersion>4.0.0</modelVersion>
 
-  <version>0.1.7</version>
+  <version>0.1.8-SNAPSHOT</version>
 
   <artifactId>jgvariant-ostree</artifactId>
   <packaging>jar</packaging>
@@ -28,7 +28,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
   <parent>
     <groupId>eu.mulk.jgvariant</groupId>
     <artifactId>jgvariant-parent</artifactId>
-    <version>0.1.7</version>
+    <version>0.1.8-SNAPSHOT</version>
     <relativePath>../jgvariant-parent/pom.xml</relativePath>
   </parent>
 
@@ -37,7 +37,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
     <dependency>
       <groupId>eu.mulk.jgvariant</groupId>
       <artifactId>jgvariant-core</artifactId>
-      <version>0.1.7</version>
+      <version>0.1.8-SNAPSHOT</version>
     </dependency>
 
     <!-- Annotations -->
diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml
index cad0f67..5c3f27b 100644
--- a/jgvariant-parent/pom.xml
+++ b/jgvariant-parent/pom.xml
@@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
 
   <modelVersion>4.0.0</modelVersion>
 
-  <version>0.1.7</version>
+  <version>0.1.8-SNAPSHOT</version>
 
   <groupId>eu.mulk.jgvariant</groupId>
   <artifactId>jgvariant-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 48fdd7c..be9fd26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
 
   <modelVersion>4.0.0</modelVersion>
 
-  <version>0.1.7</version>
+  <version>0.1.8-SNAPSHOT</version>
 
   <artifactId>jgvariant-bundle</artifactId>
   <packaging>pom</packaging>
@@ -27,7 +27,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
   <parent>
     <groupId>eu.mulk.jgvariant</groupId>
     <artifactId>jgvariant-parent</artifactId>
-    <version>0.1.7</version>
+    <version>0.1.8-SNAPSHOT</version>
     <relativePath>jgvariant-parent/pom.xml</relativePath>
   </parent>
 
-- 
cgit v1.2.3