You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2009/02/03 13:38:01 UTC

[VOTE] Release Jackrabbit parent POM version 2

Hi,

As discussed in relation with the JCR Commons subproject, I have now
prepared a new generic parent POM for use by all components within
Jackrabbit. I'd like to make a release of this parent POM so that we
can start referring to a non-SNAPSHOT version.

The release candidate (essentially just the pom.xml file) is available
for review in http://people.apache.org/~jukka/jackrabbit/parent-2/.
I've included a copy at the end of this message. There is also a
staged Maven repository that contains the new parent POM along with
the required hashes and digital signatures. The SHA1 hash of the POM
file is ea8408e396002a53b2e949ab86bd0ab209a5f6e7.

Please vote on releasing this version 2 of the new Jackrabbit parent
POM. The vote is open for the next 72 hours.

    [ ] +1 Release the POM as Jackrabbit parent version 2
    [ ] -1 Do not release, because...

Here's my +1.

BR,

Jukka Zitting


<?xml version="1.0" encoding="UTF-8"?>

<!--
   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.
  -->

<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>
  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>4</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>2</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>

  <!-- =================================================================== -->
  <!-- B U I L D   S E T T I N G S                                         -->
  <!-- =================================================================== -->
  <prerequisites>
    <maven>2.0</maven>
  </prerequisites>

  <build>
    <pluginManagement>
      <!-- JCRSITE-9: Fix versions of key Maven plugins -->
      <plugins>
        <plugin>
          <artifactId>maven-clean-plugin</artifactId>
          <version>2.3</version>
        </plugin>
        <plugin>
          <artifactId>maven-resources-plugin</artifactId>
          <version>2.3</version>
        </plugin>
        <plugin>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>2.0.2</version>
        </plugin>
        <plugin>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>2.4.3</version>
        </plugin>
        <plugin>
          <artifactId>maven-jar-plugin</artifactId>
          <version>2.2</version>
        </plugin>
        <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-install-plugin</artifactId>
          <version>2.2</version>
        </plugin>
        <plugin>
          <artifactId>maven-deploy-plugin</artifactId>
          <version>2.4</version>
        </plugin>
        <plugin>
          <artifactId>maven-source-plugin</artifactId>
          <version>2.0.4</version>
        </plugin>
        <plugin>
          <artifactId>maven-javadoc-plugin</artifactId>
          <version>2.5</version>
        </plugin>
        <plugin>
          <artifactId>maven-dependency-plugin</artifactId>
          <version>2.1</version>
        </plugin>
        <plugin>
          <artifactId>maven-antrun-plugin</artifactId>
          <version>1.3</version>
        </plugin>
        <plugin>
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-bundle-plugin</artifactId>
          <version>1.4.3</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>announce-subscribe@jackrabbit.apache.org</subscribe>
      <unsubscribe>announce-unsubscribe@jackrabbit.apache.org</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>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://jackrabbit.markmail.org/
        </otherArchive>
        <otherArchive>
          http://dir.gmane.org/gmane.comp.apache.jackrabbit.user
        </otherArchive>
        <otherArchive>
          http://www.mail-archive.com/users@jackrabbit.apache.org/
        </otherArchive>
        <otherArchive>
          http://www.nabble.com/Jackrabbit---Users-f14897.html
        </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://jackrabbit.markmail.org/
        </otherArchive>
        <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>
        <otherArchive>
          http://www.nabble.com/Jackrabbit---Dev-f371.html
        </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>
      <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>

[RESULT] [VOTE] Release Jackrabbit parent POM version 2

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Tue, Feb 3, 2009 at 1:38 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Please vote on releasing this version 2 of the new Jackrabbit parent
> POM.

The vote passes as follows:

    +1 Alexander Klimetschek
    +1 Felix Meschberger
    +1 Jukka Zitting
    +1 Marcel Reutegger

Thanks for the review!

I'll push the POM to the central Maven repository and start updating
our builds to inherit from that POM. I won't be sending a general
announcement about this release, as the parent POM is mostly just for
internal use within Jackrabbit.

BR,

Jukka Zitting

Re: [VOTE] Release Jackrabbit parent POM version 2

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Tue, Feb 3, 2009 at 1:50 PM, Thomas Müller <th...@day.com> wrote:
> The pom contains umlauts (öü). The previous pom used oe / ue. I
> suggest to keep using oe / ue to avoid problems.

The POM is normally read by XML parsers that should have no trouble
with UTF-8. Sticking with plain ASCII is still probably marginally
safer, but given the low risk of problems I'd rather opt for accuracy
than safety.

PS. I left David's name with "ue" as he pretty consistently uses that
form online. Other people with umlauts in their names keep the umlauts
in email's etc, and I think it makes sense to use the same form also
in the POM.

BR,

Jukka Zitting

Re: [VOTE] Release Jackrabbit parent POM version 2

Posted by Thomas Müller <th...@day.com>.
Hi,

The pom contains umlauts (öü). The previous pom used oe / ue. I
suggest to keep using oe / ue to avoid problems.

Regards,
Thomas

On Tue, Feb 3, 2009 at 1:38 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Hi,
>
> As discussed in relation with the JCR Commons subproject, I have now
> prepared a new generic parent POM for use by all components within
> Jackrabbit. I'd like to make a release of this parent POM so that we
> can start referring to a non-SNAPSHOT version.
>
> The release candidate (essentially just the pom.xml file) is available
> for review in http://people.apache.org/~jukka/jackrabbit/parent-2/.
> I've included a copy at the end of this message. There is also a
> staged Maven repository that contains the new parent POM along with
> the required hashes and digital signatures. The SHA1 hash of the POM
> file is ea8408e396002a53b2e949ab86bd0ab209a5f6e7.
>
> Please vote on releasing this version 2 of the new Jackrabbit parent
> POM. The vote is open for the next 72 hours.
>
>    [ ] +1 Release the POM as Jackrabbit parent version 2
>    [ ] -1 Do not release, because...
>
> Here's my +1.
>
> BR,
>
> Jukka Zitting
>
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <!--
>   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.
>  -->
>
> <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>
>  <parent>
>    <groupId>org.apache</groupId>
>    <artifactId>apache</artifactId>
>    <version>4</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>2</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>
>
>  <!-- =================================================================== -->
>  <!-- B U I L D   S E T T I N G S                                         -->
>  <!-- =================================================================== -->
>  <prerequisites>
>    <maven>2.0</maven>
>  </prerequisites>
>
>  <build>
>    <pluginManagement>
>      <!-- JCRSITE-9: Fix versions of key Maven plugins -->
>      <plugins>
>        <plugin>
>          <artifactId>maven-clean-plugin</artifactId>
>          <version>2.3</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-resources-plugin</artifactId>
>          <version>2.3</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-compiler-plugin</artifactId>
>          <version>2.0.2</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-surefire-plugin</artifactId>
>          <version>2.4.3</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-jar-plugin</artifactId>
>          <version>2.2</version>
>        </plugin>
>        <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-install-plugin</artifactId>
>          <version>2.2</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-deploy-plugin</artifactId>
>          <version>2.4</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-source-plugin</artifactId>
>          <version>2.0.4</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-javadoc-plugin</artifactId>
>          <version>2.5</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-dependency-plugin</artifactId>
>          <version>2.1</version>
>        </plugin>
>        <plugin>
>          <artifactId>maven-antrun-plugin</artifactId>
>          <version>1.3</version>
>        </plugin>
>        <plugin>
>          <groupId>org.apache.felix</groupId>
>          <artifactId>maven-bundle-plugin</artifactId>
>          <version>1.4.3</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>announce-subscribe@jackrabbit.apache.org</subscribe>
>      <unsubscribe>announce-unsubscribe@jackrabbit.apache.org</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>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://jackrabbit.markmail.org/
>        </otherArchive>
>        <otherArchive>
>          http://dir.gmane.org/gmane.comp.apache.jackrabbit.user
>        </otherArchive>
>        <otherArchive>
>          http://www.mail-archive.com/users@jackrabbit.apache.org/
>        </otherArchive>
>        <otherArchive>
>          http://www.nabble.com/Jackrabbit---Users-f14897.html
>        </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://jackrabbit.markmail.org/
>        </otherArchive>
>        <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>
>        <otherArchive>
>          http://www.nabble.com/Jackrabbit---Dev-f371.html
>        </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>
>      <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>
>

Re: [VOTE] Release Jackrabbit parent POM version 2

Posted by Marcel Reutegger <ma...@gmx.net>.
Jukka Zitting wrote:
> Please vote on releasing this version 2 of the new Jackrabbit parent
> POM. The vote is open for the next 72 hours.

[X] +1 Release the POM as Jackrabbit parent version 2

regards
 marcel

Re: [VOTE] Release Jackrabbit parent POM version 2

Posted by Felix Meschberger <fm...@gmail.com>.
[X] +1 Release the POM as Jackrabbit parent version 2

Regards
Felix

Re: [VOTE] Release Jackrabbit parent POM version 2

Posted by Alexander Klimetschek <ak...@day.com>.
On Tue, Feb 3, 2009 at 1:38 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Please vote on releasing this version 2 of the new Jackrabbit parent
> POM. The vote is open for the next 72 hours.

[X] +1 Release the POM as Jackrabbit parent version 2

Regards,
Alex

-- 
Alexander Klimetschek
alexander.klimetschek@day.com