Skip to content

Commit 92f13ca

Browse files
committed
[maven-release-plugin] prepare release avaje-jsonb-parent-1.0-RC1
1 parent 2d213c5 commit 92f13ca

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

blackbox-test/pom.xml

Lines changed: 3 additions & 3 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>1.0-RC1-SNAPSHOT</version>
7+
<version>1.0-RC1</version>
88
</parent>
99

1010
<artifactId>blackbox-test</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-jsonb</artifactId>
26-
<version>1.0-RC1-SNAPSHOT</version>
26+
<version>1.0-RC1</version>
2727
</dependency>
2828

2929
<!-- <dependency>-->
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-jsonb-generator</artifactId>
38-
<version>1.0-RC1-SNAPSHOT</version>
38+
<version>1.0-RC1</version>
3939
<scope>provided</scope>
4040
</dependency>
4141

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>1.0-RC1-SNAPSHOT</version>
7+
<version>1.0-RC1</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>1.0-RC1-SNAPSHOT</version>
19+
<version>1.0-RC1</version>
2020
</dependency>
2121

2222
<!-- test dependencies -->

jsonb-jackson/pom.xml

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

1010
<artifactId>avaje-jsonb-jackson</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-jsonb</artifactId>
24-
<version>1.0-RC1-SNAPSHOT</version>
24+
<version>1.0-RC1</version>
2525
</dependency>
2626

2727
<dependency>

jsonb-jakarta/pom.xml

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

1010
<artifactId>avaje-jsonb-jakarta</artifactId>
@@ -34,13 +34,13 @@
3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-jsonb</artifactId>
37-
<version>1.0-RC1-SNAPSHOT</version>
37+
<version>1.0-RC1</version>
3838
</dependency>
3939

4040
<dependency>
4141
<groupId>io.avaje</groupId>
4242
<artifactId>avaje-jsonb-generator</artifactId>
43-
<version>1.0-RC1-SNAPSHOT</version>
43+
<version>1.0-RC1</version>
4444
<scope>test</scope>
4545
</dependency>
4646

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>1.0-RC1-SNAPSHOT</version>
7+
<version>1.0-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb</artifactId>
11-
<version>1.0-RC1-SNAPSHOT</version>
11+
<version>1.0-RC1</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>1.0-RC1-SNAPSHOT</version>
12+
<version>1.0-RC1</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:git@github.com:avaje/avaje-jsonb.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>avaje-jsonb-parent-1.0-RC1</tag>
2121
</scm>
2222

2323
<properties>

0 commit comments

Comments
 (0)