Skip to content

Commit

Permalink
pom-fiji-plugins: activate the buildnumber plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 7, 2012
1 parent 249dfaf commit 85cb0d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,22 @@
<module>Updater_Fix</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

<scm>
<connection>scm:git:git://github.com/fiji/fiji</connection>
<developerConnection>scm:git:git@github.com:fiji/fiji</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/fiji/fiji</url>
</scm>

<!-- NB: for project parent -->
<repositories>
<repository>
Expand Down

0 comments on commit 85cb0d6

Please sign in to comment.