[maven-release-plugin] rollback the release of wamblee-code-style-1.0
[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/code-style/trunk</connection>
16     <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/code-style/trunk</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
26   <build>
27     <plugins>
28       <plugin>
29         <groupId>org.apache.maven.plugins</groupId>
30         <artifactId>maven-release-plugin</artifactId>
31         <version>2.0</version>
32         <configuration>
33           <autoVersionSubmodules>true</autoVersionSubmodules>
34           <goals>javadoc:jar deploy</goals>
35           <tagBase>https://wamblee.org/svn/public/utils/tags</tagBase>
36         </configuration>
37       </plugin>
38     </plugins>
39   </build>
40   
41
42 </project>