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/25 21:40:40 UTC

[httpcomponents-core] annotated tag 4.4.14-RC1 created (now 20d8fe7)

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

olegk pushed a change to annotated tag 4.4.14-RC1
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git.


      at 20d8fe7  (tag)
 tagging 2212580cf7312e5e209350f523816df6f0747b7c (commit)
 replaces rel/v4.4.10
      by Oleg Kalnichevski
      on Wed Nov 25 22:40:13 2020 +0100

- Log -----------------------------------------------------------------
HttpCore 4.4.14 RC1 tag
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 2212580  HttpCore 4.4.14 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[httpcomponents-core] 01/01: HttpCore 4.4.14 release

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to annotated tag 4.4.14-RC1
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit 2212580cf7312e5e209350f523816df6f0747b7c
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Nov 25 22:40:13 2020 +0100

    HttpCore 4.4.14 release
---
 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..08b2695 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.14-RC1</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..c8df7f9 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.14-RC1</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..ad14f0a 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.14-RC1</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..17c20e1 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.14-RC1</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..f9828da 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.14-RC1</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.14-RC1</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