Skip to content

Commit b15f22c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 12fd36b commit b15f22c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

browsermob-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>browsermob-proxy</artifactId>
77
<groupId>net.lightbody.bmp</groupId>
8-
<version>2.1.5</version>
8+
<version>2.1.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

browsermob-dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>browsermob-proxy</artifactId>
55
<groupId>net.lightbody.bmp</groupId>
6-
<version>2.1.5</version>
6+
<version>2.1.6-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

browsermob-legacy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>browsermob-proxy</artifactId>
77
<groupId>net.lightbody.bmp</groupId>
8-
<version>2.1.5</version>
8+
<version>2.1.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

browsermob-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>browsermob-proxy</artifactId>
77
<groupId>net.lightbody.bmp</groupId>
8-
<version>2.1.5</version>
8+
<version>2.1.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mitm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>browsermob-proxy</artifactId>
55
<groupId>net.lightbody.bmp</groupId>
6-
<version>2.1.5</version>
6+
<version>2.1.6-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.lightbody.bmp</groupId>
44
<artifactId>browsermob-proxy</artifactId>
5-
<version>2.1.5</version>
5+
<version>2.1.6-SNAPSHOT</version>
66
<modules>
77
<module>browsermob-core</module>
88
<module>browsermob-legacy</module>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:[email protected]:lightbody/browsermob-proxy.git</connection>
4444
<developerConnection>scm:git:[email protected]:lightbody/browsermob-proxy.git</developerConnection>
4545
<url>[email protected]:lightbody/browsermob-proxy.git</url>
46-
<tag>browsermob-proxy-2.1.5</tag>
46+
<tag>HEAD</tag>
4747
</scm>
4848

4949
<distributionManagement>

0 commit comments

Comments
 (0)