Skip to content

Commit 52f7464

Browse files
Prepare for next maven release
1 parent c66b958 commit 52f7464

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this dependency to your project's POM:
1111
<dependency>
1212
<groupId>com.browserstack</groupId>
1313
<artifactId>browserstack-local-java</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.2</version>
1515
</dependency>
1616
```
1717

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>com.browserstack</groupId>
54
<artifactId>browserstack-local-java</artifactId>
65
<packaging>jar</packaging>
7-
<version>1.0.2</version>
6+
<version>1.0.3-SNAPSHOT</version>
87

98
<name>browserstack-local-java</name>
109
<description>Java bindings for BrowserStack Local</description>
@@ -30,7 +29,8 @@
3029
<connection>scm:git:[email protected]:browserstack/browserstack-local-java.git</connection>
3130
<developerConnection>scm:git:[email protected]:browserstack/browserstack-local-java.git</developerConnection>
3231
<url>[email protected]:browserstack/browserstack-local-java.git</url>
33-
</scm>
32+
<tag>HEAD</tag>
33+
</scm>
3434

3535
<distributionManagement>
3636
<snapshotRepository>

0 commit comments

Comments
 (0)