Skip to content

Commit

Permalink
Update to Spring 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Mar 5, 2010
1 parent 3f5fa98 commit ffef7b3
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .classpath
Expand Up @@ -22,10 +22,10 @@
<classpathentry kind="lib" path="lib/wadl-core-1.0-SNAPSHOT.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
<classpathentry exported="true" kind="lib" path="lib/org.springframework.beans-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.springframework.context-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.springframework.core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.asm-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.expression-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.springframework.beans-3.0.1.RELEASE.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.springframework.context-3.0.1.RELEASE.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.springframework.core-3.0.1.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.asm-3.0.1.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.expression-3.0.1.RELEASE.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,6 +1,8 @@

Changes in HQApi 3.1

*) Update Spring to 3.0.1.RELEASE.

*) [HHQ-3773] Allow extension of APIs and CLI using Spring

*) [HHQ-3481] Add support to fix alerts with a reason/comment
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed lib/org.springframework.beans-3.0.0.M4.jar
Binary file not shown.
Binary file added lib/org.springframework.beans-3.0.1.RELEASE.jar
Binary file not shown.
Binary file removed lib/org.springframework.context-3.0.0.M4.jar
Binary file not shown.
Binary file not shown.
Binary file removed lib/org.springframework.context.support-3.0.0.M4.jar
Binary file not shown.
Binary file not shown.
Binary file removed lib/org.springframework.core-3.0.0.M4.jar
Binary file not shown.
Binary file added lib/org.springframework.core-3.0.1.RELEASE.jar
Binary file not shown.
Binary file removed lib/org.springframework.expression-3.0.0.M4.jar
Binary file not shown.
Binary file not shown.

0 comments on commit ffef7b3

Please sign in to comment.