Updating the scout site to reflect the 1.0 release.

git-svn-id: https://svn.apache.org/repos/asf/webservices/scout/trunk@780671 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index 77463db..fbc1bc4 100644
--- a/README
+++ b/README
@@ -88,7 +88,29 @@
     scout-dev-subscribe@ws.apache.org

   

   

-RELEASE NOTES

+Release Notes - Scout - Version 1.0

+

+Bug

+

+    * [SCOUT-21] - can't configure transport class property using the properties in the factory

+    * [SCOUT-22] - ServiceBindings are not populated when quering for a organization or service

+    * [SCOUT-55] - Scout ignores ownership of registry objects when querying with BusinessQueryManager.getRegistryObjects(LifeCycleManager.ORGANIZATION)

+    * [SCOUT-61] - ScoutJaxrUddiHelper returns BindingTemplate without AccessPoint/HostingRedirector

+    * [SCOUT-64] - Missing / moved DOAP file

+    * [SCOUT-67] - ClassCastException in BusinessQueryManager.getRegistryObject(...,LifeCycleManager.SERVICE)

+    * [SCOUT-68] - java.lang.NullPointerException in ScoutUddiJaxrHelper.getServiceBinding(ScoutUddiJaxrHelper.java:437)

+    * [SCOUT-70] - JAXR060 throws stack traces

+    * [SCOUT-71] - TModelBag a required element in findBinding

+    * [SCOUT-75] - Need lazy loading of Organization from ServiceImpl

+

+Improvement

+

+    * [SCOUT-57] - BusinessQueryManagerTest only tests one of the methods of BusinessQueryManager

+

+New Feature

+

+    * [SCOUT-20] - Enabling RMI access to jUDDI

+

 

   Release Notes - Scout - Version 1.0rc2

 ** Bug

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index a79c85b..80bd559 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -58,7 +58,8 @@
       <section name="Getting Started">
         <p>Download the Scout-1.0.jar and set up a UDDI-2.0 compliant Registry like 
         <a href="http://ws.apache.org/juddi/">jUDDI-2.x</a>. Check out the unittest in the
-        Scout project as they are nice examples on how to use the JAXR API. The unittest
+        Scout project as they are nice examples on how to use the JAXR API. The 
+        <a href="http://svn.apache.org/viewvc/webservices/scout/trunk/scout/src/test/">unit-tests</a>
         use embedded jUDDI backed by an embedded Derby database. The configuration
         for this can be found in the scout.properties and juddi.properties files.
         </p>
diff --git a/src/site/xdoc/releases.xml b/src/site/xdoc/releases.xml
index 5cdd425..b481a97 100644
--- a/src/site/xdoc/releases.xml
+++ b/src/site/xdoc/releases.xml
@@ -16,6 +16,12 @@
           <td><strong>Date</strong></td>
           <td><strong>Description</strong></td>
         </tr>
+        <tr>
+          <td><a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/scout/scout/1.0/scout-1.0.jar">scout-1.0</a><br/>
+              <a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/scout/jaxr-api/1.0/jaxr-api-1.0.jar">jaxr-api-1.0</a></td>
+          <td>5 May, 2009</td>
+          <td>Version 1.0</td>
+        </tr>
 		<tr>
           <td><a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/scout/scout/1.0rc2/scout-1.0rc2.jar">scout-1.0rc2</a><br/>
               <a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/scout/jaxr-api/1.0rc2/jaxr-api-1.0rc2.jar">jaxr-api-1.0rc2</a></td>