From 6d48af1facacb22d410a3ed75e519580c83b9145 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 12 Oct 2013 14:47:10 +0200 Subject: [PATCH] Update to release instructions Updated news.xml to give information about 0.8. --- release.sh | 6 ++++++ src/site/xdoc/news.xml | 16 +++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/release.sh b/release.sh index ffbecb63..9af30dfc 100755 --- a/release.sh +++ b/release.sh @@ -9,3 +9,9 @@ mvn -DperformRelease=true release:perform -Darguments="-Dgpg.passphrase=xxx" git push git push --tags +# Update the release in JIRA to the status Released and create a new release. + +# update src/site/xdoc/news.xml with new release info from JIRA + + + diff --git a/src/site/xdoc/news.xml b/src/site/xdoc/news.xml index ac92e9fd..fb05c817 100644 --- a/src/site/xdoc/news.xml +++ b/src/site/xdoc/news.xml @@ -8,7 +8,17 @@ Erik Brakkee -
+
+ +
    +
  • [UTILS-16] - CachedObject gets out of sync when multiple CachedObjects share the same cache +
  • +
  • [UTILS-17] - CDI integration in wicket can lead to null pointer exceptions after deserialization +
  • +
+
+
+
-
+
  • [UTILS-5] - When using test/enterprise dependency: NoClassDefFoundError: org/apache/commons/collections/set/ListOrderedSet @@ -73,7 +83,7 @@
-
+

Version 0.3 is released. This includes the new libraries support/inject, support/cdi for depenency injection with one implementation based on CDI. Also it includes wicket/joe, providing Open Transaction in View -- 2.31.1