We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd61824 commit c068fe2Copy full SHA for c068fe2
pom.xml
@@ -166,6 +166,7 @@ flexible messaging model and an intuitive client API.</description>
166
<surefire.shutdown>kill</surefire.shutdown>
167
<docker.organization>apachepulsar</docker.organization>
168
<docker.image>pulsar</docker.image>
169
+ <!-- git.commit.id.abbrev will be injected by git-commit-id-plugin-->
170
<docker.tag>${project.version}-${git.commit.id.abbrev}</docker.tag>
171
<skipSourceReleaseAssembly>false</skipSourceReleaseAssembly>
172
<skipBuildDistribution>false</skipBuildDistribution>
0 commit comments