[ http://jira.codehaus.org/browse/MEV-363?page=comments#action_64603 ] 

Jared Bunting commented on MEV-363:
-----------------------------------

I can make these changes tomorrow, probably early afternoon.  I used a basic 
ant script to generate the checksums - something like this...

<project>
  <fileset id="poms" dir="${basedir}">
    <include name="**/*.pom"/>
  </fileset>
  <target name="checksum">
    <checksum algorithm="md5">
      <fileset refid="poms"/>
    </checksum>
    <checksum algorithm="sha1">
      <fileset refid="poms"/>
    </checksum>
  </target>
</project>

> Spring 1.2.7 POMs Missing
> -------------------------
>
>          Key: MEV-363
>          URL: http://jira.codehaus.org/browse/MEV-363
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Stephen Duncan Jr
>  Attachments: spring-poms-1.2.7.zip
>
>
> All Spring 1.2.7 jars need POMs added.  POMs should be duplicates of Spring 
> 1.2.6 but with the following other MEV issues taken into account: 
> http://jira.codehaus.org/browse/MEV-316 and 
> http://jira.codehaus.org/browse/MEV-277

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to