I copied the 1.6.2 maven staging artifacts to m2-ibiblio-rsync-repository
using the instructions in [1].  Specifically, I did the following:

> Or, instead of using the Maven stage plugin just manually copy the artifacts 
there:
>
> cp -p -v -R  sca/  
/x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tuscany/sca

This overwrote all the maven-metadata.xml files under the target sca/
directory with new files of the form:

<?xml version="1.0" encoding="UTF-8" ?>
<metadata>
  <groupId>org.apache.tuscany.sca</groupId>
  <artifactId>tuscany-assembly</artifactId>
  <version>1.6.2</version>
  <versioning>
    <versions>
      <version>1.6.2</version>
    </versions>
    <lastUpdated>20110406144922</lastUpdated>
  </versioning>
</metadata>

These files refer only to the 1.6.2 version, and don't mention all
the other Tuscany versions in m2-ibiblio-rsync-repository.

Is this a problem?  If so, how can I fix it?

  Simon

[1] http://tuscany.apache.org/making-releases.html

Reply via email to