Skip to content

Commit 6d0bf81

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2e9e31c commit 6d0bf81

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

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

1010
<groupId>com.facebook.presto</groupId>
1111
<artifactId>testing-mysql-server-root</artifactId>
12-
<version>0.7</version>
12+
<version>0.8-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>testing-mysql-server-root</name>
@@ -29,7 +29,7 @@
2929
<scm>
3030
<connection>scm:git:[email protected]/prestodb/testing-mysql-server.git</connection>
3131
<url>https://github.com/prestodb/testing-mysql-server</url>
32-
<tag>0.7</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<properties>

testing-mysql-server-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.facebook.presto</groupId>
66
<artifactId>testing-mysql-server-root</artifactId>
7-
<version>0.7</version>
7+
<version>0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>testing-mysql-server-5</artifactId>

testing-mysql-server-8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.facebook.presto</groupId>
66
<artifactId>testing-mysql-server-root</artifactId>
7-
<version>0.7</version>
7+
<version>0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>testing-mysql-server-8</artifactId>

testing-mysql-server-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.facebook.presto</groupId>
66
<artifactId>testing-mysql-server-root</artifactId>
7-
<version>0.7</version>
7+
<version>0.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>testing-mysql-server-base</artifactId>

0 commit comments

Comments
 (0)