Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TikhomirovSergey committed Mar 6, 2016
1 parent 5246f67 commit 385ac5e
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>3.4.0</version>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down Expand Up @@ -77,7 +76,7 @@
<url>https://github.com/appium/java-client</url>
<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>3.4.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 385ac5e

Please sign in to comment.