You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/02/06 04:50:52 UTC

svn commit: r907170 - /geronimo/site/trunk/docs/plugins/openjpa2/geronimo-plugins.xml

Author: dwoods
Date: Sat Feb  6 03:50:51 2010
New Revision: 907170

URL: http://svn.apache.org/viewvc?rev=907170&view=rev
Log:
add 2.2-beta plugins

Modified:
    geronimo/site/trunk/docs/plugins/openjpa2/geronimo-plugins.xml

Modified: geronimo/site/trunk/docs/plugins/openjpa2/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/openjpa2/geronimo-plugins.xml?rev=907170&r1=907169&r2=907170&view=diff
==============================================================================
--- geronimo/site/trunk/docs/plugins/openjpa2/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/openjpa2/geronimo-plugins.xml Sat Feb  6 03:50:51 2010
@@ -453,7 +453,7 @@
                 <artifactId>persistence-jpa20-deployer</artifactId>
             </obsoletes>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>https://repository.apache.org/content/repositories/staging/</source-repository>
+            <source-repository>http://repository.apache.org/snapshots/</source-repository>
             <config-xml-content server="default">
                 <ns2:gbean name="PersistenceUnitBuilder">
                     <ns2:attribute name="defaultPersistenceProviderClassName">org.apache.openjpa.persistence.PersistenceProviderImpl</ns2:attribute>
@@ -559,9 +559,8 @@
                 <groupId>org.apache.geronimo.configs</groupId>
                 <artifactId>persistence-jpa20-deployer</artifactId>
             </obsoletes>
-            <source-repository>~/.m2/repository/</source-repository>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://repository.apache.org/snapshots/</source-repository>
+            <source-repository>https://repository.apache.org/content/repositories/staging/</source-repository>
             <config-xml-content server="default">
                 <ns2:gbean name="PersistenceUnitBuilder">
                     <ns2:attribute name="defaultPersistenceProviderClassName">org.apache.openjpa.persistence.PersistenceProviderImpl</ns2:attribute>
@@ -834,8 +833,426 @@
             <artifact-alias server="client" key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2.1-SNAPSHOT/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-M3-SNAPSHOT/jar</artifact-alias>
         </plugin-artifact>
     </plugin>
+
+    <!-- ==== 2.2-beta plugins ==== -->
+    <plugin>
+        <name>Geronimo Plugins, OpenJPA2 :: CAR</name>
+        <category>Persistence</category>
+        <pluginGroup>false</pluginGroup>
+        <description>This module provides OpenJPA2 together with all its dependencies.</description>
+        <url>http://geronimo.apache.org/</url>
+        <author>The Apache Geronimo development community</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa2</artifactId>
+                <version>2.2-beta-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2</geronimo-version>
+            <geronimo-version>2.2.1-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <version>2.2</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-openjpa2</artifactId>
+                <version>2.2-beta-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.openjpa</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>2.0.0-beta</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jpa_2.0_spec</artifactId>
+                <version>1.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>net.sourceforge.serp</groupId>
+                <artifactId>serp</artifactId>
+                <version>1.11.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>3.2</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>commons-lang</groupId>
+                <artifactId>commons-lang</artifactId>
+                <version>2.3</version>
+                <type>jar</type>
+            </dependency>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+            </obsoletes>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa2</artifactId>
+            </obsoletes>
+            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+            <source-repository>http://repository.apache.org/snapshots/</source-repository>
+            <config-xml-content server="default"/>
+            <config-xml-content server="offline"/>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa2/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa2/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa//car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa/2.2/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa//car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa/2.2/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec/1.1.1/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec/1.1.1/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec/1.1.2/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec/1.1.2/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.openjpa/openjpa//jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias key="org.apache.openjpa/openjpa/1.0.3/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias key="org.apache.openjpa/openjpa/1.2.1/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.openjpa/openjpa//jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.openjpa/openjpa/1.0.3/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.openjpa/openjpa/1.2.1/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+        </plugin-artifact>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa2</artifactId>
+                <version>2.2-beta</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2</geronimo-version>
+            <geronimo-version>2.2.1-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <version>2.2</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-openjpa2</artifactId>
+                <version>2.2-beta</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.openjpa</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>2.0.0-beta</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jpa_2.0_spec</artifactId>
+                <version>1.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>net.sourceforge.serp</groupId>
+                <artifactId>serp</artifactId>
+                <version>1.11.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>3.2</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>commons-lang</groupId>
+                <artifactId>commons-lang</artifactId>
+                <version>2.3</version>
+                <type>jar</type>
+            </dependency>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+            </obsoletes>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa2</artifactId>
+            </obsoletes>
+            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+            <source-repository>https://repository.apache.org/content/repositories/staging/</source-repository>
+            <config-xml-content server="default"/>
+            <config-xml-content server="offline"/>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa2/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa2/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa2/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa//car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa/2.2/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/openjpa/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa//car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa/2.2/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/openjpa/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/openjpa2/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec/1.1.1/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_3.0_spec/1.1.1/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec/1.1.2/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec//jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.specs/geronimo-jpa_1.0_spec/1.1.2/jar">org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.0/jar</artifact-alias>
+            <artifact-alias key="org.apache.openjpa/openjpa//jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias key="org.apache.openjpa/openjpa/1.0.3/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias key="org.apache.openjpa/openjpa/1.2.1/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.openjpa/openjpa//jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.openjpa/openjpa/1.0.3/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.openjpa/openjpa/1.2.1/jar">org.apache.openjpa/openjpa/2.0.0-beta/jar</artifact-alias>
+        </plugin-artifact>
+    </plugin>
+    <plugin>
+        <name>Geronimo Plugins, OpenJPA2 :: Deployer</name>
+        <category>Persistence</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo JPA 2.0 Persistence Unit deployer</description>
+        <url>http://geronimo.apache.org/</url>
+        <author>The Apache Geronimo development community</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>persistence-jpa20-deployer</artifactId>
+                <version>2.2-beta-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2</geronimo-version>
+            <geronimo-version>2.2.1-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-deployer</artifactId>
+                <version>2.2</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-persistence-jpa20-builder</artifactId>
+                <version>2.2-beta-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-persistence-jpa20</artifactId>
+                <version>2.2-beta-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jpa_2.0_spec</artifactId>
+                <version>1.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <version>2.2</version>
+                <type>car</type>
+            </dependency>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>persistence-jpa10-deployer</artifactId>
+            </obsoletes>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>persistence-jpa20-deployer</artifactId>
+            </obsoletes>
+            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+            <source-repository>http://repository.apache.org/snapshots/</source-repository>
+            <config-xml-content server="default">
+                <ns2:gbean name="PersistenceUnitBuilder">
+                    <ns2:attribute name="defaultPersistenceProviderClassName">org.apache.openjpa.persistence.PersistenceProviderImpl</ns2:attribute>
+                    <ns2:attribute name="defaultPersistenceUnitProperties">openjpa.Log=commons
+                                        openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true)
+                                        openjpa.jdbc.UpdateManager=operation-order
+                                        openjpa.Sequence=table(Table=OPENJPASEQ, Increment=100)</ns2:attribute>
+                    <ns2:attribute propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder" name="defaultEnvironment">
+                        <environment:environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:environment="http://geronimo.apache.org/xml/ns/deployment-1.2">
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.apache.geronimo.configs</groupId>
+                                    <artifactId>openjpa2</artifactId>
+                                    <type>car</type>
+            </dependency>
+          </dependencies>
+        </environment:environment>
+      </ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+            <config-xml-content server="offline">
+                <ns2:gbean name="PersistenceUnitBuilder">
+                    <ns2:attribute name="defaultPersistenceProviderClassName">org.apache.openjpa.persistence.PersistenceProviderImpl</ns2:attribute>
+                    <ns2:attribute name="defaultPersistenceUnitProperties">openjpa.Log=commons
+                                        openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true)
+                                        openjpa.jdbc.UpdateManager=operation-order
+                                        openjpa.Sequence=table(Table=OPENJPASEQ, Increment=100)</ns2:attribute>
+                    <ns2:attribute propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder" name="defaultEnvironment">
+                        <environment:environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:environment="http://geronimo.apache.org/xml/ns/deployment-1.2">
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.apache.geronimo.configs</groupId>
+                                    <artifactId>openjpa2</artifactId>
+                                    <type>car</type>
+            </dependency>
+          </dependencies>
+        </environment:environment>
+      </ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa10-deployer//car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa10-deployer//car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.modules/geronimo-persistence-jpa10//jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta-SNAPSHOT/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta-SNAPSHOT/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2.1-SNAPSHOT/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta-SNAPSHOT/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.modules/geronimo-persistence-jpa10//jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta-SNAPSHOT/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta-SNAPSHOT/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2.1-SNAPSHOT/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta-SNAPSHOT/jar</artifact-alias>
+        </plugin-artifact>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>persistence-jpa20-deployer</artifactId>
+                <version>2.2-beta</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2</geronimo-version>
+            <geronimo-version>2.2.1-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-deployer</artifactId>
+                <version>2.2</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-persistence-jpa20-builder</artifactId>
+                <version>2.2-beta</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-persistence-jpa20</artifactId>
+                <version>2.2-beta</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jpa_2.0_spec</artifactId>
+                <version>1.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <version>2.2</version>
+                <type>car</type>
+            </dependency>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>persistence-jpa10-deployer</artifactId>
+            </obsoletes>
+            <obsoletes>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>persistence-jpa20-deployer</artifactId>
+            </obsoletes>
+            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+            <source-repository>https://repository.apache.org/content/repositories/staging/</source-repository>
+            <config-xml-content server="default">
+                <ns2:gbean name="PersistenceUnitBuilder">
+                    <ns2:attribute name="defaultPersistenceProviderClassName">org.apache.openjpa.persistence.PersistenceProviderImpl</ns2:attribute>
+                    <ns2:attribute name="defaultPersistenceUnitProperties">openjpa.Log=commons
+                                        openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true)
+                                        openjpa.jdbc.UpdateManager=operation-order
+                                        openjpa.Sequence=table(Table=OPENJPASEQ, Increment=100)</ns2:attribute>
+                    <ns2:attribute propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder" name="defaultEnvironment">
+                        <environment:environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:environment="http://geronimo.apache.org/xml/ns/deployment-1.2">
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.apache.geronimo.configs</groupId>
+                                    <artifactId>openjpa2</artifactId>
+                                    <type>car</type>
+            </dependency>
+          </dependencies>
+        </environment:environment>
+      </ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+            <config-xml-content server="offline">
+                <ns2:gbean name="PersistenceUnitBuilder">
+                    <ns2:attribute name="defaultPersistenceProviderClassName">org.apache.openjpa.persistence.PersistenceProviderImpl</ns2:attribute>
+                    <ns2:attribute name="defaultPersistenceUnitProperties">openjpa.Log=commons
+                                        openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true)
+                                        openjpa.jdbc.UpdateManager=operation-order
+                                        openjpa.Sequence=table(Table=OPENJPASEQ, Increment=100)</ns2:attribute>
+                    <ns2:attribute propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder" name="defaultEnvironment">
+                        <environment:environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:environment="http://geronimo.apache.org/xml/ns/deployment-1.2">
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.apache.geronimo.configs</groupId>
+                                    <artifactId>openjpa2</artifactId>
+                                    <type>car</type>
+            </dependency>
+          </dependencies>
+        </environment:environment>
+      </ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-M3-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa10-deployer//car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa10-deployer//car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.configs/persistence-jpa10-deployer/2.2.1-SNAPSHOT/car">org.apache.geronimo.configs/persistence-jpa20-deployer/2.2-beta/car</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.modules/geronimo-persistence-jpa10//jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta/jar</artifact-alias>
+            <artifact-alias key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2.1-SNAPSHOT/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.modules/geronimo-persistence-jpa10//jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta/jar</artifact-alias>
+            <artifact-alias server="client" key="org.apache.geronimo.modules/geronimo-persistence-jpa10/2.2.1-SNAPSHOT/jar">org.apache.geronimo.modules/geronimo-persistence-jpa20/2.2-beta/jar</artifact-alias>
+        </plugin-artifact>
+    </plugin>
+
     <default-repository>http://geronimo.apache.org/plugins/openjpa2</default-repository>
     <default-repository>http://repo1.maven.org/maven2</default-repository>
     <default-repository>http://www.ibiblio.org/maven2</default-repository>
     <default-repository>https://repository.apache.org/content/repositories/staging</default-repository>
+    <default-repository>http://repository.apache.org/snapshots</default-repository>
 </geronimo-plugin-list>