File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add this dependency to your project's POM:
11
11
<dependency >
12
12
<groupId >com.browserstack</groupId >
13
13
<artifactId >browserstack-local-java</artifactId >
14
- <version >1.0.0 </version >
14
+ <version >1.0.2 </version >
15
15
</dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >com.browserstack</groupId >
5
4
<artifactId >browserstack-local-java</artifactId >
6
5
<packaging >jar</packaging >
7
- <version >1.0.2 </version >
6
+ <version >1.0.3-SNAPSHOT </version >
8
7
9
8
<name >browserstack-local-java</name >
10
9
<description >Java bindings for BrowserStack Local</description >
30
29
<
connection >scm:git:
[email protected] :browserstack/browserstack-local-java.git</
connection >
31
30
<
developerConnection >scm:git:
[email protected] :browserstack/browserstack-local-java.git</
developerConnection >
32
31
<
url >
[email protected] :browserstack/browserstack-local-java.git</
url >
33
- </scm >
32
+ <tag >HEAD</tag >
33
+ </scm >
34
34
35
35
<distributionManagement >
36
36
<snapshotRepository >
You can’t perform that action at this time.
0 commit comments