Skip to content

Commit

Permalink
avoid project.version in properties of a parent!
Browse files Browse the repository at this point in the history
.. it will be resolved by the version of the ultimate pom, rather than the
version of the parent's pom!
  • Loading branch information
stain committed May 20, 2014
1 parent 6e24d37 commit 4cf962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -107,7 +107,7 @@
<t2.reference-core-extensions.version>1.6-SNAPSHOT</t2.reference-core-extensions.version>
<t2.security.version>1.6-SNAPSHOT</t2.security.version>
<!-- see https://github.com/myGrid/taverna-prov/tree/maintenance -->
<t2.taverna.workbench.version>${project.version}</t2.taverna.workbench.version>
<t2.taverna.workbench.version>2.6-SNAPSHOT</t2.taverna.workbench.version>
<t2.taverna-commandline.version>1.6-SNAPSHOT</t2.taverna-commandline.version>
<t2.translators.version>1.6-SNAPSHOT</t2.translators.version>
<t2.ui.api.version>1.6-SNAPSHOT</t2.ui.api.version>
Expand Down

0 comments on commit 4cf962f

Please sign in to comment.