Use project.version to refer to plugin version release-0.7.2_base
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 16 May 2013 10:32:51 +0200
branchrelease-0.7.2_base
changeset 1100151f30e0892b
parent 1099 dcc7ab0f2692
child 1101 56abd247f421
Use project.version to refer to plugin version
rt/archetype/src/main/resources/archetype-resources/pom.xml
     1.1 --- a/rt/archetype/src/main/resources/archetype-resources/pom.xml	Thu May 16 10:31:32 2013 +0200
     1.2 +++ b/rt/archetype/src/main/resources/archetype-resources/pom.xml	Thu May 16 10:32:51 2013 +0200
     1.3 @@ -44,7 +44,7 @@
     1.4              <plugin>
     1.5                  <groupId>org.apidesign.bck2brwsr</groupId>
     1.6                  <artifactId>bck2brwsr-maven-plugin</artifactId>
     1.7 -                <version>0.8-SNAPSHOT</version>
     1.8 +                <version>${project.version}</version>
     1.9                  <executions>
    1.10                      <execution>
    1.11                          <goals>