Skip to content

Commit 7e32491

Browse files
committed
[maven-release-plugin] prepare release avaje-jsonb-parent-1.0
1 parent 2f5ef64 commit 7e32491

File tree

5 files changed

+11
-11
lines changed

5 files changed

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

1010
<artifactId>blackbox-test</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-jsonb</artifactId>
33-
<version>1.0-SNAPSHOT</version>
33+
<version>1.0</version>
3434
</dependency>
3535

3636
<!-- <dependency>-->
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.avaje</groupId>
4444
<artifactId>avaje-jsonb-generator</artifactId>
45-
<version>1.0-SNAPSHOT</version>
45+
<version>1.0</version>
4646
<scope>provided</scope>
4747
</dependency>
4848

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-SNAPSHOT</version>
7+
<version>1.0</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-SNAPSHOT</version>
19+
<version>1.0</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-SNAPSHOT</version>
7+
<version>1.0</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-SNAPSHOT</version>
24+
<version>1.0</version>
2525
</dependency>
2626

2727
<dependency>

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

1010
<artifactId>avaje-jsonb</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</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-SNAPSHOT</version>
12+
<version>1.0</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</tag>
2121
</scm>
2222

2323
<properties>

0 commit comments

Comments
 (0)