1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00

[maven-release-plugin] prepare release parent-3.14.0

This commit is contained in:
Jesse Wilson
2019-03-13 23:42:33 -04:00
parent b5dc31409f
commit 44d51d0ceb
19 changed files with 21 additions and 23 deletions

View File

@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>parent</artifactId>
<version>3.14.0-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>okhttp-hpacktests</artifactId>