[maven-release-plugin] prepare release wamblee-code-style-1.0
[utils] / pom.xml
1 <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">
2
3
4   <modelVersion>4.0.0</modelVersion>
5   <groupId>org.wamblee</groupId>
6   <artifactId>wamblee-code-style</artifactId>
7   <version>1.0</version>
8   <packaging>jar</packaging>
9
10   <name>wamblee-code-style</name>
11   <scm>
12     <url>https://wamblee.org/viewvc/code-style/tags/wamblee-code-style-1.0</url>
13     <connection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-code-style-1.0</connection>
14     <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-code-style-1.0</developerConnection>
15   </scm>
16
17   <parent>
18     <groupId>org.wamblee</groupId>
19     <artifactId>wamblee-utils</artifactId>
20     <version>0.2.1</version>
21   </parent>
22
23 </project>