[EMAIL PROTECTED] wrote:
Revision
    5926 <http://fisheye.codehaus.org/changelog/mojo/?cs=5926>
Author
    rahul
Date
    2008-01-13 13:08:23 -0600 (Sun, 13 Jan 2008)


      Log Message

o  updated dependencies.


      Modified Paths

    * trunk/mojo/openjpa-maven-plugin/pom.xml
      <#trunkmojoopenjpamavenpluginpomxml>


      Diff


        Modified: trunk/mojo/openjpa-maven-plugin/pom.xml (5925 => 5926)

--- trunk/mojo/openjpa-maven-plugin/pom.xml     2008-01-12 01:12:11 UTC (rev 
5925)
+++ trunk/mojo/openjpa-maven-plugin/pom.xml     2008-01-13 19:08:23 UTC (rev 
5926)
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+<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>
     <artifactId>mojo</artifactId>
@@ -16,15 +15,9 @@
     <url>http://mojo.codehaus.org/openjpa-maven-plugin</url>
   </organization>
   <scm>
-    <connection>
-      scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/openjpa-maven-plugin
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/openjpa-maven-plugin
-    </developerConnection>
-    <url>
-      https://svn.codehaus.org/mojo/trunk/mojo/openjpa-maven-plugin
-    </url>
+    
<connection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/openjpa-maven-plugin</connection>
+    
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/openjpa-maven-plugin</developerConnection>
+    <url>https://svn.codehaus.org/mojo/trunk/mojo/openjpa-maven-plugin</url>
   </scm>
   <developers>
     <developer>
@@ -41,28 +34,28 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.3</version>
+      <version>1.4.9</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
+      <version>2.0.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>2.0.4</version>
+      <version>2.0.7</version>
     </dependency>

Why is this upgrade needed? There was no source changes with this commit.

Ideally you should use the 2.0 artifacts to keep it as widely usable as possible.

     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-15</version>
+      <version>1.0-alpha-42</version>
     </dependency>

Ditto.

     <!-- For Tests -->
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-test-tools</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.0-alpha-2</version>
       <scope>test</scope>
     </dependency>

Ditto.

     <dependency>
@@ -74,21 +67,54 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-beta-1</version>
+      <version>1.1</version>
       <scope>test</scope>
     </dependency>

Ditto.

     <dependency>
-      <groupId>org.apache.openjpa</groupId>
-      <artifactId>openjpa-all</artifactId>
-      <version>0.9.7-incubating</version>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-plugin-testing-tools</artifactId>
+      <version>1.0-alpha-3</version>
       <scope>test</scope>
     </dependency>

Ditto.

+    <dependency>
+      <groupId>org.apache.openjpa</groupId>
+      <artifactId>openjpa</artifactId>
+      <version>1.0.1</version>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>

What about trying to move this plugin to the OpenJPA project? Didn't we talk about that before?

+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3.1</version>
+      </plugin>
+    </plugins>
+  </build>
+
   <repositories>
-    <repository>
+ <!-- + <repository>
       <id>apache.incubating</id>
       <name>Apache Incubating Repo</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
+      </repository>
+    -->
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshots Repo</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </repository>
   </repositories>
   <licenses>

--
Trygve

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to