You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2021/11/13 16:48:26 UTC

[httpcomponents-client] branch master updated: HTTPCLIENT-2079: version.properties contains non-interpolated value

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 0926f1e  HTTPCLIENT-2079: version.properties contains non-interpolated value
0926f1e is described below

commit 0926f1e07a0fcd93c645a7b4ad4fa4a86e7b6cb1
Author: Arturo Bernal <ar...@gmail.com>
AuthorDate: Mon Nov 1 17:50:10 2021 +0100

    HTTPCLIENT-2079: version.properties contains non-interpolated value
    
    This closes #321
---
 .../src/main/resources/org/apache/hc/client5/version.properties     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/httpclient5/src/main/resources/org/apache/hc/client5/version.properties b/httpclient5/src/main/resources/org/apache/hc/client5/version.properties
index 842fb6b..29e63b1 100644
--- a/httpclient5/src/main/resources/org/apache/hc/client5/version.properties
+++ b/httpclient5/src/main/resources/org/apache/hc/client5/version.properties
@@ -16,7 +16,5 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-info.module    = HttpClient
-info.release   = ${pom.version}
-info.timestamp = ${mvn.timestamp}
-# timestamp requires Maven 2.1
+info.module    = ${project.artifactId}
+info.release   = ${project.version}