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

Commit 763f100

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent d3f3eff commit 763f100

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.1.0</version>
7+
<version>0.2.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.1.0</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<developers>
@@ -31,7 +31,7 @@
3131
<connection>${scm.connection}</connection>
3232
<developerConnection>${scm.connection}</developerConnection>
3333
<url>${scm.url}</url>
34-
<tag>v0.1.0</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<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.1.0</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>datanucleus-postgresql-test</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)