aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-16 22:53:39 +0100
committerJulien Eluard <[email protected]>2010-11-16 22:53:39 +0100
commita65ad439356521fd0f17287aa4a4f270654ee9dd (patch)
tree8baf6ef4aeff8fe4d69c18205babd31161087a0b /pom.xml
parentd398b613b38b3f9da6a5478e15976286e95a6bad (diff)
[maven-release-plugin] prepare release parent-0.9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 7947a9e..c1cbbcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-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.semver</groupId>
<artifactId>parent</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
<packaging>pom</packaging>
<name>Semantic Versioning Parent</name>
@@ -130,19 +129,19 @@
<configuration>
<target>
<tstamp>
- <format property="now" pattern="yyyy-MM-dd hh:mm"/>
+ <format property="now" pattern="yyyy-MM-dd hh:mm" />
</tstamp>
<exec executable="git" dir="${gh-pages-dir}" failonerror="true">
- <arg line="pull origin gh-pages"/>
+ <arg line="pull origin gh-pages" />
</exec>
<exec executable="git" dir="${gh-pages-dir}" failonerror="true">
- <arg line="add ."/>
+ <arg line="add ." />
</exec>
<exec executable="git" dir="${gh-pages-dir}" failonerror="true">
- <arg line="commit -a -m 'update gh-pages ${project.version} ${now}'"/>
+ <arg line="commit -a -m 'update gh-pages ${project.version} ${now}'" />
</exec>
<exec executable="git" dir="${gh-pages-dir}" failonerror="true">
- <arg line="push origin gh-pages"/>
+ <arg line="push origin gh-pages" />
</exec>
</target>
</configuration>