jakartaee / jakartaee-api

jakartaee-api
Other
39 stars 42 forks source link

fix the web profile api artifact id, also a typo in main pom.xml #37

Closed kwsutter closed 5 years ago

kwsutter commented 5 years ago

Signed-off-by: Kevin Sutter kwsutter@gmail.com

Missed prepending the "jakarta." to the artifactId for the web-api dependency in the api pom.xml. As I was reviewing the other poms, I also found a typo in the main pom.xml that was incorrectly referencing ${projet.artifactId} (missing "c" in project).

kwsutter commented 5 years ago

Due to the urgency of respinning the API jar files due to the JSP respin, I'm going to forego a formal review of this change. If this doesn't correct the nightly builds, then I'll wait for more input.