Issue Details (XML | Word | Printable)

Key: MEV-363
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Assignee: Carlos Sanchez
Reporter: Stephen Duncan Jr
Votes: 5
Watchers: 6
Operations

If you were logged in you would be able to see more operations.
Maven Evangelism

Spring 1.2.7 POMs Missing

Created: 22/Mar/06 09:34 PM   Updated: 18/Dec/06 09:17 AM
Component/s: Missing POM

File Attachments: 1. Zip Archive spring-poms-1.2.7.zip (22 kB)
2. Zip Archive spring-poms-1.2.7.zip (22 kB)

Issue Links:
Duplicate
 

Group ID: org.springframework
Version: 1.2.7


 Description  « Hide
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

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Stephen Duncan Jr added a comment - 22/Mar/06 09:42 PM

Stephen Duncan Jr added a comment - 25/Apr/06 06:26 AM
I know it'd be advantageous to have the Spring folks manage the spring jars, etc., but considering the lack of movement on this issue, can't this be resolved without them as prior versions have?

Carlos Sanchez added a comment - 25/Apr/06 11:27 AM
ok, if you can provide them with that fixes and updated versions ( see http://cvs.sourceforge.net/viewcvs.py/springframework/spring/lib/readme.txt?r1=1.82&r2=1.82.2.5 ) I will upload them.

I just need a zip, tgz,... with the poms+md5+sha1 in the correct directory structure


Jared Bunting added a comment - 02/May/06 08:51 AM
I've attached this zip with updated poms for 1.2.7. Basically I've done exactly what's in this issue - replace all spring 1.2.6 references with spring 1.2.7 added all of the optional tags recommended. If Stephen wants to look at what I've got here to see if it fits his requirements prior to the uploading, that would be great.

Stephen Duncan Jr added a comment - 02/May/06 05:00 PM
Jared, you still need to take into account updates to version numbers based on Carlos's link. If you tell me how to generate the md5&sha1 files, I can go through and do it, or I can tell you exactly which POMs need to change (after I search through and figure it out!), or you can figure those out too. Let me know. Thanks for your help so far!

Stephen Duncan Jr added a comment - 02/May/06 05:28 PM
Changes to make, all in spring-parent, all version changes:

C3P0 0.9.0.4 is not available in the Maven repo. I'd recommend to leave it at C3P0 0.9.0.2 Carlos?

"easymock:easymock" change from "1.2_RC2_Java1.3" to "1.2_Java1.3t"
"ibatis:ibatis2-sqlmap" change from "2.1.5.582" to "2.1.7.597"
"commons-httpclient:commons-httpclient" change from "3.0-rc4" to "3.0"
"log4j:log4j" change from "1.2.9" to "1.2.13"
"ojb:db-ojb" change from "1.0.3" to "1.0.4"
"struts:struts" change from "1.2.7" to "1.2.8" (though 1.2.9 appears to the latest release)
"velocity-tools:velocity-tools-view" change from "1.1" to "1.2"
"velocity-tools:velocity-tools-generic" change from "1.1" to "1.2"


Stephen Duncan Jr added a comment - 02/May/06 05:35 PM
Note that it should be (without the the 't' in the version #):

"easymock:easymock" change from "1.2_RC2_Java1.3" to "1.2_Java1.3"


Carlos Sanchez added a comment - 02/May/06 06:09 PM
If it builds with C3P0 0.9.0.4 it has to depend on it. It needs to be uploaded

Jared Bunting added a comment - 02/May/06 07:07 PM
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>


Jared Bunting added a comment - 02/May/06 10:54 PM
I've made the version changes that you noted. I've also done the C3P0 change. Obviously, this won't be very productive until the 0.9.0.4 version is uploaded.

Stephen Duncan Jr added a comment - 02/May/06 11:42 PM

Oliver Siegmar added a comment - 10/May/06 01:20 AM
spring-full 1.2.7 is still missing