From 26a920eec5fb8855fbabc10966e35c5a6e967a3e Mon Sep 17 00:00:00 2001
From: Jan-Pascal van Best <janpascal@vanbest.org>
Date: Thu, 3 Jan 2013 15:24:14 +0100
Subject: [PATCH] [maven-release-plugin] prepare release 1.1.0

---
 pom.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7bd6879..500a79b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,8 @@
-<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.vanbest.xmltv.tv_grab_nl_java</groupId>
 	<artifactId>tv_grab_nl_java</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
     	<scm>
   		<connection>scm:git:git://github.com/janpascal/tv_grab_nl_java.git</connection>
  	 	<developerConnection>scm:git:https://janpascal@github.com/janpascal/tv_grab_nl_java.git</developerConnection>
@@ -90,12 +89,12 @@
             <configuration>
               <tasks>
                 <!-- Safety -->
-                <mkdir dir="${project.build.directory}"/>
+                <mkdir dir="${project.build.directory}" />
 
                 <tstamp>
-                  <format property="last.updated" pattern="yyyy-MM-dd hh:mm:ss"/>
+                  <format property="last.updated" pattern="yyyy-MM-dd hh:mm:ss" />
                 </tstamp>
-                <echo file="${basedir}/target/filter.properties" message="build.time=${last.updated}"/>
+                <echo file="${basedir}/target/filter.properties" message="build.time=${last.updated}" />
               </tasks>
             </configuration>
           </execution>
@@ -138,7 +137,7 @@
             								</goals>
             							</pluginExecutionFilter>
             							<action>
-            								<ignore></ignore>
+            								<ignore />
             							</action>
             						</pluginExecution>
             					</pluginExecutions>
-- 
2.39.5