[maven-release-plugin] prepare for next development iteration
[mapasuta/mapasuta-linotype-skin.git] / pom.xml
blob040b237db21f2b405f79529db69eefa3cb854cbc
1 <?xml version="1.0" encoding="utf-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>net.sf.mapasuta</groupId>
6     <artifactId>mapasuta-umbrella</artifactId>
7     <version>0.0.7</version>
8     <relativePath>../umbrella/pom.xml</relativePath>
9   </parent>
10   <groupId>net.sf.mapasuta.build.maven.skins</groupId>
11   <artifactId>mapasuta-linotype-skin</artifactId>
12   <packaging>jar</packaging>
13   <version>0.2-SNAPSHOT</version>
14   <name>Linotype Skin for Mapasuta</name>
15   <description>Skin for sites generated by Maven based on the linotype theme by Stefano Mazzocchi</description>
16   <scm>
17     <connection>scm:git:git://repo.or.cz/mapasuta/mapasuta-linotype-skin.git</connection>
18     <developerConnection>scm:git:git://repo.or.cz/mapasuta/mapasuta-linotype-skin.git</developerConnection>
19     <url>http://repo.or.cz/r/mapasuta/mapasuta-linotype-skin.git</url>
20   </scm>
21   <build>
22     <resources>
23       <resource>
24         <directory>src/main/resources</directory>
25       </resource>
26     </resources>
27   </build>
28 </project>