diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-03-01 15:12:34 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-03-01 15:12:34 +0100 |
commit | 789a7fe484c6f3110e2e251ceab01dc7bb25ae94 (patch) | |
tree | 4c93da36806b8328d4feb9e8a7642d930f30804f /jgvariant-ostree | |
parent | 833e8c88b671878cecd9adb46949f3f0dbaa3535 (diff) |
Bump version to 0.1.7-SNAPSHOT.
Change-Id: I8bb4d6a6906cc19e80e3e209b59b7d305713e1da
Diffstat (limited to 'jgvariant-ostree')
-rw-r--r-- | jgvariant-ostree/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 --> |