Results 1 to 5 of 5

Thread: SWS-1.50 tutorial - pom.xml still pointing to 1.5.0-rc2 - 3.5. Creating the project

  1. #1

    Wink SWS-1.50 tutorial - pom.xml still pointing to 1.5.0-rc2 - 3.5. Creating the project

    Dear,

    Just to inform you that if you are following the tutorial on the following location:
    http://static.springframework.org/sp.../tutorial.html
    and you are executing the maven command mentioned in 3.5. Creating the project you'll notice that the version mentioned in the pom.xml is pointing towards 1.5.0-rc2.

    I presume this should be 1.5.0?

    Regards
    Secutus

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Yes, that one slipped by me. Will fix it soon.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Hmm, on second thought: I don't see the 1.5.0-rc2 on that page. Perhaps you need to empty your browser cache?
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  4. #4

    Default

    Arjen,

    The problem is not on the page.

    When you execute the following mvn command

    Code:
    mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
      -DarchetypeArtifactId=spring-ws-archetype \
      -DarchetypeVersion=1.5.0 \
      -DgroupId=com.mycompany.hr \
      -DartifactId=holidayService
    and afterwords you go and have a look at the pom.xml in the holidayService directory, you'll notice the 1.5.0-rc2.

    Kind regards
    Jan

  5. #5
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Still can't reproduce this . Using that command, my generated pom contains only 1.5.0 references...
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •