Skip to content

Commit ffaf2eb

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4c7969c commit ffaf2eb

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

bom/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>bom</artifactId>

cli/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cli</artifactId>

core/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>core</artifactId>

csv/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>csv</artifactId>

integration/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>integration</artifactId>

jdbc/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jdbc</artifactId>

parquet/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>parquet</artifactId>

performance/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>performance</artifactId>

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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>vortex-java</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:https://github.com/dfa1/vortex-java.git</connection>
3333
<developerConnection>scm:git:git@github.com:dfa1/vortex-java.git</developerConnection>
3434
<url>https://github.com/dfa1/vortex-java</url>
35-
<tag>v0.2.0</tag>
35+
<tag>HEAD</tag>
3636
</scm>
3737

3838
<modules>

reader/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.dfa1.vortex</groupId>
66
<artifactId>vortex-java</artifactId>
7-
<version>0.2.0</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>reader</artifactId>

0 commit comments

Comments
 (0)