aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-03-01 15:12:34 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-03-01 15:12:34 +0100
commit789a7fe484c6f3110e2e251ceab01dc7bb25ae94 (patch)
tree4c93da36806b8328d4feb9e8a7642d930f30804f
parent833e8c88b671878cecd9adb46949f3f0dbaa3535 (diff)
Bump version to 0.1.7-SNAPSHOT.
Change-Id: I8bb4d6a6906cc19e80e3e209b59b7d305713e1da
-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 aacca5f..75fab22 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.6</version>
+ <version>0.1.7-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.6</version>
+ <version>0.1.7-SNAPSHOT</version>
<relativePath>../jgvariant-parent/pom.xml</relativePath>
</parent>
diff --git a/jgvariant-core/pom.xml b/jgvariant-core/pom.xml
index c0c5e14..3409da7 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.6</version>
+ <version>0.1.7-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.6</version>
+ <version>0.1.7-SNAPSHOT</version>
<relativePath>../jgvariant-parent/pom.xml</relativePath>
</parent>
diff --git a/jgvariant-ostree/pom.xml b/jgvariant-ostree/pom.xml
index 34c2616..1ca9c09 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.6</version>
+ <version>0.1.7-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.6</version>
+ <version>0.1.7-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.6</version>
+ <version>0.1.7-SNAPSHOT</version>
</dependency>
<!-- Annotations -->
diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml
index 0216ef5..539aa04 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.6</version>
+ <version>0.1.7-SNAPSHOT</version>
<groupId>eu.mulk.jgvariant</groupId>
<artifactId>jgvariant-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index c5075a5..9fe4d86 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.6</version>
+ <version>0.1.7-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.6</version>
+ <version>0.1.7-SNAPSHOT</version>
<relativePath>jgvariant-parent/pom.xml</relativePath>
</parent>