Skip to content

Commit e262654

Browse files
committed
[maven-release-plugin] prepare release avaje-jsonb-parent-0.10
1 parent f79d9bd commit e262654

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

jsonb-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>0.10-SNAPSHOT</version>
7+
<version>0.10</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb-generator</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-jsonb</artifactId>
19-
<version>0.10-SNAPSHOT</version>
19+
<version>0.10</version>
2020
</dependency>
2121

2222
<!-- test dependencies -->

jsonb-jackson/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>avaje-jsonb-parent</artifactId>
86
<groupId>io.avaje</groupId>
9-
<version>0.10-SNAPSHOT</version>
7+
<version>0.10</version>
108
</parent>
119

1210
<artifactId>avaje-jsonb-jackson</artifactId>
@@ -23,7 +21,7 @@
2321
<dependency>
2422
<groupId>io.avaje</groupId>
2523
<artifactId>avaje-jsonb</artifactId>
26-
<version>0.10-SNAPSHOT</version>
24+
<version>0.10</version>
2725
</dependency>
2826

2927
<dependency>

jsonb-jakarta/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>avaje-jsonb-parent</artifactId>
86
<groupId>io.avaje</groupId>
9-
<version>0.10-SNAPSHOT</version>
7+
<version>0.10</version>
108
</parent>
119

1210
<artifactId>avaje-jsonb-jakarta</artifactId>
@@ -36,13 +34,13 @@
3634
<dependency>
3735
<groupId>io.avaje</groupId>
3836
<artifactId>avaje-jsonb</artifactId>
39-
<version>0.10-SNAPSHOT</version>
37+
<version>0.10</version>
4038
</dependency>
4139

4240
<dependency>
4341
<groupId>io.avaje</groupId>
4442
<artifactId>avaje-jsonb-generator</artifactId>
45-
<version>0.10-SNAPSHOT</version>
43+
<version>0.10</version>
4644
<scope>test</scope>
4745
</dependency>
4846

jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>0.10-SNAPSHOT</version>
7+
<version>0.10</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb</artifactId>
11-
<version>0.10-SNAPSHOT</version>
11+
<version>0.10</version>
1212
<name>jsonb</name>
1313

1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-jsonb-parent</artifactId>
12-
<version>0.10-SNAPSHOT</version>
12+
<version>0.10</version>
1313

1414
<packaging>pom</packaging>
1515
<name>jsonb parent</name>
1616
<description>parent pom for jsonb</description>
1717

1818
<scm>
1919
<developerConnection>scm:git:[email protected]:avaje/avaje-jsonb.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>avaje-jsonb-parent-0.10</tag>
2121
</scm>
2222

2323
<properties>

0 commit comments

Comments
 (0)