upgrade groovy to recent version

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • Component/s: other
    • None
    • Environment:
      Platform: All, OS: All

      upgrade groovy to recent version

      old:

      <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy</artifactId>
      <version>1.1-rc-2</version>
      </dependency>

      new:

      <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>1.5.6</version>
      </dependency>
      <dependency>

      i tried it with the trunk and the 'script console'
      seems to work fine, but i dont know where else
      groovy is used in hudson ...

            Assignee:
            Unassigned
            Reporter:
            hdenk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: