Issue Details (XML | Word | Printable)

Key: MAVENUPLOAD-1108
Type: Wish Wish
Status: Closed Closed
Resolution: Fixed
Assignee: Carlos Sanchez
Reporter: Matt Raible
Votes: 4
Watchers: 3
Operations

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

Upload Spring 2.0 rc3

Created: 01/Sep/06 03:33 PM   Updated: 11/Sep/06 09:52 AM

Bundle URL: http://static.raibledesigns.com/downloads/spring-2.0-rc3-bundle.jar
Project URL: http://www.springframework.org
Contributor URL: NOT A DEVELOPER


 Description  « Hide
Can you please upload this bundle? It's spring-2.0-rc3.jar. I know you'd rather have all the child POMs/JARs, but it's soooo much easier to just do one. ;-)

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Matt Raible added a comment - 01/Sep/06 03:42 PM

Carlos Sanchez added a comment - 02/Sep/06 07:20 PM
The parent is just a copy of 2.0-m4, but if I look here http://springframework.cvs.sourceforge.net/springframework/spring/lib/readme.txt?r1=1.109&r2=1.101 I see a good amount of version changes

Matt Raible added a comment - 02/Sep/06 07:44 PM
Here's an updated version, with upgraded versions. Note that this pom is missing many of the dependencies listed in Spring's readme.txt. The only version # I didn't upgrade was javax.jdo b/c the 2.0 version isn't available in the ibilio repo.

http://static.raibledesigns.com/downloads/spring-parent-2.0-rc3.pom

Carlos Sanchez added a comment - 02/Sep/06 08:10 PM
After fixing 3.1->3.0.1 in commons-httpclient, there's still a missing piece

Missing:
----------
1) aspectj:aspectjtools:jar:1.5.1a

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=aspectj -DartifactId=aspectjtools \
          -Dversion=1.5.1a -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.springframework:spring:jar:2.0-rc3
        2) aspectj:aspectjtools:jar:1.5.1a


waiting for bundle....

Matt Raible added a comment - 02/Sep/06 08:23 PM
According to http://mvnrepository.com/artifact/aspectj/aspectjtools:

1.5.1a isn't in the repo, how about 1.5.2 or 1.5.2a?

Carlos Sanchez added a comment - 02/Sep/06 08:27 PM
you can attach the bundle for 1.5.1a

Matt Raible added a comment - 02/Sep/06 08:47 PM
Hopefully I don't need to create another issue for this, so here's to hoping:

http://static.raibledesigns.com/downloads/aspectjtools-1.5.1a-bundle.jar

;-)

Carlos Sanchez added a comment - 02/Sep/06 09:24 PM
Wasn't it easy?

Next time remove the distributionManagement section for hand made poms

  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>

Now, I don't think the mock will work without all the dependencies spring-*

Matt Raible added a comment - 11/Sep/06 09:27 AM
Why are there two versions of Spring being maintained in ibiblio's repo? I just saw this one added this morning:

http://mvnrepository.com/artifact/spring/spring/2.0-rc3

Carlos Sanchez added a comment - 11/Sep/06 09:52 AM
Deployed by mistake and removed