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/11 14:07:21 UTC

svn commit: r1033927 - in /httpcomponents/maven-notice-plugin/tags/0.0.2-RC1: ./ pom.xml src/main/java/org/apache/httpcomponents/maven/plugin/notice/NoticeMojo.java

Author: olegk
Date: Thu Nov 11 13:07:21 2010
New Revision: 1033927

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

Added:
    httpcomponents/maven-notice-plugin/tags/0.0.2-RC1/
      - copied from r1033869, httpcomponents/maven-notice-plugin/trunk/
    httpcomponents/maven-notice-plugin/tags/0.0.2-RC1/src/main/java/org/apache/httpcomponents/maven/plugin/notice/NoticeMojo.java
      - copied unchanged from r1033873, httpcomponents/maven-notice-plugin/trunk/src/main/java/org/apache/httpcomponents/maven/plugin/notice/NoticeMojo.java
Modified:
    httpcomponents/maven-notice-plugin/tags/0.0.2-RC1/pom.xml

Modified: httpcomponents/maven-notice-plugin/tags/0.0.2-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/maven-notice-plugin/tags/0.0.2-RC1/pom.xml?rev=1033927&r1=1033869&r2=1033927&view=diff
==============================================================================
--- httpcomponents/maven-notice-plugin/tags/0.0.2-RC1/pom.xml (original)
+++ httpcomponents/maven-notice-plugin/tags/0.0.2-RC1/pom.xml Thu Nov 11 13:07:21 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.2-SNAPSHOT</version>
+  <version>0.0.2</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.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/tags/0.0.2</developerConnection>
+    <url>http://svn.apache.org/repos/asf/httpcomponents/maven-notice-plugin/tags/0.0.2</url>
   </scm>
 
  <distributionManagement>