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">
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>
12 <name>wamblee-code-style</name>
14 <url>https://wamblee.org/viewvc/code-style</url>
15 <connection>scm:svn:https://wamblee.org/svn/public/utils/code-style/trunk</connection>
16 <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/code-style/trunk</developerConnection>
20 <groupId>org.wamblee</groupId>
21 <artifactId>wamblee-utils</artifactId>
22 <version>0.2.1</version>
29 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-release-plugin</artifactId>
31 <version>2.0</version>
33 <autoVersionSubmodules>true</autoVersionSubmodules>
34 <goals>javadoc:jar deploy</goals>
35 <tagBase>https://wamblee.org/svn/public/utils/tags</tagBase>