Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TikhomirovSergey committed May 29, 2016
1 parent eda9d8e commit 76e7385
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down Expand Up @@ -83,7 +82,7 @@
<connection>scm:git:ssh://git@github.com/appium/java-client.git</connection>
<developerConnection>scm:git:ssh://git@github.com/appium/java-client.git
</developerConnection>
<tag>HEAD</tag>
<tag>4.0.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 76e7385

Please sign in to comment.