Skip to content

Commit 976f5ee

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 030347b commit 976f5ee

File tree

109 files changed

+112
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+112
-112
lines changed

pom.xml

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

1111
<groupId>com.facebook.presto</groupId>
1212
<artifactId>presto-root</artifactId>
13-
<version>0.292</version>
13+
<version>0.293-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>presto-root</name>
@@ -30,7 +30,7 @@
3030
<scm>
3131
<connection>scm:git:git://github.com/prestodb/presto.git</connection>
3232
<url>https://github.com/prestodb/presto</url>
33-
<tag>0.292</tag>
33+
<tag>HEAD</tag>
3434
</scm>
3535

3636
<properties>

presto-accumulo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.presto</groupId>
77
<artifactId>presto-root</artifactId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-accumulo</artifactId>

presto-analyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.presto</groupId>
77
<artifactId>presto-root</artifactId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-analyzer</artifactId>

presto-atop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.presto</groupId>
77
<artifactId>presto-root</artifactId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-atop</artifactId>

presto-base-arrow-flight/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.presto</groupId>
77
<artifactId>presto-root</artifactId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-base-arrow-flight</artifactId>

presto-base-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.presto</groupId>
77
<artifactId>presto-root</artifactId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-base-jdbc</artifactId>

presto-benchmark-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.presto</groupId>
77
<artifactId>presto-root</artifactId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-benchmark-driver</artifactId>

presto-benchmark-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>presto-root</artifactId>
77
<groupId>com.facebook.presto</groupId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-benchmark-runner</artifactId>

presto-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>presto-root</artifactId>
77
<groupId>com.facebook.presto</groupId>
8-
<version>0.292</version>
8+
<version>0.293-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>presto-benchmark</artifactId>

presto-benchto-benchmarks/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>presto-root</artifactId>
7-
<version>0.292</version>
7+
<version>0.293-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>presto-benchto-benchmarks</artifactId>

0 commit comments

Comments
 (0)