Skip to content

Commit 1b132df

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7eeadea commit 1b132df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.airlift.resolver</groupId>
1111
<artifactId>resolver-root</artifactId>
12-
<version>1.7</version>
12+
<version>1.8-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<description>Resolve the dependencies of Maven coordinates or POM file</description>
@@ -19,7 +19,7 @@
1919
<scm>
2020
<connection>scm:git:git://github.com/prestodb/resolver.git</connection>
2121
<url>https://github.com/prestodb/resolver</url>
22-
<tag>1.7</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<properties>

resolver-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>com.facebook.airlift.resolver</groupId>
66
<artifactId>resolver-root</artifactId>
7-
<version>1.7</version>
7+
<version>1.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>resolver-integration</artifactId>

resolver/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.airlift.resolver</groupId>
66
<artifactId>resolver-root</artifactId>
7-
<version>1.7</version>
7+
<version>1.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>resolver</artifactId>

0 commit comments

Comments
 (0)