Skip to content

Commit 12fd36b

Browse files
committed
[maven-release-plugin] prepare release browsermob-proxy-2.1.5
1 parent 5d8fa6d commit 12fd36b

File tree

6 files changed

+11
-15
lines changed

6 files changed

+11
-15
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-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

browsermob-dist/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>browsermob-proxy</artifactId>
65
<groupId>net.lightbody.bmp</groupId>
7-
<version>2.1.5-SNAPSHOT</version>
6+
<version>2.1.5</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

@@ -118,8 +117,7 @@
118117
</filter>
119118
</filters>
120119
<transformers>
121-
<transformer
122-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
120+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
123121
<mainClass>net.lightbody.bmp.proxy.Main</mainClass>
124122
</transformer>
125123
</transformers>

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-SNAPSHOT</version>
8+
<version>2.1.5</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-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mitm/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>browsermob-proxy</artifactId>
65
<groupId>net.lightbody.bmp</groupId>
7-
<version>2.1.5-SNAPSHOT</version>
6+
<version>2.1.5</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>net.lightbody.bmp</groupId>
54
<artifactId>browsermob-proxy</artifactId>
6-
<version>2.1.5-SNAPSHOT</version>
5+
<version>2.1.5</version>
76
<modules>
87
<module>browsermob-core</module>
98
<module>browsermob-legacy</module>
@@ -44,7 +43,7 @@
4443
<connection>scm:git:[email protected]:lightbody/browsermob-proxy.git</connection>
4544
<developerConnection>scm:git:[email protected]:lightbody/browsermob-proxy.git</developerConnection>
4645
<url>[email protected]:lightbody/browsermob-proxy.git</url>
47-
<tag>HEAD</tag>
46+
<tag>browsermob-proxy-2.1.5</tag>
4847
</scm>
4948

5049
<distributionManagement>

0 commit comments

Comments
 (0)