You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2011/01/17 11:55:16 UTC

svn commit: r1059862 - /myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml

Author: matzew
Date: Mon Jan 17 10:55:16 2011
New Revision: 1059862

URL: http://svn.apache.org/viewvc?rev=1059862&view=rev
Log:
[maven-release-plugin] prepare release checkstyle-rules-2

Modified:
    myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml?rev=1059862&r1=1059861&r2=1059862&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml Mon Jan 17 10:55:16 2011
@@ -17,8 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<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>
 
   <parent>
@@ -36,7 +35,7 @@
   <groupId>org.apache.myfaces.buildtools</groupId>
   <artifactId>checkstyle-rules</artifactId>
   <packaging>jar</packaging>
-  <version>2-SNAPSHOT</version>
+  <version>2</version>
   <name>checkstyle-rules</name>
   <url>http://maven.apache.org</url>
 
@@ -67,4 +66,10 @@
     </plugins>
   </build>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags/checkstyle-rules-2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags/checkstyle-rules-2</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-build-tools/tags/checkstyle-rules-2</url>
+  </scm>
 </project>