Repository: nifi Updated Branches: refs/heads/master 303f8eabf -> 0849489a8
NIFI-1379: increasing timeout of staging plugin for release Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/0849489a Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/0849489a Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/0849489a Branch: refs/heads/master Commit: 0849489a879c53f99c5fdd180737630a296ab6cb Parents: 303f8ea Author: Tony Kurc <[email protected]> Authored: Sat Feb 6 16:51:34 2016 -0500 Committer: Tony Kurc <[email protected]> Committed: Sat Feb 6 16:51:34 2016 -0500 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/0849489a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 984730d..ae08e74 100644 --- a/pom.xml +++ b/pom.xml @@ -1302,6 +1302,7 @@ language governing permissions and limitations under the License. --> <version>1.6.5</version> <extensions>true</extensions> <configuration> + <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes> <serverId>repository.apache.org</serverId> <nexusUrl>https://repository.apache.org/</nexusUrl> </configuration>
