(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1aac0be5374eb04ecdd0d2513ac7544948451ebd..ba7e1382288d1f27db36f2d181b164cf6efd5d6f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,17 +1,19 @@
-<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">
+<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">
 
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-code-style</artifactId>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>wamblee-code-style</name>
   <scm>
-    <url>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-code-style-1.0</url>
-    <connection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-code-style-1.0</connection>
-    <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-code-style-1.0</developerConnection>
+    <url>https://wamblee.org/viewvc/code-style</url>
+    <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk/build-tools</connection>
+    <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk/build-tools</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>