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

Commit bc2cb7f

Browse files
committed
Set version to 0.0.1-SNAPSHOT
1 parent f1a5549 commit bc2cb7f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.nscuro</groupId>
88
<artifactId>datanucleus-postgresql-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>datanucleus-postgresql</artifactId>
1212
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.nscuro</groupId>
88
<artifactId>datanucleus-postgresql-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<developers>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.nscuro</groupId>
88
<artifactId>datanucleus-postgresql-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>datanucleus-postgresql-test</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)