Skip to content

Commit 76e7385

Browse files
[maven-release-plugin] prepare release 4.0.0
1 parent eda9d8e commit 76e7385

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<groupId>io.appium</groupId>
2322
<artifactId>java-client</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
23+
<version>4.0.0</version>
2524
<dependencies>
2625
<dependency>
2726
<groupId>com.google.code.gson</groupId>
@@ -83,7 +82,7 @@
8382
<connection>scm:git:ssh://[email protected]/appium/java-client.git</connection>
8483
<developerConnection>scm:git:ssh://[email protected]/appium/java-client.git
8584
</developerConnection>
86-
<tag>HEAD</tag>
85+
<tag>4.0.0</tag>
8786
</scm>
8887

8988
<developers>

0 commit comments

Comments
 (0)