diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-14 21:37:26 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-14 21:37:26 +0000 |
commit | c3bfc138c194c6df3dc188baa67af2ed6e439e44 (patch) | |
tree | 4f0c4dd65c937b8d6337ac81f65001a26b0715ee /pom.xml | |
parent | e2fcc973cb7e3e81de1596d212a8a980ce79441e (diff) | |
download | archiva-c3bfc138c194c6df3dc188baa67af2ed6e439e44.tar.gz archiva-c3bfc138c194c6df3dc188baa67af2ed6e439e44.zip |
use archiva parent as a parent
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1326214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 60 |
1 files changed, 3 insertions, 57 deletions
@@ -21,10 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>9</version> - <relativePath /> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-parent</artifactId> + <version>9-SNAPSHOT</version> </parent> <groupId>org.apache.archiva.redback</groupId> @@ -120,59 +119,6 @@ <url>http://jira.codehaus.org/browse/REDBACK</url> </issueManagement> - <ciManagement> - <system>jenkins</system> - <url>https://builds.apache.org/view/A-F/view/Archiva/</url> - </ciManagement> - - - <mailingLists> - <mailingList> - <name>Archiva User List</name> - <subscribe>users-subscribe@archiva.apache.org</subscribe> - <unsubscribe>users-unsubscribe@archiva.apache.org</unsubscribe> - <post>users@archiva.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/archiva-users/</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/users@archiva.apache.org</otherArchive> - <otherArchive>http://old.nabble.com/archiva-users-f16426.html</otherArchive> - <otherArchive>http://markmail.org/list/org.apache.archiva.users</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Archiva Developer List</name> - <subscribe>dev-subscribe@archiva.apache.org</subscribe> - <unsubscribe>dev-unsubscribe@archiva.apache.org</unsubscribe> - <post>dev@archiva.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/archiva-dev</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/dev@archiva.apache.org</otherArchive> - <otherArchive>http://old.nabble.com/archiva-dev-f16427.html</otherArchive> - <otherArchive>http://markmail.org/list/org.apache.archiva.dev</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Archiva Commits List</name> - <subscribe>commits-subscribe@archiva.apache.org</subscribe> - <unsubscribe>commits-unsubscribe@archiva.apache.org</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/archiva-commits</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/commits@archiva.apache.org</otherArchive> - <otherArchive>http://markmail.org/list/org.apache.archiva.commits</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Archiva Issues List</name> - <subscribe>issues-subscribe@archiva.apache.org</subscribe> - <unsubscribe>issues-unsubscribe@archiva.apache.org</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/archiva-issues</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/issues@archiva.apache.org</otherArchive> - <otherArchive>http://old.nabble.com/Archiva---Issues-f29617.html</otherArchive> - </otherArchives> - </mailingList> - </mailingLists> - <modules> <module>redback-authentication</module> |