You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/04 06:10:03 UTC

[maven-reporting-api] branch master updated: Use global developer list

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git


The following commit(s) were added to refs/heads/master by this push:
     new cfc4590  Use global developer list
cfc4590 is described below

commit cfc4590c54be2be1641e9dfbf2490dfe2fee4fe4
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jul 4 08:09:57 2022 +0200

    Use global developer list
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 157b9b6..ab13d93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,18 +36,6 @@ under the License.
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
 
-  <developers>
-    <developer>
-      <id>vsiveton</id>
-      <name>Vincent Siveton</name>
-      <email>vincent.siveton@gmail.com</email>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>-5</timezone>
-    </developer>
-  </developers>
-
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</developerConnection>