Skip to content

Commit 4c1d916

Browse files
committed
[maven-release-plugin] prepare release browsermob-proxy-2.1.0-beta-4
1 parent 9194038 commit 4c1d916

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

browsermob-core-littleproxy/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.0-beta-4-SNAPSHOT</version>
8+
<version>2.1.0-beta-4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

browsermob-core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<packaging>jar</packaging>
54

65
<parent>
76
<artifactId>browsermob-proxy</artifactId>
87
<groupId>net.lightbody.bmp</groupId>
9-
<version>2.1.0-beta-4-SNAPSHOT</version>
8+
<version>2.1.0-beta-4</version>
109
</parent>
1110
<modelVersion>4.0.0</modelVersion>
1211

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.0-beta-4-SNAPSHOT</version>
6+
<version>2.1.0-beta-4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.0-beta-4-SNAPSHOT</version>
8+
<version>2.1.0-beta-4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mitm/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>browsermob-proxy</artifactId>
75
<groupId>net.lightbody.bmp</groupId>
8-
<version>2.1.0-beta-4-SNAPSHOT</version>
6+
<version>2.1.0-beta-4</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.0-beta-4-SNAPSHOT</version>
5+
<version>2.1.0-beta-4</version>
66
<modules>
77
<module>browsermob-core</module>
88
<module>browsermob-rest</module>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:[email protected]:lightbody/browsermob-proxy.git</connection>
5050
<developerConnection>scm:git:[email protected]:lightbody/browsermob-proxy.git</developerConnection>
5151
<url>[email protected]:lightbody/browsermob-proxy.git</url>
52-
<tag>HEAD</tag>
52+
<tag>browsermob-proxy-2.1.0-beta-4</tag>
5353
</scm>
5454

5555
<properties>

0 commit comments

Comments
 (0)