(no commit message)
[utils] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5
6   <modelVersion>4.0.0</modelVersion>
7   <groupId>org.wamblee</groupId>
8   <artifactId>wamblee-code-style</artifactId>
9   <version>1.0-SNAPSHOT</version>
10   <packaging>jar</packaging>
11
12   <name>wamblee-code-style</name>
13   <scm>
14     <url>https://wamblee.org/viewvc/code-style</url>
15     <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk/build-tools</connection>
16     <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk/build-tools</developerConnection>
17   </scm>
18
19   <parent>
20     <groupId>org.wamblee</groupId>
21     <artifactId>wamblee-utils</artifactId>
22     <version>0.2.1</version>
23   </parent>
24
25 </project>