mirror of https://github.com/apache/maven.git
[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:
parent
a14916cf8c
commit
1cb6db67de
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue