Skip to content

Commit 6561c22

Browse files
committed
Upgraded HttpCore version to 5.4-alpha1-SNAPSHOT
1 parent 6da87d3 commit 6561c22

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

httpcore5-h2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.core5</groupId>
3030
<artifactId>httpcore5-parent</artifactId>
31-
<version>5.3.1-SNAPSHOT</version>
31+
<version>5.4-alpha1-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpcore5-h2</artifactId>
3434
<name>Apache HttpComponents Core HTTP/2</name>

httpcore5-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>httpcore5-parent</artifactId>
2929
<groupId>org.apache.httpcomponents.core5</groupId>
30-
<version>5.3.1-SNAPSHOT</version>
30+
<version>5.4-alpha1-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

httpcore5-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.core5</groupId>
3030
<artifactId>httpcore5-parent</artifactId>
31-
<version>5.3.1-SNAPSHOT</version>
31+
<version>5.4-alpha1-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpcore5-testing</artifactId>
3434
<name>Apache HttpComponents Core Integration Tests</name>

httpcore5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.core5</groupId>
3030
<artifactId>httpcore5-parent</artifactId>
31-
<version>5.3.1-SNAPSHOT</version>
31+
<version>5.4-alpha1-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpcore5</artifactId>
3434
<name>Apache HttpComponents Core HTTP/1.1</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<groupId>org.apache.httpcomponents.core5</groupId>
3434
<artifactId>httpcore5-parent</artifactId>
3535
<name>Apache HttpComponents Core Parent</name>
36-
<version>5.3.1-SNAPSHOT</version>
36+
<version>5.4-alpha1-SNAPSHOT</version>
3737
<description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
3838
<url>https://hc.apache.org/httpcomponents-core-5.3.x/${project.version}/</url>
3939
<inceptionYear>2005</inceptionYear>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</connection>
4949
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</developerConnection>
5050
<url>https://github.com/apache/httpcomponents-core/tree/${project.scm.tag}</url>
51-
<tag>5.3.1-SNAPSHOT</tag>
51+
<tag>5.4-alpha1-SNAPSHOT</tag>
5252
</scm>
5353

5454
<distributionManagement>

0 commit comments

Comments
 (0)