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 842fb6b57..29e63b1d7 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}