Skip to content

Commit 5b6183f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4387d42 commit 5b6183f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.2.2</version>
7+
<version>1.2.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>integration-tests</artifactId>

jooq-postgresql-json/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.2.2</version>
7+
<version>1.2.3-SNAPSHOT</version>
88
</parent>
99

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

pom.xml

Lines changed: 3 additions & 3 deletions
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>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99

1010
<name>jooq-postgresql-json-parent</name>
1111
<description>jOOQ support for PostgreSQL json &amp; jsonb - parent pom</description>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.github.t9t.jooq</groupId>
3131
<artifactId>jooq-postgresql-json</artifactId>
32-
<version>1.2.2</version>
32+
<version>1.2.3-SNAPSHOT</version>
3333
</dependency>
3434

3535
<dependency>
@@ -199,7 +199,7 @@
199199
<connection>scm:git:https://github.com/t9t/jooq-postgresql-json.git</connection>
200200
<developerConnection>scm:git:git@github.com:t9t/jooq-postgresql-json.git</developerConnection>
201201
<url>https://github.com/t9t/jooq-postgresql-json</url>
202-
<tag>v1.2.2</tag>
202+
<tag>HEAD</tag>
203203
</scm>
204204

205205
<issueManagement>

0 commit comments

Comments
 (0)