[maven-release-plugin] prepare release wamblee-code-style-1.1
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6d3f08704e8ad0a75a0a4a0192b86560eb6885f4..1182927bb8cc687ea8e1b03d1519edf22bb700fa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,19 +1,17 @@
-<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-SNAPSHOT</version>
+  <version>1.1</version>
   <packaging>jar</packaging>
 
   <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>
+    <url>https://wamblee.org/viewvc/code-style/tags/wamblee-code-style-1.1</url>
+    <connection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-code-style-1.1</connection>
+    <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-code-style-1.1</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>