You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/04/05 01:12:59 UTC

svn commit: r1309621 - in /aries/branches/1.0-prototype: application/application-tooling-repository-generator/ ejb/openejb-extender-itest/ ejb/openejb-extender/ jpa/ jpa/jpa-api/ jpa/jpa-blueprint-aries/ jpa/jpa-blueprint-testbundle/ jpa/jpa-container-...

Author: cumminsh
Date: Wed Apr  4 23:12:58 2012
New Revision: 1309621

URL: http://svn.apache.org/viewvc?rev=1309621&view=rev
Log:
Moving JPA bundles to 1.0.0-SNAPSHOT

Modified:
    aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml
    aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml
    aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-api/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-blueprint-testbundle/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container-advancedtestbundle/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container-testbundle/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container/pom.xml
    aries/branches/1.0-prototype/jpa/pom.xml
    aries/branches/1.0-prototype/samples/pom.xml

Modified: aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml Wed Apr  4 23:12:58 2012
@@ -146,7 +146,7 @@
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -169,7 +169,7 @@
         <dependency>
           <groupId>org.apache.aries.jpa</groupId>
     	  <artifactId>org.apache.aries.jpa.blueprint.aries</artifactId>
-    	  <version>0.3.1-SNAPSHOT</version>
+    	  <version>1.0.0-SNAPSHOT</version>
         </dependency>
         
     </dependencies>

Modified: aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml Wed Apr  4 23:12:58 2012
@@ -137,20 +137,20 @@
         <dependency>
         	<groupId>org.apache.aries.jpa</groupId>
         	<artifactId>org.apache.aries.jpa.api</artifactId>
-        	<version>0.3.1-SNAPSHOT</version>
+        	<version>1.0.0-SNAPSHOT</version>
         	<type>bundle</type>
         	<scope>compile</scope>
         </dependency>
         <dependency>
         	<groupId>org.apache.aries.jpa</groupId>
         	<artifactId>org.apache.aries.jpa.container</artifactId>
-        	<version>0.3.1-SNAPSHOT</version>
+        	<version>1.0.0-SNAPSHOT</version>
         	<scope>test</scope>
         </dependency>
         <dependency>
         	<groupId>org.apache.aries.jpa</groupId>
         	<artifactId>org.apache.aries.jpa.container.context</artifactId>
-        	<version>0.3.1-SNAPSHOT</version>
+        	<version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
     		<groupId>org.apache.openejb</groupId>

Modified: aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml (original)
+++ aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml Wed Apr  4 23:12:58 2012
@@ -137,7 +137,7 @@
         <dependency>
         	<groupId>org.apache.aries.jpa</groupId>
         	<artifactId>org.apache.aries.jpa.api</artifactId>
-        	<version>0.3.1-SNAPSHOT</version>
+        	<version>1.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: aries/branches/1.0-prototype/jpa/jpa-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-api/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-api/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-api/pom.xml Wed Apr  4 23:12:58 2012
@@ -29,7 +29,7 @@
     <artifactId>org.apache.aries.jpa.api</artifactId>
     <packaging>bundle</packaging>
     <name>Aries JPA Container API</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
      <scm>
          <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jpa/jpa-api</connection>

Modified: aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml Wed Apr  4 23:12:58 2012
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.blueprint.aries</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
      <scm>
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Modified: aries/branches/1.0-prototype/jpa/jpa-blueprint-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-blueprint-testbundle/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-blueprint-testbundle/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-blueprint-testbundle/pom.xml Wed Apr  4 23:12:58 2012
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.blueprint.itest.bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Test Bundle for Aries JPA Blueprint iTests</name>
 
      <scm>

Modified: aries/branches/1.0-prototype/jpa/jpa-container-advancedtestbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-advancedtestbundle/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container-advancedtestbundle/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container-advancedtestbundle/pom.xml Wed Apr  4 23:12:58 2012
@@ -1,76 +1,76 @@
-<?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">
-    <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-        <relativePath />
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.aries.jpa</groupId>
-    <artifactId>org.apache.aries.jpa.container.advanced.itest.bundle</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Test Bundle for Aries JPA Container advanced iTests</name>
-
-     <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jpa/jpa-container-advancedtestbundle</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jpa/jpa-container-advancedtestbundle</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-advancedtestbundle</url>
-     </scm>
-
-    <properties>
-        <!-- Export package versions are maintained in packageinfo files -->
-
-        <aries.osgi.export.pkg>
-            org.apache.aries.jpa.container.advanced.itest.bundle.entities
-        </aries.osgi.export.pkg>
-        <aries.osgi.import>
-            javax.persistence;version="[1.0.0,2.0.0)",
-            org.apache.derby.jdbc,
-            *
-        </aries.osgi.import>
-        <aries.osgi.private.pkg />
-        <aries.osgi.symbolic.name>${project.groupId}.${project.artifactId}</aries.osgi.symbolic.name>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.0_spec</artifactId>
-            <version>1.1</version>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Meta-Persistence>META-INF/persistence.xml</Meta-Persistence>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-</project>
+<?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">
+    <parent>
+        <groupId>org.apache.aries</groupId>
+        <artifactId>java5-parent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+        <relativePath />
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.aries.jpa</groupId>
+    <artifactId>org.apache.aries.jpa.container.advanced.itest.bundle</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Test Bundle for Aries JPA Container advanced iTests</name>
+
+     <scm>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jpa/jpa-container-advancedtestbundle</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jpa/jpa-container-advancedtestbundle</developerConnection>
+         <url>http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-advancedtestbundle</url>
+     </scm>
+
+    <properties>
+        <!-- Export package versions are maintained in packageinfo files -->
+
+        <aries.osgi.export.pkg>
+            org.apache.aries.jpa.container.advanced.itest.bundle.entities
+        </aries.osgi.export.pkg>
+        <aries.osgi.import>
+            javax.persistence;version="[1.0.0,2.0.0)",
+            org.apache.derby.jdbc,
+            *
+        </aries.osgi.import>
+        <aries.osgi.private.pkg />
+        <aries.osgi.symbolic.name>${project.groupId}.${project.artifactId}</aries.osgi.symbolic.name>
+    </properties>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_2.0_spec</artifactId>
+            <version>1.1</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Meta-Persistence>META-INF/persistence.xml</Meta-Persistence>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Modified: aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml Wed Apr  4 23:12:58 2012
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.container.context</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Aries JPA Container Managed Contexts</name>
     <packaging>bundle</packaging>
 
@@ -41,7 +41,7 @@
 
         <!-- Export package versions are maintained in packageinfo files -->
 
-        <aries.osgi.export.pkg/>
+        <aries.osgi.export.pkg />
         <aries.osgi.import>
             javax.persistence;version="[1.0.0,2.1.0)",
             javax.persistence.criteria;version="[1.1.0,2.1.0)";resolution:=optional,
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml Wed Apr  4 23:12:58 2012
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.container.itest</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Aries JPA iTests</name>
 
      <scm>
@@ -154,25 +154,25 @@
         <dependency>
             <artifactId>org.apache.aries.jpa.api</artifactId>
             <groupId>org.apache.aries.jpa</groupId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.container</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.container.context</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.blueprint.aries</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <!--<scope>test</scope>-->
         </dependency>
         <!--
@@ -246,7 +246,7 @@
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.container.itest.bundle</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 <!--        <dependency>
@@ -258,13 +258,13 @@
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.container.advanced.itest.bundle</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.blueprint.itest.bundle</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/jpa/jpa-container-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-testbundle/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container-testbundle/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container-testbundle/pom.xml Wed Apr  4 23:12:58 2012
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.container.itest.bundle</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Test Bundle for Aries JPA Container iTests</name>
 
@@ -83,12 +83,12 @@
                   <phase>process-classes</phase>
                   <configuration>
                     <tasks>
-                      <taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="maven.compile.classpath"/>
+                      <taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="maven.compile.classpath" />
                       <openjpac>
-                          <classpath refid="maven.compile.classpath"/> 
+                          <classpath refid="maven.compile.classpath" /> 
                           <classpath>
-                            <pathelement location="target/classes"/>
-                            <pathelement location="src/main/resources"/>
+                            <pathelement location="target/classes" />
+                            <pathelement location="src/main/resources" />
                           </classpath>
                       </openjpac>
                     </tasks>

Modified: aries/branches/1.0-prototype/jpa/jpa-container/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container/pom.xml Wed Apr  4 23:12:58 2012
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.container</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Aries JPA Container</name>
     
      <scm>
@@ -84,7 +84,7 @@
         <dependency>
             <artifactId>org.apache.aries.jpa.api</artifactId>
             <groupId>org.apache.aries.jpa</groupId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.quiesce</groupId>

Modified: aries/branches/1.0-prototype/jpa/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/pom.xml Wed Apr  4 23:12:58 2012
@@ -29,7 +29,7 @@
     <artifactId>jpa</artifactId>
     <packaging>pom</packaging>
     <name>Aries JPA Component</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
     <modules>
         <module>jpa-api</module>

Modified: aries/branches/1.0-prototype/samples/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/samples/pom.xml?rev=1309621&r1=1309620&r2=1309621&view=diff
==============================================================================
--- aries/branches/1.0-prototype/samples/pom.xml (original)
+++ aries/branches/1.0-prototype/samples/pom.xml Wed Apr  4 23:12:58 2012
@@ -93,10 +93,10 @@
         <ariesJndiUrlVersion>0.3.2-SNAPSHOT</ariesJndiUrlVersion>
 
         <!-- Aries Jpa Versions -->
-        <ariesJpaApiVersion>0.3.1-SNAPSHOT</ariesJpaApiVersion>
-        <ariesJpaBlueprintAriesVersion>0.3.1-SNAPSHOT</ariesJpaBlueprintAriesVersion>
-        <ariesJpaContainerVersion>0.3.1-SNAPSHOT</ariesJpaContainerVersion>
-        <ariesJpaContainerContextVersion>0.3.1-SNAPSHOT</ariesJpaContainerContextVersion>
+        <ariesJpaApiVersion>1.0.0-SNAPSHOT</ariesJpaApiVersion>
+        <ariesJpaBlueprintAriesVersion>1.0.0-SNAPSHOT</ariesJpaBlueprintAriesVersion>
+        <ariesJpaContainerVersion>1.0.0-SNAPSHOT</ariesJpaContainerVersion>
+        <ariesJpaContainerContextVersion>1.0.0-SNAPSHOT</ariesJpaContainerContextVersion>
         
         <!-- Aries Proxy Versions -->
         <ariesProxyApiVersion>0.4.1-SNAPSHOT</ariesProxyApiVersion>