Update embabel-agent version to 0.1.0 #21
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several configuration and interface changes to improve dependency management and code clarity. The most notable updates involve switching to a stable dependency version, adding a new Maven repository, and updating a method signature for consistency.
Dependency and repository management:
embabel-agent.version
property inpom.xml
from a snapshot version (0.1.0-SNAPSHOT
) to a stable release (0.1.0
).embabel-releases
) to thepom.xml
to allow fetching release artifacts from the Embabel Artifactory.Code interface update:
infoString
method in theResourceFactory
class to accept an additionalindent
parameter, improving consistency with possible interface requirements.Add missing parameter to infoString