You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/11/16 15:51:33 UTC

svn commit: r475754 - /jackrabbit/trunk/jackrabbit/pom.xml

Author: jukka
Date: Thu Nov 16 06:51:32 2006
New Revision: 475754

URL: http://svn.apache.org/viewvc?view=rev&rev=475754
Log:
JCR-332: Use the Jackrabbit parent POM for shared information.

Modified:
    jackrabbit/trunk/jackrabbit/pom.xml

Modified: jackrabbit/trunk/jackrabbit/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/pom.xml?view=diff&rev=475754&r1=475753&r2=475754
==============================================================================
--- jackrabbit/trunk/jackrabbit/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit/pom.xml Thu Nov 16 06:51:32 2006
@@ -26,405 +26,15 @@
 <!-- ====================================================================== -->
 <!-- P R O J E C T  D E S C R I P T I O N                                   -->
 <!-- ====================================================================== -->
-  <groupId>org.apache.jackrabbit</groupId>
+  <parent>
+    <groupId>org.apache.jackrabbit</groupId>
+    <artifactId>jackrabbit</artifactId>
+    <version>1.2-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
   <artifactId>jackrabbit-core</artifactId>
-  <name>Jackrabbit</name>
-  <version>1.1-SNAPSHOT</version>
-  <!--
-    Keep the description on a single line. Otherwise Maven might generate
-    a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
-   -->
-  <description>The Apache Jackrabbit Project has been formed to develop and maintain an open source implementation of the Content Repository for Java Technology API (JCR), as specified within the Java Community Process by &lt;a href="http://www.jcp.org/en/jsr/detail?id=170"&gt;JSR 170&lt;/a&gt; and &lt;a href="http://www.jcp.org/en/jsr/detail?id=283"&gt;JSR 283&lt;/a&gt;. JCR specifies an API for application developers (and application frameworks) to use for interaction with modern content repositories -- content management systems that provide content services such as versioning, transactions, indexing, etc.</description>
-  <url>http://jackrabbit.apache.org/</url>
-  <prerequisites>
-    <maven>2.0</maven>
-  </prerequisites>
-  <issueManagement>
-    <system>Jira</system>
-    <url>http://issues.apache.org/jira/browse/JCR</url>
-  </issueManagement>
-  <inceptionYear>2004</inceptionYear>
+  <name>Jackrabbit Core</name>
 
-<!-- ====================================================================== -->
-<!-- M A I L I N G   L I S T S                                              -->
-<!-- ====================================================================== -->
-  <mailingLists>
-    <mailingList>
-      <name>Jackrabbit Announce List</name>
-      <subscribe>announce-subscribe@jackrabbit.apache.org</subscribe>
-      <unsubscribe>announce-unsubscribe@jackrabbit.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/jackrabbit-announce/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Jackrabbit Users List</name>
-      <subscribe>users-subscribe@jackrabbit.apache.org</subscribe>
-      <unsubscribe>users-unsubscribe@jackrabbit.apache.org</unsubscribe>
-      <post>users at jackrabbit.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/jackrabbit-users/</archive>
-      <otherArchives>
-        <otherArchive>
-          http://dir.gmane.org/gmane.comp.apache.jackrabbit.user
-        </otherArchive>
-        <otherArchive>
-          http://www.mail-archive.com/users@jackrabbit.apache.org/
-        </otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Jackrabbit Development List</name>
-      <subscribe>dev-subscribe@jackrabbit.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@jackrabbit.apache.org</unsubscribe>
-      <post>dev at jackrabbit.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/</archive>
-      <otherArchives>
-        <otherArchive>
-          http://dir.gmane.org/gmane.comp.apache.jackrabbit.devel
-        </otherArchive>
-        <otherArchive>
-          http://www.mail-archive.com/dev@jackrabbit.apache.org/
-        </otherArchive>
-        <otherArchive>
-          http://www.mail-archive.com/jackrabbit-dev@incubator.apache.org/
-        </otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Jackrabbit Source Control List</name>
-      <subscribe>commits-subscribe@jackrabbit.apache.org</subscribe>
-      <unsubscribe>commits-unsubscribe@jackrabbit.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/jackrabbit-commits/</archive>
-    </mailingList>
-  </mailingLists>
-
-<!-- ====================================================================== -->
-<!-- P E O P L E                                                            -->
-<!-- ====================================================================== -->
-  <developers>
-    <developer>
-      <name>Roy T. Fielding</name>
-      <id>fielding</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Documentation</role>
-      </roles>
-      <timezone>-8</timezone>
-    </developer>
-    <developer>
-      <name>Stefan Guggisberg</name>
-      <id>stefan</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Serge Huber</name>
-      <id>shuber</id>
-      <email />
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Stefano Mazzocchi</name>
-      <id>stefano</id>
-      <email />
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>-5</timezone>
-    </developer>
-    <developer>
-      <name>Felix Meschberger</name>
-      <id>fmeschbe</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Brian Moseley</name>
-      <id>moseley</id>
-      <email>bcm@osafoundation.org</email>
-      <organization>
-        Open Source Applications Foundation (OSAF)
-      </organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>-8</timezone>
-    </developer>
-    <developer>
-      <name>David Nuescheler</name>
-      <id>uncled</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Dominique Pfister</name>
-      <id>dpfister</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Peeter Piegaze</name>
-      <id>ppiegaze</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Gianugo Rabellino</name>
-      <id>gianugo</id>
-      <email />
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Tim Reilly</name>
-      <id>treilly</id>
-      <email>treilly at apache dot org</email>
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>-5</timezone>
-    </developer>
-    <developer>
-      <name>Marcel Reutegger</name>
-      <id>mreutegg</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Paul Russell</name>
-      <id>prussell</id>
-      <email></email>
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+0</timezone>
-    </developer>
-    <developer>
-      <name>Andrew Savory</name>
-      <id>asavory</id>
-      <email />
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+0</timezone>
-    </developer>
-    <developer>
-      <name>Angela Schreiber</name>
-      <id>angela</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Tobias Bocanegra</name>
-      <id>tripod</id>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Sylvain Wallez</name>
-      <id>sylvain</id>
-      <email />
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <name>Jukka Zitting</name>
-      <id>jukka</id>
-      <email>jz@yukatan.fi</email>
-      <organization>Yukatan</organization>
-      <roles>
-        <role>Chair</role>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+2</timezone>
-    </developer>
-    <developer>
-      <name>Edgar Poce</name>
-      <id>edgarpoce</id>
-      <email>edgarpoce@gmail.com</email>
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone />
-    </developer>
-    <developer>
-      <name>Julian Reschke</name>
-      <id>reschke</id>
-      <email>julian.reschke@greenbytes.de</email>
-      <organization>greenbytes GmbH</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </developer>
-  </developers>
-  <contributors>
-    <contributor>
-      <name>Lydia Balazs</name>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Unit Tests</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Guillaume Bort</name>
-      <email>guillaume.bort@zenexity.fr</email>
-      <organization>zenexity.fr</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Norbert Braeker</name>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Unit Tests</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Philipp Koch</name>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>TCK Webapp</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Martin Perez</name>
-      <email>mpermar@gmail.com</email>
-      <roles>
-        <role>Text Filters</role>
-      </roles>
-    </contributor>
-    <contributor>
-      <name>Mike Pfaff</name>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Unit Tests</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Sten Roger Sandvik</name>
-      <email>srs@x3m.com</email>
-      <organization>x3m.com</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Vinzenz Wyser</name>
-      <email />
-      <organization>Day Software</organization>
-      <roles>
-        <role>Unit Tests</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Sandro Boehme</name>
-      <email>sandro.boehme@gmx.de</email>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Paul Bloch</name>
-      <email>openartist@gmail.com</email>
-      <roles>
-        <role>Apache &amp;amp; Built By Logo design</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Michael Eppelheimer</name>
-      <organization>Day Software</organization>
-      <roles>
-        <role>Graphic Designer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
-      <name>Nicolas Toper</name>
-      <organization>Google Summer of Code 2006</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-  </contributors>
-
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit</developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit</url>
-  </scm>
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
   <build>
     <resources>
       <resource>
@@ -721,22 +331,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <distributionManagement>
-    <repository>
-      <id>apache.releases</id>
-      <name>Apache Repository for PMC approved releases</name>
-      <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository/</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Development Repository</name>
-      <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-    </snapshotRepository>
-    <site>
-      <id>website</id>
-      <url>scp://people.apache.org/www/jackrabbit.apache.org/</url>
-    </site>
-  </distributionManagement>
 
 </project>