aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-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
6 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 6f2c95e..29348c8 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ pairs of [String][] and `int`, you can use the following code:
<dependency>
<groupId>eu.mulk.jgvariant</groupId>
<artifactId>jgvariant-bom</artifactId>
- <version>0.1.5</version>
+ <version>0.1.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -87,7 +87,7 @@ pairs of [String][] and `int`, you can use the following code:
dependencies {
...
- implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.5")
+ implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.6")
implementation("eu.mulk.jgvariant:jgvariant-core")
implementation("eu.mulk.jgvariant:jgvariant-ostree")
diff --git a/jgvariant-bom/pom.xml b/jgvariant-bom/pom.xml
index e9a2b60..aacca5f 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-SNAPSHOT</version>
+ <version>0.1.6</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-SNAPSHOT</version>
+ <version>0.1.6</version>
<relativePath>../jgvariant-parent/pom.xml</relativePath>
</parent>
diff --git a/jgvariant-core/pom.xml b/jgvariant-core/pom.xml
index 1cb5b20..c0c5e14 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-SNAPSHOT</version>
+ <version>0.1.6</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-SNAPSHOT</version>
+ <version>0.1.6</version>
<relativePath>../jgvariant-parent/pom.xml</relativePath>
</parent>
diff --git a/jgvariant-ostree/pom.xml b/jgvariant-ostree/pom.xml
index 5968c5a..34c2616 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-SNAPSHOT</version>
+ <version>0.1.6</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-SNAPSHOT</version>
+ <version>0.1.6</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-SNAPSHOT</version>
+ <version>0.1.6</version>
</dependency>
<!-- Annotations -->
diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml
index 2142f9e..0216ef5 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-SNAPSHOT</version>
+ <version>0.1.6</version>
<groupId>eu.mulk.jgvariant</groupId>
<artifactId>jgvariant-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 8ca55c1..c5075a5 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-SNAPSHOT</version>
+ <version>0.1.6</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-SNAPSHOT</version>
+ <version>0.1.6</version>
<relativePath>jgvariant-parent/pom.xml</relativePath>
</parent>