Skip to content

Commit a4aa971

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9b8545e commit a4aa971

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>okio-parent</artifactId>
44
<groupId>com.squareup.okio</groupId>
5-
<version>1.17.4</version>
5+
<version>1.18.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

okio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okio</groupId>
88
<artifactId>okio-parent</artifactId>
9-
<version>1.17.4</version>
9+
<version>1.18.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>okio</artifactId>

pom.xml

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

1212
<groupId>com.squareup.okio</groupId>
1313
<artifactId>okio-parent</artifactId>
14-
<version>1.17.4</version>
14+
<version>1.18.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616
<name>Okio (Parent)</name>
1717
<description>A modern I/O API for Java</description>
@@ -39,7 +39,7 @@
3939
<url>https://github.com/square/okio/</url>
4040
<connection>scm:git:https://github.com/square/okio.git</connection>
4141
<developerConnection>scm:git:[email protected]:square/okio.git</developerConnection>
42-
<tag>okio-parent-1.17.4</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<issueManagement>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.okio</groupId>
88
<artifactId>okio-parent</artifactId>
9-
<version>1.17.4</version>
9+
<version>1.18.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>samples</artifactId>

0 commit comments

Comments
 (0)