HTTPCLIENT-2079: version.properties contains non-interpolated value
This closes #321
This commit is contained in:
parent
f055b3e83b
commit
0926f1e07a
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue