File tree 9 files changed +20
-20
lines changed
9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ You can also run the tool directly with Maven using the `exec` profile:
114
114
<dependency>
115
115
<groupId>eu.mulk.jgvariant</groupId>
116
116
<artifactId>jgvariant-bom</artifactId>
117
- <version>0.1.7 </version>
117
+ <version>0.1.8 </version>
118
118
<type>pom</type>
119
119
<scope>import</scope>
120
120
</dependency>
@@ -147,7 +147,7 @@ You can also run the tool directly with Maven using the `exec` profile:
147
147
dependencies {
148
148
...
149
149
150
- implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.7 ")
150
+ implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.8 ")
151
151
implementation("eu.mulk.jgvariant:jgvariant-core")
152
152
implementation("eu.mulk.jgvariant:jgvariant-ostree")
153
153
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.8-SNAPSHOT </version >
16
+ <version >0.1.8</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.8-SNAPSHOT </version >
30
+ <version >0.1.8</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.8-SNAPSHOT </version >
16
+ <version >0.1.8</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.8-SNAPSHOT </version >
31
+ <version >0.1.8</version >
32
32
<relativePath >../jgvariant-parent/pom.xml</relativePath >
33
33
</parent >
34
34
Original file line number Diff line number Diff line change 37
37
* <dependency>
38
38
* <groupId>eu.mulk.jgvariant</groupId>
39
39
* <artifactId>jgvariant-bom</artifactId>
40
- * <version>0.1.7 </version>
40
+ * <version>0.1.8 </version>
41
41
* <type>pom</type>
42
42
* <scope>import</scope>
43
43
* </dependency>
71
71
* dependencies {
72
72
* // ...
73
73
*
74
- * implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.7 "))
74
+ * implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.8 "))
75
75
* implementation("eu.mulk.jgvariant:jgvariant-core")
76
76
* implementation("eu.mulk.jgvariant:jgvariant-ostree")
77
77
*
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.8-SNAPSHOT </version >
16
+ <version >0.1.8</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.8-SNAPSHOT </version >
31
+ <version >0.1.8</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.8-SNAPSHOT </version >
40
+ <version >0.1.8</version >
41
41
</dependency >
42
42
43
43
<!-- Annotations -->
Original file line number Diff line number Diff line change 36
36
* <dependency>
37
37
* <groupId>eu.mulk.jgvariant</groupId>
38
38
* <artifactId>jgvariant-bom</artifactId>
39
- * <version>0.1.7 </version>
39
+ * <version>0.1.8 </version>
40
40
* <type>pom</type>
41
41
* <scope>import</scope>
42
42
* </dependency>
70
70
* dependencies {
71
71
* // ...
72
72
*
73
- * implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.7 "))
73
+ * implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.8 "))
74
74
* implementation("eu.mulk.jgvariant:jgvariant-core")
75
75
* implementation("eu.mulk.jgvariant:jgvariant-ostree")
76
76
*
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.8-SNAPSHOT </version >
16
+ <version >0.1.8</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: GPL-3.0-or-later
13
13
14
14
<modelVersion >4.0.0</modelVersion >
15
15
16
- <version >0.1.8-SNAPSHOT </version >
16
+ <version >0.1.8</version >
17
17
18
18
<artifactId >jgvariant-tool</artifactId >
19
19
<packaging >jar</packaging >
@@ -28,7 +28,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
28
28
<parent >
29
29
<groupId >eu.mulk.jgvariant</groupId >
30
30
<artifactId >jgvariant-parent</artifactId >
31
- <version >0.1.8-SNAPSHOT </version >
31
+ <version >0.1.8</version >
32
32
<relativePath >../jgvariant-parent/pom.xml</relativePath >
33
33
</parent >
34
34
@@ -37,12 +37,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
37
37
<dependency >
38
38
<groupId >eu.mulk.jgvariant</groupId >
39
39
<artifactId >jgvariant-core</artifactId >
40
- <version >0.1.8-SNAPSHOT </version >
40
+ <version >0.1.8</version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >eu.mulk.jgvariant</groupId >
44
44
<artifactId >jgvariant-ostree</artifactId >
45
- <version >0.1.8-SNAPSHOT </version >
45
+ <version >0.1.8</version >
46
46
</dependency >
47
47
48
48
<!-- 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.8-SNAPSHOT </version >
16
+ <version >0.1.8</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.8-SNAPSHOT </version >
30
+ <version >0.1.8</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