Skip to content

Commit 9363ca5

Browse files
committed
[maven-release-plugin] prepare release browsermob-proxy-2.1.0-beta-1
1 parent c8c3df7 commit 9363ca5

File tree

5 files changed

+11
-18
lines changed

5 files changed

+11
-18
lines changed

browsermob-core-littleproxy/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<packaging>jar</packaging>
64

75
<parent>
86
<artifactId>browsermob-proxy</artifactId>
97
<groupId>net.lightbody.bmp</groupId>
10-
<version>2.1.0-beta-1-SNAPSHOT</version>
8+
<version>2.1.0-beta-1</version>
119
</parent>
1210
<modelVersion>4.0.0</modelVersion>
1311

browsermob-core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<packaging>jar</packaging>
64

75
<parent>
86
<artifactId>browsermob-proxy</artifactId>
97
<groupId>net.lightbody.bmp</groupId>
10-
<version>2.1.0-beta-1-SNAPSHOT</version>
8+
<version>2.1.0-beta-1</version>
119
</parent>
1210
<modelVersion>4.0.0</modelVersion>
1311

browsermob-dist/pom.xml

Lines changed: 2 additions & 4 deletions
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-1-SNAPSHOT</version>
6+
<version>2.1.0-beta-1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

browsermob-rest/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<packaging>jar</packaging>
64

75
<parent>
86
<artifactId>browsermob-proxy</artifactId>
97
<groupId>net.lightbody.bmp</groupId>
10-
<version>2.1.0-beta-1-SNAPSHOT</version>
8+
<version>2.1.0-beta-1</version>
119
</parent>
1210
<modelVersion>4.0.0</modelVersion>
1311

pom.xml

Lines changed: 3 additions & 2 deletions
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-1-SNAPSHOT</version>
5+
<version>2.1.0-beta-1</version>
66
<modules>
77
<module>browsermob-core</module>
88
<module>browsermob-rest</module>
@@ -48,7 +48,8 @@
4848
<connection>scm:git:git@github.com:lightbody/browsermob-proxy.git</connection>
4949
<developerConnection>scm:git:git@github.com:lightbody/browsermob-proxy.git</developerConnection>
5050
<url>git@github.com:lightbody/browsermob-proxy.git</url>
51-
</scm>
51+
<tag>browsermob-proxy-2.1.0-beta-1</tag>
52+
</scm>
5253

5354
<properties>
5455
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)