]
RH Bugzilla Integration commented on TEIID-3240:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug
Tranlator archetype creation: -Dversion option sets the version of
parent
-------------------------------------------------------------------------
Key: TEIID-3240
URL:
https://issues.jboss.org/browse/TEIID-3240
Project: Teiid
Issue Type: Bug
Affects Versions: 8.7.1
Reporter: Juraj DurĂ¡ni
Assignee: Van Halbert
If new translator is created using command line, -Dversion option is set as version of
parent project instead of version of actual translator.
pom file:
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>connectors</artifactId>
<version>0.0.1</version>
</parent>
...
<groupId>org.jboss.teiid.test.translator</groupId>
<artifactId>test-translator</artifactId>
<!--version>0.0.1</version-->
<packaging>jar</packaging>
...