HTTPCLIENT-2079: version.properties contains non-interpolated value

This closes #321
This commit is contained in:
Arturo Bernal 2021-11-01 17:50:10 +01:00 committed by Michael Osipov
parent f055b3e83b
commit 0926f1e07a
1 changed files with 2 additions and 4 deletions

View File

@ -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}