aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-10-09 19:40:50 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-10-09 19:40:50 +0200
commiteac6ed704e7fa059488848c5d52cc4c8102d7ac5 (patch)
tree695b639bb23270d599282e2b8697af6f6c8d3c08
parent5250458f7decf1f25cce764c094f8e5af974c147 (diff)
Bump version to 0.1.8-SNAPSHOT.
Change-Id: I170ed55d3736c0bd22e173fc53b235b38f201abb
-rw-r--r--jgvariant-bom/pom.xml4
-rw-r--r--jgvariant-core/pom.xml4
-rw-r--r--jgvariant-ostree/pom.xml6
-rw-r--r--jgvariant-parent/pom.xml2
-rw-r--r--pom.xml4
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>