<name>wamblee-code-style</name>
<scm>
<url>https://wamblee.org/viewvc/code-style</url>
- <connection>scm:svn:https://wamblee.org/svn/public/utils/code-style/trunk</connection>
- <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/code-style/trunk</developerConnection>
+ <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk/code-style</connection>
+ <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk/code-style</developerConnection>
</scm>
<parent>
<version>0.2.1</version>
</parent>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- <goals>javadoc:jar deploy</goals>
- <tagBase>https://wamblee.org/svn/public/utils/tags</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-
</project>