Skip to content

Commit f8273b0

Browse files
committed
[maven-release-plugin] prepare release automate-client-java-0.9
1 parent e4f613a commit f8273b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
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
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.browserstack</groupId>
76
<artifactId>automate-client-java</artifactId>
87
<name>automate-client</name>
9-
<version>0.9-SNAPSHOT</version>
8+
<version>0.9</version>
109
<packaging>jar</packaging>
1110
<description>Java bindings for BrowserStack Automate REST API</description>
1211
<url>https://www.browserstack.com</url>
@@ -143,7 +142,7 @@
143142
<url>https://github.com/browserstack/automate-client-java</url>
144143
<connection>scm:git:https://github.com/browserstack/automate-client-java.git</connection>
145144
<developerConnection>scm:git:[email protected]:browserstack/automate-client-java.git</developerConnection>
146-
<tag>HEAD</tag>
145+
<tag>automate-client-java-0.9</tag>
147146
</scm>
148147

149148
</project>

0 commit comments

Comments
 (0)