This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new bd0da35 Correct repository location and downgrade gpg plugin
version
bd0da35 is described below
commit bd0da3569aa14105799ed39204d4f0a31c77b42c
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Tue Mar 28 20:30:27 2017 -0700
Correct repository location and downgrade gpg plugin version
---
build.xml | 6 +++---
ivy/mvn.template | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/build.xml b/build.xml
index 77eec60..8c9e778 100644
--- a/build.xml
+++ b/build.xml
@@ -284,7 +284,7 @@
<!-- sign and deploy the main artifact -->
<artifact:mvn>
- <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file" />
+ <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.5:sign-and-deploy-file" />
<arg value="-Durl=${maven-repository-url}" />
<arg value="-DrepositoryId=${maven-repository-id}" />
<arg value="-DpomFile=pom.xml" />
@@ -294,7 +294,7 @@
<!-- sign and deploy the sources artifact -->
<artifact:mvn>
- <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file" />
+ <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.5:sign-and-deploy-file" />
<arg value="-Durl=${maven-repository-url}" />
<arg value="-DrepositoryId=${maven-repository-id}" />
<arg value="-DpomFile=pom.xml" />
@@ -305,7 +305,7 @@
<!-- sign and deploy the javadoc artifact -->
<artifact:mvn>
- <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file" />
+ <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.5:sign-and-deploy-file" />
<arg value="-Durl=${maven-repository-url}" />
<arg value="-DrepositoryId=${maven-repository-id}" />
<arg value="-DpomFile=pom.xml" />
diff --git a/ivy/mvn.template b/ivy/mvn.template
index 4d74fa7..e9bfb21 100644
--- a/ivy/mvn.template
+++ b/ivy/mvn.template
@@ -35,9 +35,9 @@
</licenses>
<scm>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nutch.git</developerConnection>
-
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/nutch.git</connection>
- <url>https://git-wip-us.apache.org/repos/asf/nutch.git</url>
+
<developerConnection>scm:git:https://github.com/apache/nutch.git</developerConnection>
+ <connection>scm:git:http://github.com/apache/nutch.git</connection>
+ <url>https://github.com/apache/nutch.git</url>
</scm>
<pluginRepositories>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].