oasuncion / tradista

Tradista: the first open source Financial Risk Management Solution
Apache License 2.0
9 stars 3 forks source link

Upgrade EJB version to 4.0 in pom.xml files #119

Closed oasuncion closed 5 months ago

oasuncion commented 5 months ago

Even if no side effect was detected so far, pom.xml files of EJB projects should reflect the version of EJB currently in use: 4.0 instead of 3.2.

To Reproduce Steps to reproduce the behavior:

  1. Open the pom.xml file of any of the EJB projects
  2. tag of maven-ejb-plugin is 3.2 instead of 4.0

Expected behavior All tags of pom.xml files should have the value 4.0. Eclipse setup, build, deployment and execution should be OK after this change.

Environment:

oasuncion commented 5 months ago

Test OK