Skip to content

Commit 62a569a

Browse files
committed
[maven-release-plugin] prepare release v3.1.0
1 parent 628ac09 commit 62a569a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jooq-postgresql-json-parent</artifactId>
66
<groupId>com.github.t9t.jooq</groupId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99

1010
<artifactId>integration-tests</artifactId>

jooq-postgresql-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jooq-postgresql-json-parent</artifactId>
66
<groupId>com.github.t9t.jooq</groupId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99

1010
<artifactId>jooq-postgresql-json</artifactId>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.t9t.jooq</groupId>
66
<artifactId>jooq-postgresql-json-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>3.1.0</version>
99

1010
<name>jooq-postgresql-json-parent</name>
1111
<description>jOOQ support for PostgreSQL json &amp; jsonb - parent pom</description>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.t9t.jooq</groupId>
3232
<artifactId>jooq-postgresql-json</artifactId>
33-
<version>3.0.1-SNAPSHOT</version>
33+
<version>3.1.0</version>
3434
</dependency>
3535

3636
<dependency>
@@ -243,7 +243,7 @@
243243
<connection>scm:git:https://github.com/t9t/jooq-postgresql-json.git</connection>
244244
<developerConnection>scm:git:git@github.com:t9t/jooq-postgresql-json.git</developerConnection>
245245
<url>https://github.com/t9t/jooq-postgresql-json</url>
246-
<tag>HEAD</tag>
246+
<tag>v3.1.0</tag>
247247
</scm>
248248

249249
<issueManagement>

0 commit comments

Comments
 (0)