Skip to content

Commit

Permalink
Upgraded HttpCore version to 5.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Feb 15, 2020
1 parent ebd48f9 commit ff941ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion httpcore5-h2/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-parent</artifactId>
<version>5.0-beta12-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<artifactId>httpcore5-h2</artifactId>
<name>Apache HttpComponents Core HTTP/2</name>
Expand Down
2 changes: 1 addition & 1 deletion httpcore5-reactive/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>httpcore5-parent</artifactId>
<groupId>org.apache.httpcomponents.core5</groupId>
<version>5.0-beta12-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion httpcore5-testing/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-parent</artifactId>
<version>5.0-beta12-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<artifactId>httpcore5-testing</artifactId>
<name>Apache HttpComponents Core Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion httpcore5/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-parent</artifactId>
<version>5.0-beta12-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<artifactId>httpcore5</artifactId>
<name>Apache HttpComponents Core HTTP/1.1</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -33,7 +33,7 @@
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-parent</artifactId>
<name>Apache HttpComponents Core Parent</name>
<version>5.0-beta12-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
<url>http://hc.apache.org/httpcomponents-core-5.0.x/</url>
<inceptionYear>2005</inceptionYear>
Expand Down Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-core.git</developerConnection>
<url>https://github.com/apache/httpcomponents-core/tree/${project.scm.tag}</url>
<tag>5.0-beta12-SNAPSHOT</tag>
<tag>5.0.1-SNAPSHOT</tag>
</scm>

<modules>
Expand Down

0 comments on commit ff941ea

Please sign in to comment.