BUG-1402: removed hardcoded plugin version for testing. 31/9531/1
authorMartin Vitez <mvitez@cisco.com>
Thu, 31 Jul 2014 12:58:28 +0000 (14:58 +0200)
committerMartin Vitez <mvitez@cisco.com>
Thu, 31 Jul 2014 13:03:35 +0000 (15:03 +0200)
commit1bd35a1c88c2de27caaf48eeaf5a36b325219362
tree5b377735c8cda3660173b177bdff5eb1194e2b86
parent85d6b622b40e3c889bc2797b8eb2d4c3dced68c7
BUG-1402: removed hardcoded plugin version for testing.

In test-parent/pom.xml was hardcoded yang-maven-plugin version in property it-project.version.
This patch remove this property and use parent pom version.

Change-Id: Ib6478c839abcc54a0862439b201b4889f2af5cc7
Signed-off-by: Martin Vitez <mvitez@cisco.com>
14 files changed:
yang/yang-maven-plugin-it/src/test/resources/test-parent/AdditionalConfig/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/Correct/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest1/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest2/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/Generator/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/InvalidVersion/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/MissingYangInDep/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/NamingConflict/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/NoGenerators/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/NoOutputDir/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/NoYangFiles/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/UnknownGenerator/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/YangRootNotExist/pom.xml
yang/yang-maven-plugin-it/src/test/resources/test-parent/pom.xml