[maven-release-plugin] prepare release apache-whisker-0.1

git-svn-id: https://svn.apache.org/repos/asf/creadur/whisker/trunk@1510148 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-whisker-app/pom.xml b/apache-whisker-app/pom.xml
index 7a06606..5a7dcbb 100644
--- a/apache-whisker-app/pom.xml
+++ b/apache-whisker-app/pom.xml
@@ -17,17 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd"
->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.creadur.whisker</groupId>
     <artifactId>apache-whisker</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <artifactId>apache-whisker-app</artifactId>
diff --git a/apache-whisker-cli/pom.xml b/apache-whisker-cli/pom.xml
index 61afeff..c37466e 100644
--- a/apache-whisker-cli/pom.xml
+++ b/apache-whisker-cli/pom.xml
@@ -17,17 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd"
->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.creadur.whisker</groupId>
     <artifactId>apache-whisker</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <artifactId>apache-whisker-cli</artifactId>
@@ -104,8 +100,7 @@
 
             <configuration>
               <transformers>
-                <transformer
-                  implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                   <manifestEntries>
                     <Main-Class>org.apache.creadur.whisker.cli.Main</Main-Class>
                   </manifestEntries>
diff --git a/apache-whisker-model/pom.xml b/apache-whisker-model/pom.xml
index 3c6fb96..0b98336 100644
--- a/apache-whisker-model/pom.xml
+++ b/apache-whisker-model/pom.xml
@@ -17,17 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd"
->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.creadur.whisker</groupId>
     <artifactId>apache-whisker</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <artifactId>apache-whisker-model</artifactId>
diff --git a/apache-whisker-plugin4maven/pom.xml b/apache-whisker-plugin4maven/pom.xml
index 8aa0d22..a1674c7 100644
--- a/apache-whisker-plugin4maven/pom.xml
+++ b/apache-whisker-plugin4maven/pom.xml
@@ -17,17 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd"
->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.creadur.whisker</groupId>
     <artifactId>apache-whisker</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <artifactId>apache-whisker-plugin4maven</artifactId>
diff --git a/apache-whisker-scan/pom.xml b/apache-whisker-scan/pom.xml
index 6036252..c5ef38a 100644
--- a/apache-whisker-scan/pom.xml
+++ b/apache-whisker-scan/pom.xml
@@ -17,17 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd"
->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.creadur.whisker</groupId>
     <artifactId>apache-whisker</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <artifactId>apache-whisker-scan</artifactId>
diff --git a/apache-whisker-velocity/pom.xml b/apache-whisker-velocity/pom.xml
index aceed79..31f16d5 100644
--- a/apache-whisker-velocity/pom.xml
+++ b/apache-whisker-velocity/pom.xml
@@ -17,17 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd"
->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.creadur.whisker</groupId>
     <artifactId>apache-whisker</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <artifactId>apache-whisker-velocity</artifactId>
diff --git a/apache-whisker-xml/pom.xml b/apache-whisker-xml/pom.xml
index f0d7d3d..4947f3f 100644
--- a/apache-whisker-xml/pom.xml
+++ b/apache-whisker-xml/pom.xml
@@ -17,17 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd"
->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.creadur.whisker</groupId>
     <artifactId>apache-whisker</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
 
   <artifactId>apache-whisker-xml</artifactId>
diff --git a/pom.xml b/pom.xml
index 9733b07..936e330 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,15 +16,15 @@
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
---><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/xsd/maven-4.0.0.xsd">
+--><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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.creadur.whisker</groupId>
   <artifactId>apache-whisker</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1</version>
   <packaging>pom</packaging>
 
-  <dependencies/>
+  <dependencies />
 
   <parent>
     <groupId>org.apache</groupId>
@@ -341,9 +341,9 @@
   </distributionManagement>
 
   <scm>
-  	<url>http://svn.apache.org/repos/asf/creadur/whisker/trunk</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/whisker/trunk</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/whisker/trunk</developerConnection>
+  	<url>http://svn.apache.org/repos/asf/creadur/whisker/tags/apache-whisker-0.1</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/whisker/tags/apache-whisker-0.1</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/whisker/tags/apache-whisker-0.1</developerConnection>
   </scm>
 
   <ciManagement>