You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/11/30 10:25:06 UTC

[httpcomponents-core] branch 4.4.x updated: Upgraded HttpCore version to 4.4.15-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch 4.4.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/4.4.x by this push:
     new 8185c25  Upgraded HttpCore version to 4.4.15-SNAPSHOT
8185c25 is described below

commit 8185c25eab47e5b95c0be1a24e43912d34675d50
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Mon Nov 30 11:24:27 2020 +0100

    Upgraded HttpCore version to 4.4.15-SNAPSHOT
---
 httpcore-ab/pom.xml   |  4 ++--
 httpcore-nio/pom.xml  |  4 ++--
 httpcore-osgi/pom.xml |  4 ++--
 httpcore/pom.xml      |  4 ++--
 pom.xml               | 18 +++++++++---------
 5 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/httpcore-ab/pom.xml b/httpcore-ab/pom.xml
index e627ab4..2df5239 100644
--- a/httpcore-ab/pom.xml
+++ b/httpcore-ab/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-SNAPSHOT</version>
+    <version>4.4.15-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>Apache HttpCore Benchmarking Tool</name>
@@ -103,4 +103,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml
index 29954d6..4455581 100644
--- a/httpcore-nio/pom.xml
+++ b/httpcore-nio/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-SNAPSHOT</version>
+    <version>4.4.15-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>Apache HttpCore NIO</name>
@@ -168,4 +168,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/httpcore-osgi/pom.xml b/httpcore-osgi/pom.xml
index a54eaeb..299d3cb 100644
--- a/httpcore-osgi/pom.xml
+++ b/httpcore-osgi/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-SNAPSHOT</version>
+    <version>4.4.15-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>Apache HttpCore OSGi bundle</name>
@@ -142,4 +142,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/httpcore/pom.xml b/httpcore/pom.xml
index 8d70061..4791ac0 100644
--- a/httpcore/pom.xml
+++ b/httpcore/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.14-SNAPSHOT</version>
+    <version>4.4.15-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>Apache HttpCore</name>
@@ -154,4 +154,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 23c847c..ced59dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>Apache HttpComponents Core</name>
-  <version>4.4.14-SNAPSHOT</version>
+  <version>4.4.15-SNAPSHOT</version>
   <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core-ga</url>
   <inceptionYear>2005</inceptionYear>
@@ -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>4.4.14-SNAPSHOT</tag>
+    <tag>4.4.15-SNAPSHOT</tag>
   </scm>
 
   <modules>
@@ -201,18 +201,18 @@
           <postProcess>
             <copy todir="target/site/tutorial/html" failonerror="false">
               <fileset dir="target/docbkx/html/index">
-                <include name="**/*.html" />
+                <include name="**/*.html"/>
               </fileset>
             </copy>
             <copy todir="target/site/tutorial/html" failonerror="false">
               <fileset dir="src/docbkx/resources">
-                <include name="**/*.css" />
-                <include name="**/*.png" />
-                <include name="**/*.gif" />
-                <include name="**/*.jpg" />
+                <include name="**/*.css"/>
+                <include name="**/*.png"/>
+                <include name="**/*.gif"/>
+                <include name="**/*.jpg"/>
               </fileset>
             </copy>
-            <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" failonerror="false" />
+            <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" failonerror="false"/>
           </postProcess>
         </configuration>
       </plugin>
@@ -360,4 +360,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file