mirror of https://github.com/apache/nifi.git
NIFI-1379: increasing timeout of staging plugin for release
This commit is contained in:
parent
303f8eabf1
commit
0849489a87
1
pom.xml
1
pom.xml
|
@ -1302,6 +1302,7 @@ language governing permissions and limitations under the License. -->
|
||||||
<version>1.6.5</version>
|
<version>1.6.5</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
|
||||||
<serverId>repository.apache.org</serverId>
|
<serverId>repository.apache.org</serverId>
|
||||||
<nexusUrl>https://repository.apache.org/</nexusUrl>
|
<nexusUrl>https://repository.apache.org/</nexusUrl>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue