TIBCOSoftware / bw6-plugin-maven

Plug-in Code for Apache Maven and TIBCO ActiveMatrix BusinessWorks™
Other
65 stars 80 forks source link

wrong version 2.0.2 #209

Closed ljferrero closed 6 years ago

ljferrero commented 6 years ago

Maven Plugin version: 2.0.2

Maven version:3.3.3

Product : Either of TIBCO ActiveMatrix Businessworks 6 OR TIBCO Businessworks Container edition

Product version:BWCE 2.4.0

Component: Either of Maven Eclipse Plugin or Maven build plugin

Steps to reproduce the issue:

  1. Install maven plugin version 2.0.2
  2. Execute plugin
  3. The pom files that generate have version 2.0.0

Additional environment details if any:

Describe the results you received: The pom file have the 2.0.0 version: <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

4.0.0 com.tibco.bw HelloWorldDocker.parent 1.0.0-SNAPSHOT ../HelloWorldDocker.parent HelloWorldDocker.module bwmodule com.tibco.plugins com.tibco.bw.palette.shared 6.1.100 provided src target/classes com.tibco.plugins bw6-maven-plugin 2.0.0 true

Describe the results you expected: The pom file should have the 2.0.2 version: <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

4.0.0 com.tibco.bw HelloWorldDocker.parent 1.0.0-SNAPSHOT ../HelloWorldDocker.parent HelloWorldDocker.module bwmodule com.tibco.plugins com.tibco.bw.palette.shared 6.1.100 provided src target/classes com.tibco.plugins bw6-maven-plugin 2.0.2 true

Additional information you deem important (e.g. issue happens only occasionally):

ljferrero commented 6 years ago

I add pom files design - helloworlddocker modulepom xml - tibco business studio for businessworks tm - cdatosworkspace_bwce_2 4