diff --git a/.classpath b/.classpath index f070bef0..11d32227 100644 --- a/.classpath +++ b/.classpath @@ -22,10 +22,10 @@ - - - - - + + + + + diff --git a/ChangeLog b/ChangeLog index 7f55f333..64714a23 100644 --- a/ChangeLog +++ b/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 diff --git a/lib/org.springframework.aop-3.0.0.M4.jar b/lib/org.springframework.aop-3.0.1.RELEASE.jar similarity index 52% rename from lib/org.springframework.aop-3.0.0.M4.jar rename to lib/org.springframework.aop-3.0.1.RELEASE.jar index 85036e22..33a18bca 100644 Binary files a/lib/org.springframework.aop-3.0.0.M4.jar and b/lib/org.springframework.aop-3.0.1.RELEASE.jar differ diff --git a/lib/org.springframework.asm-3.0.0.M4.jar b/lib/org.springframework.asm-3.0.1.RELEASE.jar similarity index 69% rename from lib/org.springframework.asm-3.0.0.M4.jar rename to lib/org.springframework.asm-3.0.1.RELEASE.jar index a6b99fc9..79f81a04 100644 Binary files a/lib/org.springframework.asm-3.0.0.M4.jar and b/lib/org.springframework.asm-3.0.1.RELEASE.jar differ diff --git a/lib/org.springframework.beans-3.0.0.M4.jar b/lib/org.springframework.beans-3.0.0.M4.jar deleted file mode 100644 index 7f546dcc..00000000 Binary files a/lib/org.springframework.beans-3.0.0.M4.jar and /dev/null differ diff --git a/lib/org.springframework.beans-3.0.1.RELEASE.jar b/lib/org.springframework.beans-3.0.1.RELEASE.jar new file mode 100644 index 00000000..1e68fbb2 Binary files /dev/null and b/lib/org.springframework.beans-3.0.1.RELEASE.jar differ diff --git a/lib/org.springframework.context-3.0.0.M4.jar b/lib/org.springframework.context-3.0.0.M4.jar deleted file mode 100644 index a902f3ff..00000000 Binary files a/lib/org.springframework.context-3.0.0.M4.jar and /dev/null differ diff --git a/lib/org.springframework.context-3.0.1.RELEASE.jar b/lib/org.springframework.context-3.0.1.RELEASE.jar new file mode 100644 index 00000000..c6cdafb3 Binary files /dev/null and b/lib/org.springframework.context-3.0.1.RELEASE.jar differ diff --git a/lib/org.springframework.context.support-3.0.0.M4.jar b/lib/org.springframework.context.support-3.0.0.M4.jar deleted file mode 100644 index d38622cc..00000000 Binary files a/lib/org.springframework.context.support-3.0.0.M4.jar and /dev/null differ diff --git a/lib/org.springframework.context.support-3.0.1.RELEASE.jar b/lib/org.springframework.context.support-3.0.1.RELEASE.jar new file mode 100644 index 00000000..c27b91dc Binary files /dev/null and b/lib/org.springframework.context.support-3.0.1.RELEASE.jar differ diff --git a/lib/org.springframework.core-3.0.0.M4.jar b/lib/org.springframework.core-3.0.0.M4.jar deleted file mode 100644 index 7feb6502..00000000 Binary files a/lib/org.springframework.core-3.0.0.M4.jar and /dev/null differ diff --git a/lib/org.springframework.core-3.0.1.RELEASE.jar b/lib/org.springframework.core-3.0.1.RELEASE.jar new file mode 100644 index 00000000..f1a0de67 Binary files /dev/null and b/lib/org.springframework.core-3.0.1.RELEASE.jar differ diff --git a/lib/org.springframework.expression-3.0.0.M4.jar b/lib/org.springframework.expression-3.0.0.M4.jar deleted file mode 100644 index cd4950d0..00000000 Binary files a/lib/org.springframework.expression-3.0.0.M4.jar and /dev/null differ diff --git a/lib/org.springframework.expression-3.0.1.RELEASE.jar b/lib/org.springframework.expression-3.0.1.RELEASE.jar new file mode 100644 index 00000000..f5e91168 Binary files /dev/null and b/lib/org.springframework.expression-3.0.1.RELEASE.jar differ