Skip to content

Commit b764204

Browse files
committed
Updated HttpCore version to 5.5-beta1-SNAPSHOT
1 parent bad74f0 commit b764204

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.5-alpha2-SNAPSHOT</version>
31+
<version>5.5-beta1-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpcore5-h2</artifactId>
3434
<name>Apache HttpComponents Core HTTP/2</name>

httpcore5-jackson2/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.5-alpha2-SNAPSHOT</version>
30+
<version>5.5-beta1-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

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.5-alpha2-SNAPSHOT</version>
30+
<version>5.5-beta1-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.5-alpha2-SNAPSHOT</version>
31+
<version>5.5-beta1-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.5-alpha2-SNAPSHOT</version>
31+
<version>5.5-beta1-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpcore5</artifactId>
3434
<name>Apache HttpComponents Core HTTP/1.1</name>

pom.xml

Lines changed: 1 addition & 1 deletion
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</name>
36-
<version>5.5-alpha2-SNAPSHOT</version>
36+
<version>5.5-beta1-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.5.x/${project.version}/</url>
3939
<inceptionYear>2005</inceptionYear>

0 commit comments

Comments
 (0)