Releases: CAFapi/caf-common-parent
Releases · CAFapi/caf-common-parent
v1.1.0
Version Number
1.1.0-11
New Features
-
Dependency Analysis and Enforcement
Themaven-dependency-pluginhas been added to analyze the project's dependencies. By default warnings are added to the build log if dependency issues are found.The
enforceCorrectDependenciesproperty can be set so that any dependency issues result in build failures:<properties> <enforceCorrectDependencies>true</enforceCorrectDependencies> </properties>
Other Changes
- Updated Apache Maven Dependency Plugin version
- Reduced verbosity of Javadoc logging
- Added JDK version hint for NetBeans
Known Issues
- None
v1.0.0
Version Number
1.0.0-26
New Features
- Initial Release
Known Issues
- None