You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2009/05/06 17:48:44 UTC

svn commit: r772320 - in /db/jdo/trunk: m2_repo_maven_metadata.xml maven.xml

Author: andyj
Date: Wed May  6 15:48:43 2009
New Revision: 772320

URL: http://svn.apache.org/viewvc?rev=772320&view=rev
Log:
Add release for M2 maven-metadata.xml

Removed:
    db/jdo/trunk/m2_repo_maven_metadata.xml
Modified:
    db/jdo/trunk/maven.xml

Modified: db/jdo/trunk/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/maven.xml?rev=772320&r1=772319&r2=772320&view=diff
==============================================================================
--- db/jdo/trunk/maven.xml (original)
+++ db/jdo/trunk/maven.xml Wed May  6 15:48:43 2009
@@ -215,6 +215,9 @@
               todir="${jdo.releases.dist.dir}/m1-ibiblio-rsync-repository/${pom.groupId}/jars"/>
         <copy file="project.xml" 
               toFile="${jdo.releases.dist.dir}/m1-ibiblio-rsync-repository/${pom.groupId}/poms/${maven.final.name}.pom" />
+
+        <copy file="m2_repo_maven_metadata.xml"
+              toFile="${jdo.releases.dist.dir}/m2-ibiblio-rsync-repository/javax/jdo/jdo2-api/maven-metadata.xml"/>
     </goal>
 
     <goal name="copy-distribution">