File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pairs of [String][] and `int`, you can use the following code:
54
54
<dependency>
55
55
<groupId>eu.mulk.jgvariant</groupId>
56
56
<artifactId>jgvariant-bom</artifactId>
57
- <version>0.1.5 </version>
57
+ <version>0.1.6 </version>
58
58
<type>pom</type>
59
59
<scope>import</scope>
60
60
</dependency>
@@ -87,7 +87,7 @@ pairs of [String][] and `int`, you can use the following code:
87
87
dependencies {
88
88
...
89
89
90
- implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.5 ")
90
+ implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.6 ")
91
91
implementation("eu.mulk.jgvariant:jgvariant-core")
92
92
implementation("eu.mulk.jgvariant:jgvariant-ostree")
93
93
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
13
13
14
14
<modelVersion >4.0.0</modelVersion >
15
15
16
- <version >0.1.6-SNAPSHOT </version >
16
+ <version >0.1.6</version >
17
17
18
18
<artifactId >jgvariant-bom</artifactId >
19
19
<packaging >pom</packaging >
@@ -27,7 +27,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
27
27
<parent >
28
28
<groupId >eu.mulk.jgvariant</groupId >
29
29
<artifactId >jgvariant-parent</artifactId >
30
- <version >0.1.6-SNAPSHOT </version >
30
+ <version >0.1.6</version >
31
31
<relativePath >../jgvariant-parent/pom.xml</relativePath >
32
32
</parent >
33
33
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
13
13
14
14
<modelVersion >4.0.0</modelVersion >
15
15
16
- <version >0.1.6-SNAPSHOT </version >
16
+ <version >0.1.6</version >
17
17
18
18
<artifactId >jgvariant-core</artifactId >
19
19
<packaging >jar</packaging >
@@ -28,7 +28,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
28
28
<parent >
29
29
<groupId >eu.mulk.jgvariant</groupId >
30
30
<artifactId >jgvariant-parent</artifactId >
31
- <version >0.1.6-SNAPSHOT </version >
31
+ <version >0.1.6</version >
32
32
<relativePath >../jgvariant-parent/pom.xml</relativePath >
33
33
</parent >
34
34
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
13
13
14
14
<modelVersion >4.0.0</modelVersion >
15
15
16
- <version >0.1.6-SNAPSHOT </version >
16
+ <version >0.1.6</version >
17
17
18
18
<artifactId >jgvariant-ostree</artifactId >
19
19
<packaging >jar</packaging >
@@ -28,7 +28,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
28
28
<parent >
29
29
<groupId >eu.mulk.jgvariant</groupId >
30
30
<artifactId >jgvariant-parent</artifactId >
31
- <version >0.1.6-SNAPSHOT </version >
31
+ <version >0.1.6</version >
32
32
<relativePath >../jgvariant-parent/pom.xml</relativePath >
33
33
</parent >
34
34
@@ -37,7 +37,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
37
37
<dependency >
38
38
<groupId >eu.mulk.jgvariant</groupId >
39
39
<artifactId >jgvariant-core</artifactId >
40
- <version >0.1.6-SNAPSHOT </version >
40
+ <version >0.1.6</version >
41
41
</dependency >
42
42
43
43
<!-- Annotations -->
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
13
13
14
14
<modelVersion >4.0.0</modelVersion >
15
15
16
- <version >0.1.6-SNAPSHOT </version >
16
+ <version >0.1.6</version >
17
17
18
18
<groupId >eu.mulk.jgvariant</groupId >
19
19
<artifactId >jgvariant-parent</artifactId >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
13
13
14
14
<modelVersion >4.0.0</modelVersion >
15
15
16
- <version >0.1.6-SNAPSHOT </version >
16
+ <version >0.1.6</version >
17
17
18
18
<artifactId >jgvariant-bundle</artifactId >
19
19
<packaging >pom</packaging >
@@ -27,7 +27,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
27
27
<parent >
28
28
<groupId >eu.mulk.jgvariant</groupId >
29
29
<artifactId >jgvariant-parent</artifactId >
30
- <version >0.1.6-SNAPSHOT </version >
30
+ <version >0.1.6</version >
31
31
<relativePath >jgvariant-parent/pom.xml</relativePath >
32
32
</parent >
33
33
You can’t perform that action at this time.
0 commit comments