[MNG-3652] minor improvement to the user agent for trunk

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@679010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2008-07-23 07:15:51 +00:00
parent a14916cf8c
commit 1cb6db67de
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ under the License.
<httpHeaders>
<property>
<name>User-Agent</name>
<value>Apache Maven/${project.version}</value>
<value>Apache-Maven/${project.version} maven-artifact/${artifactVersion}</value>
</property>
</httpHeaders>
</configuration>
@ -70,7 +70,7 @@ under the License.
<httpHeaders>
<property>
<name>User-Agent</name>
<value>Apache Maven/${project.version}</value>
<value>Apache-Maven/${project.version} maven-artifact/${artifactVersion}</value>
</property>
</httpHeaders>
</configuration>