[maven-release-plugin] prepare release apache-jspf-project-0.9.7

git-svn-id: https://svn.apache.org/repos/asf/james/jspf/trunk@784589 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assemble/pom.xml b/assemble/pom.xml
index a1c5ef6..41f7dd3 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf-project</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Apache JAMES jSPF Assembly</name>
diff --git a/pom.xml b/pom.xml
index d7981f0..51dfbd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <version>1.3</version>
   </parent>
   <name>Apache JAMES jSPF</name>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.7</version>
   <description>
     Apache James jSPF is an SPF spec implementation written in Java
   </description>
@@ -59,9 +59,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/james/jspf/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/jspf/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/james/jspf/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/jspf/tags/apache-jspf-project-0.9.7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/jspf/tags/apache-jspf-project-0.9.7</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/jspf/tags/apache-jspf-project-0.9.7</url>
   </scm>
 
   <build>
@@ -137,13 +137,13 @@
 	    <dependency>
 	      <groupId>org.apache.james.jspf</groupId>
 	      <artifactId>apache-jspf-tester</artifactId>
-        <version>0.9.7-SNAPSHOT</version>
+        <version>0.9.7</version>
       </dependency>
 	    <dependency>
 	      <groupId>org.apache.james.jspf</groupId>
 	      <artifactId>apache-jspf-resolver</artifactId>
 	      <classifier>tests</classifier>
-        <version>0.9.7-SNAPSHOT</version>
+        <version>0.9.7</version>
       </dependency>
       <dependency>
         <groupId>dnsjava</groupId>
diff --git a/resolver/pom.xml b/resolver/pom.xml
index 10fdb67..cde7e9b 100644
--- a/resolver/pom.xml
+++ b/resolver/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf-project</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Apache JAMES jSPF Resolver</name>
diff --git a/stage/pom.xml b/stage/pom.xml
index f769859..51faf90 100644
--- a/stage/pom.xml
+++ b/stage/pom.xml
@@ -17,20 +17,20 @@
   specific language governing permissions and limitations
   under the License.    
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james.jspf</groupId>
   <artifactId>stage</artifactId>
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf-project</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.7</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Apache JAMES jSPF Stage Repository</name>
   <description>Local maven repository for Apache JAMES jSPF</description>
   <packaging>pom</packaging>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.7</version>
   <repositories>
     <repository>
       <id>jspf-local-repository</id>
@@ -50,13 +50,13 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-parent</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.2</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-project</artifactId>
-      <version>1.3-SNAPSHOT</version>
+      <version>1.3</version>
       <type>pom</type>
     </dependency>
     <dependency>
diff --git a/tester/pom.xml b/tester/pom.xml
index 935815e..96197a1 100644
--- a/tester/pom.xml
+++ b/tester/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf-project</artifactId>
-    <version>0.9.7-SNAPSHOT</version>
+    <version>0.9.7</version>
   </parent>
   <name>Apache JAMES OpenSPF Tester</name>
   <description>