Upgraded HttpCore version to 5.5-beta2-SNAPSHOT
diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml index 169d5f0..290b348 100644 --- a/httpcore5-h2/pom.xml +++ b/httpcore5-h2/pom.xml
@@ -28,7 +28,7 @@ <parent> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-parent</artifactId> - <version>5.5-alpha2-SNAPSHOT</version> + <version>5.5-beta2-SNAPSHOT</version> </parent> <artifactId>httpcore5-h2</artifactId> <name>Apache HttpComponents Core HTTP/2</name>
diff --git a/httpcore5-jackson2/pom.xml b/httpcore5-jackson2/pom.xml index c3a4488..1d14314 100644 --- a/httpcore5-jackson2/pom.xml +++ b/httpcore5-jackson2/pom.xml
@@ -27,7 +27,7 @@ <parent> <artifactId>httpcore5-parent</artifactId> <groupId>org.apache.httpcomponents.core5</groupId> - <version>5.5-alpha2-SNAPSHOT</version> + <version>5.5-beta2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/httpcore5-reactive/pom.xml b/httpcore5-reactive/pom.xml index 5e7ad9d..aa3c2ca 100644 --- a/httpcore5-reactive/pom.xml +++ b/httpcore5-reactive/pom.xml
@@ -27,7 +27,7 @@ <parent> <artifactId>httpcore5-parent</artifactId> <groupId>org.apache.httpcomponents.core5</groupId> - <version>5.5-alpha2-SNAPSHOT</version> + <version>5.5-beta2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml index a4e60ac..09d1510 100644 --- a/httpcore5-testing/pom.xml +++ b/httpcore5-testing/pom.xml
@@ -28,7 +28,7 @@ <parent> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-parent</artifactId> - <version>5.5-alpha2-SNAPSHOT</version> + <version>5.5-beta2-SNAPSHOT</version> </parent> <artifactId>httpcore5-testing</artifactId> <name>Apache HttpComponents Core Integration Tests</name>
diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml index f59fe8e..c548e31 100644 --- a/httpcore5/pom.xml +++ b/httpcore5/pom.xml
@@ -28,7 +28,7 @@ <parent> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-parent</artifactId> - <version>5.5-alpha2-SNAPSHOT</version> + <version>5.5-beta2-SNAPSHOT</version> </parent> <artifactId>httpcore5</artifactId> <name>Apache HttpComponents Core HTTP/1.1</name>
diff --git a/pom.xml b/pom.xml index 5d43f1c..5158933 100644 --- a/pom.xml +++ b/pom.xml
@@ -33,7 +33,7 @@ <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-parent</artifactId> <name>Apache HttpComponents Core</name> - <version>5.5-alpha2-SNAPSHOT</version> + <version>5.5-beta2-SNAPSHOT</version> <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description> <url>https://hc.apache.org/httpcomponents-core-5.5.x/${project.version}/</url> <inceptionYear>2005</inceptionYear> @@ -48,7 +48,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git</developerConnection> <url>https://github.com/apache/httpcomponents-core/tree/${project.scm.tag}</url> - <tag>5.5-alpha2-SNAPSHOT</tag> + <tag>5.5-alpha3-SNAPSHOT</tag> </scm> <distributionManagement> @@ -448,4 +448,4 @@ </plugins> </reporting> -</project> +</project> \ No newline at end of file