This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 7aaf4527 Removed devs section from pom.xml (#1181)
7aaf4527 is described below
commit 7aaf4527f6a851570c440152a408ca5a834c6f19
Author: Julien Nioche <[email protected]>
AuthorDate: Tue Apr 2 10:23:09 2024 +0100
Removed devs section from pom.xml (#1181)
Signed-off-by: Julien Nioche <[email protected]>
---
pom.xml | 35 +----------------------------------
1 file changed, 1 insertion(+), 34 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9c6f5a8c..28d93538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
<name>storm-crawler</name>
<description>A collection of resources for building low-latency,
scalable
web crawlers on Apache Storm.</description>
- <url>http://stormcrawler.net/</url>
+ <url>https://github.com/apache/incubator-stormcrawler</url>
<licenses>
<license>
@@ -39,39 +39,6 @@ under the License.
</license>
</licenses>
- <developers>
- <developer>
- <name>Julien Nioche</name>
- <email>[email protected]</email>
- <organization>DigitalPebble</organization>
-
<organizationUrl>http://www.digitalpebble.com</organizationUrl>
- </developer>
- <developer>
- <name>Sebastian Nagel</name>
- <email>[email protected]</email>
- <organization>CommonCrawl</organization>
-
<organizationUrl>http://commoncrawl.org</organizationUrl>
- </developer>
- <developer>
- <name>Jorge Luis Betancourt</name>
- <email>[email protected]</email>
- <organization>trivago</organization>
-
<organizationUrl>https://www.trivago.com</organizationUrl>
- </developer>
- <developer>
- <name>Richard Zowalla</name>
- <email>[email protected]</email>
- <organization>Heilbronn University</organization>
-
<organizationUrl>https://www.mi.hs-heilbronn.de</organizationUrl>
- </developer>
- <developer>
- <name>Michael Dinzinger</name>
- <email>[email protected]</email>
- <organization>Universität Passau</organization>
-
<organizationUrl>https://www.fim.uni-passau.de</organizationUrl>
- </developer>
- </developers>
-
<scm>
<connection>scm:git:https://github.com/apache/incubator-stormcrawler.git</connection>
<developerConnection>