changed version number to 1.0-b3 for release REL-1_0_b3
authormaxcooper <maxcooper>
Mon, 26 Aug 2002 11:45:54 +0000 (11:45 +0000)
committermaxcooper <maxcooper>
Mon, 26 Aug 2002 11:45:54 +0000 (11:45 +0000)
HISTORY
INSTALL
README
build.xml
conf/share/MANIFEST.MF

diff --git a/HISTORY b/HISTORY
index cacf168..b91cc61 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,9 +1,9 @@
-$Id: HISTORY,v 1.5 2002/08/21 21:33:39 maxcooper Exp $
-$Revision: 1.5 $
-$Date: 2002/08/21 21:33:39 $
+$Id: HISTORY,v 1.6 2002/08/26 11:45:54 maxcooper Exp $
+$Revision: 1.6 $
+$Date: 2002/08/26 11:45:54 $
 
 
-     Security Filter v1.0-b3-dev
+       Security Filter v1.0-b3
 ======================================
 http://securityfilter.sourceforge.net/
 
@@ -12,8 +12,8 @@ This document describes the history of the Security Filter project by lising the
 changes made for each release.
 
 
-Changes made since last release
-===============================
+Release 1.0-b3, 2002-Aug-26
+===========================
 * Fixed bug that would cause NullPointerException in SimpleSecurityRealmBase
 class if isUserInRole() was called when the user was not authenticated.
 
diff --git a/INSTALL b/INSTALL
index ced7eff..acf53f3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,9 @@
-$Id: INSTALL,v 1.3 2002/08/16 00:06:37 maxcooper Exp $
-$Revision: 1.3 $
-$Date: 2002/08/16 00:06:37 $
+$Id: INSTALL,v 1.4 2002/08/26 11:45:54 maxcooper Exp $
+$Revision: 1.4 $
+$Date: 2002/08/26 11:45:54 $
 
 
-     Security Filter v1.0-b3-dev
+       Security Filter v1.0-b3 
 ======================================
 http://securityfilter.sourceforge.net/
 
diff --git a/README b/README
index 585603d..1edc121 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-$Id: README,v 1.8 2002/08/16 00:06:37 maxcooper Exp $
-$Revision: 1.8 $
-$Date: 2002/08/16 00:06:37 $
+$Id: README,v 1.9 2002/08/26 11:45:54 maxcooper Exp $
+$Revision: 1.9 $
+$Date: 2002/08/26 11:45:54 $
 
 
-    Security Filter v1.0-b3-dev
+      Security Filter v1.0-b3
 ======================================
 http://securityfilter.sourceforge.net/
 
index 3ffe0c8..354f8e1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -39,7 +39,7 @@
                                       of the Jakarta Commons Logging
                                       package (version 1.0 or later).
 
-        jakarta-regexp.jar                   (required).  The path to the JAR file
+        jakarta-regexp.jar            (required).  The path to the JAR file
                                       of the Jakarta Regexp
                                       package (version 1.2 or later).
 
@@ -83,7 +83,7 @@
     <property name="project.name" value="securityfilter"/>
 
     <!-- Version of the project -->
-    <property name="project.version" value="1.0-b3-dev"/>
+    <property name="project.version" value="1.0-b3"/>
 
 
 <!-- ========== Derived Properties ======================================== -->
index aa60a28..991cc0f 100644 (file)
@@ -6,4 +6,4 @@ Specification-Version: 1.0
 Implementation-Title: Security Filter
 Implementation-Vendor: SecurityFilter.org
 Implementation-Vendor-Id: org.securityfilter
-Implementation-Version: 1.0-b3-dev
\ No newline at end of file
+Implementation-Version: 1.0-b3
\ No newline at end of file