You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by bd...@apache.org on 2006/08/23 15:59:20 UTC

svn commit: r434049 - in /incubator/cayenne/examples/trunk: 3t-example-client/pom.xml 3t-example/pom.xml cayenne-jpa-annotations-example/pom.xml cayenne-petstore/pom.xml cross-db-example/pom.xml generic-mapping-example/pom.xml pom.xml

Author: bdudney
Date: Wed Aug 23 06:59:19 2006
New Revision: 434049

URL: http://svn.apache.org/viewvc?rev=434049&view=rev
Log:
updates for the removal of -core from the jdk1.4 and jdk1.5 modules

Modified:
    incubator/cayenne/examples/trunk/3t-example-client/pom.xml
    incubator/cayenne/examples/trunk/3t-example/pom.xml
    incubator/cayenne/examples/trunk/cayenne-jpa-annotations-example/pom.xml
    incubator/cayenne/examples/trunk/cayenne-petstore/pom.xml
    incubator/cayenne/examples/trunk/cross-db-example/pom.xml
    incubator/cayenne/examples/trunk/generic-mapping-example/pom.xml
    incubator/cayenne/examples/trunk/pom.xml

Modified: incubator/cayenne/examples/trunk/3t-example-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/3t-example-client/pom.xml?rev=434049&r1=434048&r2=434049&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/3t-example-client/pom.xml (original)
+++ incubator/cayenne/examples/trunk/3t-example-client/pom.xml Wed Aug 23 06:59:19 2006
@@ -27,13 +27,21 @@
     <parent>
       <groupId>org.apache.cayenne.examples</groupId>
       <artifactId>examples-parent</artifactId>
-      <version>3.0-SNAPSHOT</version>
+      <version>3.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>3t-example-client</artifactId>
     <name>Cayenne Three Tier Client Example</name>
     <description>An example of the 3 tier stuff</description>
     <packaging>jar</packaging>
+
+    <dependencies>
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.13</version>
+      </dependency>
+    </dependencies>
 
     <build>
       <plugins>

Modified: incubator/cayenne/examples/trunk/3t-example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/3t-example/pom.xml?rev=434049&r1=434048&r2=434049&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/3t-example/pom.xml (original)
+++ incubator/cayenne/examples/trunk/3t-example/pom.xml Wed Aug 23 06:59:19 2006
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cayenne.examples</groupId>
       <artifactId>examples-parent</artifactId>
-      <version>3.0-SNAPSHOT</version>
+      <version>3.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>3t-example</artifactId>
@@ -41,6 +41,12 @@
         <artifactId>geronimo-servlet_2.4_spec</artifactId>
         <version>1.0.1</version>
         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.13</version>
       </dependency>
     </dependencies>
 

Modified: incubator/cayenne/examples/trunk/cayenne-jpa-annotations-example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/cayenne-jpa-annotations-example/pom.xml?rev=434049&r1=434048&r2=434049&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/cayenne-jpa-annotations-example/pom.xml (original)
+++ incubator/cayenne/examples/trunk/cayenne-jpa-annotations-example/pom.xml Wed Aug 23 06:59:19 2006
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cayenne.examples</groupId>
       <artifactId>examples-parent</artifactId>
-      <version>3.0-SNAPSHOT</version>
+      <version>3.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-example</artifactId>
@@ -37,7 +37,7 @@
 
     <dependencies>
       <dependency>
-        <groupId>org.apache.cayenne</groupId>
+        <groupId>org.apache.cayenne.core</groupId>
         <artifactId>cayenne-jpa</artifactId>
         <version>3.0-incubating-SNAPSHOT</version>
       </dependency>

Modified: incubator/cayenne/examples/trunk/cayenne-petstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/cayenne-petstore/pom.xml?rev=434049&r1=434048&r2=434049&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/cayenne-petstore/pom.xml (original)
+++ incubator/cayenne/examples/trunk/cayenne-petstore/pom.xml Wed Aug 23 06:59:19 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>examples-parent</artifactId>
     <groupId>org.apache.cayenne.examples</groupId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cayenne-petstore</artifactId>
@@ -42,4 +42,4 @@
       <version>2.1.0.565</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/cayenne/examples/trunk/cross-db-example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/cross-db-example/pom.xml?rev=434049&r1=434048&r2=434049&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/cross-db-example/pom.xml (original)
+++ incubator/cayenne/examples/trunk/cross-db-example/pom.xml Wed Aug 23 06:59:19 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>examples-parent</artifactId>
     <groupId>org.apache.cayenne.examples</groupId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cross-db</artifactId>
@@ -29,4 +29,4 @@
       <version>1.8.0.1</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/cayenne/examples/trunk/generic-mapping-example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/generic-mapping-example/pom.xml?rev=434049&r1=434048&r2=434049&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/generic-mapping-example/pom.xml (original)
+++ incubator/cayenne/examples/trunk/generic-mapping-example/pom.xml Wed Aug 23 06:59:19 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>examples-parent</artifactId>
     <groupId>org.apache.cayenne.examples</groupId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>generic-mapping</artifactId>

Modified: incubator/cayenne/examples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/pom.xml?rev=434049&r1=434048&r2=434049&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/pom.xml (original)
+++ incubator/cayenne/examples/trunk/pom.xml Wed Aug 23 06:59:19 2006
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cayenne</groupId>
       <artifactId>cayenne-parent</artifactId>
-      <version>3.0-SNAPSHOT</version>
+      <version>3.0-incubating-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cayenne.examples</groupId>
@@ -46,8 +46,14 @@
 
     <dependencies>
       <dependency>
-        <groupId>org.apache.cayenne</groupId>
-        <artifactId>cayenne</artifactId>
+        <groupId>org.apache.cayenne.core</groupId>
+        <artifactId>cayenne-jdk1.4</artifactId>
+        <version>3.0-incubating-SNAPSHOT</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.cayenne.core</groupId>
+        <artifactId>cayenne-jdk1.5</artifactId>
         <version>3.0-incubating-SNAPSHOT</version>
       </dependency>
     </dependencies>