Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit fdb6f88

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 89e20c4 commit fdb6f88

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.nscuro</groupId>
66
<artifactId>datanucleus-postgresql-parent</artifactId>
7-
<version>0.3.0</version>
7+
<version>0.4.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>datanucleus-postgresql</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.nscuro</groupId>
66
<artifactId>datanucleus-postgresql-parent</artifactId>
7-
<version>0.3.0</version>
7+
<version>0.4.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>datanucleus-postgresql</name>
@@ -36,7 +36,7 @@
3636
<connection>${scm.connection}</connection>
3737
<developerConnection>${scm.connection}</developerConnection>
3838
<url>${scm.url}</url>
39-
<tag>v0.3.0</tag>
39+
<tag>HEAD</tag>
4040
</scm>
4141

4242
<issueManagement>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.nscuro</groupId>
66
<artifactId>datanucleus-postgresql-parent</artifactId>
7-
<version>0.3.0</version>
7+
<version>0.4.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>datanucleus-postgresql-test</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)