[maven-release-plugin] prepare release wamblee-code-style-1.1
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index ba7e1382288d1f27db36f2d181b164cf6efd5d6f..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/trunk/build-tools</connection>
-    <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk/build-tools</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>