Skip to content

Commit 3f2e9d6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4f501a0 commit 3f2e9d6

11 files changed

Lines changed: 13 additions & 13 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.1.0</version>
7+
<version>0.2.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.1.0</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cli</artifactId>

core/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>core</artifactId>
@@ -144,7 +144,7 @@
144144
</goals>
145145
<configuration>
146146
<target>
147-
<replaceregexp match=" public static void ValidateVersion\(\) \{ Constants\.[^}]+\}&#xA;" replace="" flags="g">
147+
<replaceregexp match=" public static void ValidateVersion\(\) \{ Constants\.[^}]+\}&#xA;" replace="" flags="g">
148148
<fileset dir="${project.basedir}/src/main/java/io/github/dfa1/vortex/fbs" includes="*.java" />
149149
</replaceregexp>
150150
</target>

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

1010
<artifactId>reader</artifactId>

0 commit comments

Comments
 (0)