Skip to content

Commit 9f54488

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent c773a44 commit 9f54488

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

airbase-policy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.airlift</groupId>
77
<artifactId>airbase-root</artifactId>
8-
<version>99</version>
8+
<version>100-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>airbase-policy</artifactId>

airbase/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.facebook.airlift</groupId>
66
<artifactId>airbase</artifactId>
7-
<version>99</version>
7+
<version>100-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>airbase</name>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:[email protected]/prestodb/airbase.git</connection>
2626
<developerConnection>scm:git:[email protected]:prestodb/airbase.git</developerConnection>
2727
<url>https://github.com/prestodb/airbase</url>
28-
<tag>99</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<developers>
@@ -717,7 +717,7 @@
717717
<dependency>
718718
<groupId>com.facebook.airlift</groupId>
719719
<artifactId>airbase-policy</artifactId>
720-
<version>99</version>
720+
<version>100-SNAPSHOT</version>
721721
</dependency>
722722
</dependencies>
723723
<configuration>
@@ -839,7 +839,7 @@
839839
<dependency>
840840
<groupId>com.facebook.airlift</groupId>
841841
<artifactId>airbase-policy</artifactId>
842-
<version>99</version>
842+
<version>100-SNAPSHOT</version>
843843
</dependency>
844844
</dependencies>
845845
<executions>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.facebook.airlift</groupId>
55
<artifactId>airbase-root</artifactId>
6-
<version>99</version>
6+
<version>100-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>airbase-root</name>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:[email protected]/prestodb/airbase.git</connection>
2929
<developerConnection>scm:git:[email protected]:prestodb/airbase.git</developerConnection>
3030
<url>https://github.com/prestodb/airbase</url>
31-
<tag>99</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<developers>

0 commit comments

Comments
 (0)