HttpCore 5.1.4 release · apache/httpcomponents-core@80a9569 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -28,7 +28,7 @@ | ||
| 28 | 28 | <parent> |
| 29 | 29 | <groupId>org.apache.httpcomponents.core5</groupId> |
| 30 | 30 | <artifactId>httpcore5-parent</artifactId> |
| 31 | - <version>5.1.4-SNAPSHOT</version> | |
| 31 | + <version>5.1.4</version> | |
| 32 | 32 | </parent> |
| 33 | 33 | <artifactId>httpcore5-h2</artifactId> |
| 34 | 34 | <name>Apache HttpComponents Core HTTP/2</name> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -27,7 +27,7 @@ | ||
| 27 | 27 | <parent> |
| 28 | 28 | <artifactId>httpcore5-parent</artifactId> |
| 29 | 29 | <groupId>org.apache.httpcomponents.core5</groupId> |
| 30 | - <version>5.1.4-SNAPSHOT</version> | |
| 30 | + <version>5.1.4</version> | |
| 31 | 31 | </parent> |
| 32 | 32 | <modelVersion>4.0.0</modelVersion> |
| 33 | 33 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -28,7 +28,7 @@ | ||
| 28 | 28 | <parent> |
| 29 | 29 | <groupId>org.apache.httpcomponents.core5</groupId> |
| 30 | 30 | <artifactId>httpcore5-parent</artifactId> |
| 31 | - <version>5.1.4-SNAPSHOT</version> | |
| 31 | + <version>5.1.4</version> | |
| 32 | 32 | </parent> |
| 33 | 33 | <artifactId>httpcore5-testing</artifactId> |
| 34 | 34 | <name>Apache HttpComponents Core Integration Tests</name> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -28,7 +28,7 @@ | ||
| 28 | 28 | <parent> |
| 29 | 29 | <groupId>org.apache.httpcomponents.core5</groupId> |
| 30 | 30 | <artifactId>httpcore5-parent</artifactId> |
| 31 | - <version>5.1.4-SNAPSHOT</version> | |
| 31 | + <version>5.1.4</version> | |
| 32 | 32 | </parent> |
| 33 | 33 | <artifactId>httpcore5</artifactId> |
| 34 | 34 | <name>Apache HttpComponents Core HTTP/1.1</name> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,7 +33,7 @@ | ||
| 33 | 33 | <groupId>org.apache.httpcomponents.core5</groupId> |
| 34 | 34 | <artifactId>httpcore5-parent</artifactId> |
| 35 | 35 | <name>Apache HttpComponents Core Parent</name> |
| 36 | - <version>5.1.4-SNAPSHOT</version> | |
| 36 | + <version>5.1.4</version> | |
| 37 | 37 | <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description> |
| 38 | 38 | <url>https://hc.apache.org/httpcomponents-core-5.1.x/${project.version}/</url> |
| 39 | 39 | <inceptionYear>2005</inceptionYear> |
| @@ -48,7 +48,7 @@ | ||
| 48 | 48 | <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</connection> |
| 49 | 49 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</developerConnection> |
| 50 | 50 | <url>https://github.com/apache/httpcomponents-core/tree/${project.scm.tag}</url> |
| 51 | - <tag>5.1.4-SNAPSHOT</tag> | |
| 51 | + <tag>5.1.4</tag> | |
| 52 | 52 | </scm> |
| 53 | 53 | |
| 54 | 54 | <distributionManagement> |