Skip to content

Commit

Permalink
add version into build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jinfahua committed Apr 12, 2018
1 parent 4841bf4 commit af09e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mqtt_jmeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.xmeter</groupId>
<artifactId>mqtt-jmeter</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.1</version>

<properties>
<jmeter-version>3.2</jmeter-version>
Expand Down Expand Up @@ -31,7 +31,7 @@
</dependencies>

<build>
<finalName>mqtt-xmeter</finalName>
<finalName>mqtt-xmeter-${project.version}</finalName>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
Expand Down

0 comments on commit af09e2f

Please sign in to comment.