[
https://issues.apache.org/jira/browse/STORM-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14908273#comment-14908273
]
ASF GitHub Bot commented on STORM-1012:
---------------------------------------
Github user ptgoetz commented on the pull request:
https://github.com/apache/storm/pull/736#issuecomment-143268083
@revans2 The release process for pushing maven artifacts is:
```
mvn release:prepare -P dist
mvn release:perform -P dist
```
That prepares and signs all the maven artifacts (including javadoc, etc.)
and pushes them to repository.apache.org. It also tags the release in git and
rewrites the version numbers across all poms and commits those changes.
> Shade Jackson dependency
> ------------------------
>
> Key: STORM-1012
> URL: https://issues.apache.org/jira/browse/STORM-1012
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Parth Brahmbhatt
> Assignee: Parth Brahmbhatt
> Fix For: 0.11.0
>
>
> Shading jackson dependency.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)