Removing some obsoleted information from POM
This commit is contained in:
parent
929a2c3870
commit
8186194722
1 changed files with 20 additions and 15 deletions
35
pom.xml
35
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
<url>https://github.com/rometools/rome/issues</url>
|
<url>https://github.com/rometools/rome/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<ciManagement>
|
<!-- <ciManagement>
|
||||||
<notifiers>
|
<notifiers>
|
||||||
<notifier>
|
<notifier>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
@ -35,45 +35,50 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</notifier>
|
</notifier>
|
||||||
</notifiers>
|
</notifiers>
|
||||||
</ciManagement>
|
</ciManagement>-->
|
||||||
|
|
||||||
<inceptionYear>2004</inceptionYear>
|
<inceptionYear>2004</inceptionYear>
|
||||||
|
|
||||||
<mailingLists>
|
<!-- <mailingLists>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>dev@rome.dev.java.net</name>
|
<name>dev@rome.dev.java.net</name>
|
||||||
<subscribe>https://rome.dev.java.net/servlets/ProjectMailingListList</subscribe>
|
<subscribe>https://rome.dev.java.net/servlets/ProjectMailingListList</subscribe>
|
||||||
<unsubscribe>https://rome.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
|
<unsubscribe>https://rome.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
|
||||||
<archive>https://rome.dev.java.net/servlets/SummarizeList?listName=dev</archive>
|
<archive>https://rome.dev.java.net/servlets/SummarizeList?listName=dev</archive>
|
||||||
</mailingList>
|
</mailingList>
|
||||||
</mailingLists>
|
</mailingLists>-->
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
|
||||||
<name>Robert Cooper</name>
|
|
||||||
<url>http://www.screaming-penguin.com</url>
|
|
||||||
<timezone>-4</timezone>
|
|
||||||
<email>kebernet@gmail.com</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
<developer>
|
||||||
<name>Alejandro Abdelnur</name>
|
<name>Alejandro Abdelnur</name>
|
||||||
<url>http://blog.sun.com/roller/page/tucu/</url>
|
<url>http://blog.sun.com/roller/page/tucu/</url>
|
||||||
<timezone>0</timezone>
|
<timezone>0</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
<developer>
|
|
||||||
<name>Elaine Chien</name>
|
|
||||||
<timezone>0</timezone>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
<developer>
|
||||||
<name>Patrick Chanezon</name>
|
<name>Patrick Chanezon</name>
|
||||||
<url>http://www.chanezon.com/pat/weblog/</url>
|
<url>http://www.chanezon.com/pat/weblog/</url>
|
||||||
<timezone>-9</timezone>
|
<timezone>-9</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Elaine Chien</name>
|
||||||
|
<timezone>0</timezone>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Robert Cooper</name>
|
||||||
|
<url>http://www.screaming-penguin.com</url>
|
||||||
|
<timezone>-4</timezone>
|
||||||
|
<email>kebernet@gmail.com</email>
|
||||||
|
</developer>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Patrick Gotthard</name>
|
<name>Patrick Gotthard</name>
|
||||||
<url>http://www.patrick-gotthard.de</url>
|
<url>http://www.patrick-gotthard.de</url>
|
||||||
<timezone>+1</timezone>
|
<timezone>+1</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Dave Johnson</name>
|
||||||
|
<url>http://rollerweblogger.org/roller</url>
|
||||||
|
<timezone>-5</timezone>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -91,7 +96,7 @@
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>ROME Project</name>
|
<name>ROME Project</name>
|
||||||
<url>http://www.rometools.org</url>
|
<url>https://github.com/rometools</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in a new issue