Skip to content

Commit

Permalink
Update POM to inherit version from the root for build module
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulin Wang committed Aug 26, 2016
1 parent 6f8658e commit d056482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.birt</groupId>
<artifactId>org.eclipse.birt-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${project.version}</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit d056482

Please sign in to comment.