Skip to content

Commit f8162b3

Browse files
[maven-release-plugin] prepare release 3.4.1
1 parent a143c28 commit f8162b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

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

18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<groupId>io.appium</groupId>
2422
<artifactId>java-client</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
23+
<version>3.4.1</version>
2624
<dependencies>
2725
<dependency>
2826
<groupId>com.google.code.gson</groupId>
@@ -84,7 +82,7 @@
8482
<connection>scm:git:ssh://[email protected]/appium/java-client.git</connection>
8583
<developerConnection>scm:git:ssh://[email protected]/appium/java-client.git
8684
</developerConnection>
87-
<tag>HEAD</tag>
85+
<tag>3.4.1</tag>
8886
</scm>
8987

9088
<developers>

0 commit comments

Comments
 (0)