+1 Regards Felix
Jukka Zitting schrieb: > Hi, > > I've been updating the top-level Jackrabbit parent POM in order to > allow us to start using the repository.apache.org for deploying our > releases and to better manage our builds (updated RAT support, etc.). > I'd now like to release the updated parent POM so we can start using > it in our codebases. > > The release candidate (essentially just the pom.xml file) is available > for review in > https://repository.apache.org/content/repositories/jackrabbit-023/org/apache/jackrabbit/parent/3/. > I've included a copy at the end of this message and you can also find > it tagged in svn at jackrabbit/parent/tags/3. The SHA1 hash of the POM > file is 934c30cf065dd2193861e01405998a887de47679. > > Please vote on releasing this version 3 of the Jackrabbit parent POM. > The vote is open for the next 72 hours. > > [ ] +1 Release the POM as Jackrabbit parent version 3 > [ ] -1 Do not release, because... > > Here's my +1. > > BR, > > Jukka Zitting > > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <!-- =================================================================== --> > <!-- Licensed to the Apache Software Foundation (ASF) under one or more --> > <!-- contributor license agreements. See the NOTICE file distributed --> > <!-- with this work for additional information regarding copyright --> > <!-- ownership. The ASF licenses this file to You under the Apache --> > <!-- License, Version 2.0 (the "License"); you may not use this file --> > <!-- except in compliance with the License. You may obtain a copy of --> > <!-- the License at --> > <!-- --> > <!-- http://www.apache.org/licenses/LICENSE-2.0 --> > <!-- --> > <!-- Unless required by applicable law or agreed to in writing, software --> > <!-- distributed under the License is distributed on an "AS IS" BASIS, --> > <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or --> > <!-- implied. See the License for the specific language governing --> > <!-- permissions and limitations under the License. --> > <!-- =================================================================== --> > > <parent> > <groupId>org.apache</groupId> > <artifactId>apache</artifactId> > <version>6</version> > </parent> > > <!-- =================================================================== --> > <!-- P R O J E C T D E S C R I P T I O N --> > <!-- =================================================================== --> > <groupId>org.apache.jackrabbit</groupId> > <artifactId>parent</artifactId> > <version>3</version> > <packaging>pom</packaging> > > <name>Apache Jackrabbit</name> > <url>http://jackrabbit.apache.org/</url> > <inceptionYear>2004</inceptionYear> > <description> > Apache Jackrabbit is an open source project for creating and maintaining > software and documentation related to the Content Repository for Java > Technology API (JCR) and its implementation as the Apache Jackrabbit > content repository. > </description> > > <scm> > <connection> > scm:svn:http://svn.apache.org/repos/asf/jackrabbit/parent/tags/3 > </connection> > <developerConnection> > scm:svn:https://svn.apache.org/repos/asf/jackrabbit/parent/tags/3 > </developerConnection> > <url>http://svn.apache.org/viewvc/jackrabbit/parent/tags/3</url> > </scm> > > <!-- =================================================================== --> > <!-- B U I L D S E T T I N G S --> > <!-- =================================================================== --> > <prerequisites> > <maven>2.0.9</maven> > </prerequisites> > > <build> > <plugins> > <plugin> > <groupId>org.apache.rat</groupId> > <artifactId>apache-rat-plugin</artifactId> > <executions> > <execution> > <phase>verify</phase> > <goals> > <goal>check</goal> > </goals> > </execution> > </executions> > <configuration> > <excludes> > <exclude>release.properties</exclude> > </excludes> > </configuration> > </plugin> > </plugins> > <pluginManagement> > <!-- JCRSITE-9: Fix versions of key Maven plugins --> > <!-- Note that many plugin versions are set already in --> > <!-- the Apache parent POM. --> > <plugins> > <plugin> > <artifactId>maven-war-plugin</artifactId> > <version>2.0.2</version> > </plugin> > <plugin> > <artifactId>maven-rar-plugin</artifactId> > <version>2.2</version> > </plugin> > <plugin> > <artifactId>maven-dependency-plugin</artifactId> > <version>2.1</version> > </plugin> > <plugin> > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > <version>1.4.3</version> > </plugin> > <plugin> > <groupId>org.apache.rat</groupId> > <artifactId>apache-rat-plugin</artifactId> > <version>0.6</version> > </plugin> > </plugins> > </pluginManagement> > </build> > > <!-- =================================================================== --> > <!-- M A I L I N G L I S T S --> > <!-- =================================================================== --> > <mailingLists> > <mailingList> > <name>Jackrabbit Announce List</name> > <subscribe>[email protected]</subscribe> > <unsubscribe>[email protected]</unsubscribe> > <archive> > http://mail-archives.apache.org/mod_mbox/jackrabbit-announce/ > </archive> > <otherArchives> > <otherArchive> > http://jackrabbit.markmail.org/ > </otherArchive> > </otherArchives> > </mailingList> > <mailingList> > <name>Jackrabbit Users List</name> > <subscribe>[email protected]</subscribe> > <unsubscribe>[email protected]</unsubscribe> > <post>users at jackrabbit.apache.org</post> > <archive> > http://mail-archives.apache.org/mod_mbox/jackrabbit-users/ > </archive> > <otherArchives> > <otherArchive> > http://jackrabbit.markmail.org/ > </otherArchive> > <otherArchive> > http://dir.gmane.org/gmane.comp.apache.jackrabbit.user > </otherArchive> > <otherArchive> > http://www.mail-archive.com/[email protected]/ > </otherArchive> > <otherArchive> > http://www.nabble.com/Jackrabbit---Users-f14897.html > </otherArchive> > </otherArchives> > </mailingList> > <mailingList> > <name>Jackrabbit Development List</name> > <subscribe>[email protected]</subscribe> > <unsubscribe>[email protected]</unsubscribe> > <post>dev at jackrabbit.apache.org</post> > <archive> > http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/ > </archive> > <otherArchives> > <otherArchive> > http://jackrabbit.markmail.org/ > </otherArchive> > <otherArchive> > http://dir.gmane.org/gmane.comp.apache.jackrabbit.devel > </otherArchive> > <otherArchive> > http://www.mail-archive.com/[email protected]/ > </otherArchive> > <otherArchive> > http://www.mail-archive.com/[email protected]/ > </otherArchive> > <otherArchive> > http://www.nabble.com/Jackrabbit---Dev-f371.html > </otherArchive> > </otherArchives> > </mailingList> > <mailingList> > <name>Jackrabbit Source Control List</name> > <subscribe>[email protected]</subscribe> > <unsubscribe>[email protected]</unsubscribe> > <archive> > http://mail-archives.apache.org/mod_mbox/jackrabbit-commits/ > </archive> > <otherArchives> > <otherArchive> > http://jackrabbit.markmail.org/ > </otherArchive> > </otherArchives> > </mailingList> > </mailingLists> > > <!-- =================================================================== --> > <!-- C O M M I T T E R S --> > <!-- =================================================================== --> > <developers> > <developer> > <name>Alexander Klimetschek</name> > <id>alexkli</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Angela Schreiber</name> > <id>angela</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Ard Schrijvers</name> > <id>ard</id> > <organization>Hippo</organization> > <organizationUrl>http://www.hippo.nl/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Christoph Kiehl</name> > <id>ckiehl</id> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Christophe Lombart</name> > <id>clombart</id> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > </developer> > <developer> > <name>Claus Köll</name> > <id>ckoell</id> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > </developer> > <developer> > <name>David Nuescheler</name> > <id>uncled</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Dominique Pfister</name> > <id>dpfister</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Edgar Poce</name> > <id>edgarpoce</id> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > </developer> > <developer> > <name>Esteban Franqueiro</name> > <id>eaf</id> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > </developer> > <developer> > <name>Felix Meschberger</name> > <id>fmeschbe</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Jukka Zitting</name> > <id>jukka</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC chair</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Julian Reschke</name> > <id>reschke</id> > <organization>greenbytes GmbH</organization> > <organizationUrl>http://www.greenbytes.de/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC chair</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Marcel Reutegger</name> > <id>mreutegg</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Martijn Hendriks</name> > <id>martijnh</id> > <organization>GX</organization> > <organizationUrl>http://www.gx.nl/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Michael Dürig</name> > <id>mduerig</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Peeter Piegaze</name> > <id>ppiegaze</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Przemo Pakulski</name> > <id>ppakulski</id> > <organization>Cognifide</organization> > <organizationUrl>http://www.cognifide.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Roy T. Fielding</name> > <id>fielding</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>-8</timezone> > </developer> > <developer> > <name>Serge Huber</name> > <id>shuber</id> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Stefan Guggisberg</name> > <id>stefan</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Sylvain Wallez</name> > <id>sylvain</id> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Thomas Müller</name> > <id>thomasm</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Tobias Bocanegra</name> > <id>tripod</id> > <organization>Day Software</organization> > <organizationUrl>http://www.day.com/</organizationUrl> > <roles> > <role>committer</role> > <role>PMC member</role> > </roles> > <timezone>+1</timezone> > </developer> > > <!-- EMERITUS MEMBERS --> > <developer> > <name>Andrew Savory</name> > <id>asavory</id> > <roles> > <role>emeritus</role> > </roles> > <timezone>+0</timezone> > </developer> > <developer> > <name>Brian Moseley</name> > <id>moseley</id> > <organization>Open Source Applications Foundation (OSAF)</organization> > <organizationUrl>http://www.osafoundation.org/</organizationUrl> > <roles> > <role>emeritus</role> > </roles> > <timezone>-8</timezone> > </developer> > <developer> > <name>Gianugo Rabellino</name> > <id>gianugo</id> > <roles> > <role>emeritus</role> > </roles> > <timezone>+1</timezone> > </developer> > <developer> > <name>Paul Russell</name> > <id>prussell</id> > <roles> > <role>emeritus</role> > </roles> > <timezone>+0</timezone> > </developer> > <developer> > <name>Stefano Mazzocchi</name> > <id>stefano</id> > <roles> > <role>emeritus</role> > </roles> > <timezone>-5</timezone> > </developer> > <developer> > <name>Tim Reilly</name> > <id>treilly</id> > <roles> > <role>emeritus</role> > </roles> > <timezone>-5</timezone> > </developer> > </developers> > > </project> >
