You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2010/11/02 22:27:43 UTC

svn commit: r1030234 - in /httpcomponents/maven-notice-plugin/tags/0.0.1-RC1: ./ pom.xml

Author: olegk
Date: Tue Nov  2 21:27:43 2010
New Revision: 1030234

URL: http://svn.apache.org/viewvc?rev=1030234&view=rev
Log:
Maven LICENSE and NOTICE plugin 0.0.1-RC1 tag

Added:
    httpcomponents/maven-notice-plugin/tags/0.0.1-RC1/
      - copied from r1030232, httpcomponents/maven-notice-plugin/trunk/
Modified:
    httpcomponents/maven-notice-plugin/tags/0.0.1-RC1/pom.xml

Modified: httpcomponents/maven-notice-plugin/tags/0.0.1-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/maven-notice-plugin/tags/0.0.1-RC1/pom.xml?rev=1030234&r1=1030232&r2=1030234&view=diff
==============================================================================
--- httpcomponents/maven-notice-plugin/tags/0.0.1-RC1/pom.xml (original)
+++ httpcomponents/maven-notice-plugin/tags/0.0.1-RC1/pom.xml Tue Nov  2 21:27:43 2010
@@ -29,7 +29,7 @@
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>maven-notice-plugin</artifactId>
   <name>Maven NOTICE and LICENSE plugin</name>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1</version>
   <description>Maven plugin for automatic generation of NOTICE and LICENSE resources</description>
   <url>http://hc.apache.org/</url>
   <inceptionYear>2010</inceptionYear>
@@ -49,9 +49,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/tags/0.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/tags/0.0.1</developerConnection>
+    <url>http://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/tags/0.0.1</url>
   </scm>
 
   <properties>