Skip to content

Commit

Permalink
fixing MSC version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka authored and dmlloyd committed Feb 6, 2013
1 parent c699f32 commit ad53274
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -212,6 +212,17 @@
</links>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Jar-Version>${project.version}</Jar-Version>
<Jar-Name>${project.artifactId}</Jar-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit ad53274

Please sign in to comment.