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/13 14:31:15 UTC

svn commit: r1034755 - /httpcomponents/project/pom.xml

Author: olegk
Date: Sat Nov 13 13:31:15 2010
New Revision: 1034755

URL: http://svn.apache.org/viewvc?rev=1034755&view=rev
Log:
Added LICENSE and NOTICE plugin; upgraded version to 4.1.1

Modified:
    httpcomponents/project/pom.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=1034755&r1=1034754&r2=1034755&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Sat Nov 13 13:31:15 2010
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>project</artifactId>
-  <version>4.1</version>
+  <version>4.1.1</version>
   <packaging>pom</packaging>
   <name>HttpComponents</name>
   <url>http://hc.apache.org/</url>
@@ -382,7 +382,6 @@
           <artifactId>maven-surefire-report-plugin</artifactId>
           <version>2.5</version>
         </plugin>
-        <!-- Other plugins, alpha order by groupId and artifactId -->
         <plugin>
           <artifactId>maven-resources-plugin</artifactId>
           <version>2.4.3</version>
@@ -405,6 +404,7 @@
             </execution>
           </executions>
         </plugin>
+        <!-- Other plugins, alpha order by groupId and artifactId -->
         <plugin>
           <groupId>com.agilejava.docbkx</groupId>
           <artifactId>docbkx-maven-plugin</artifactId>
@@ -425,6 +425,22 @@
           <artifactId>clirr-maven-plugin</artifactId>
           <version>2.2.2</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-notice-plugin</artifactId>
+          <groupId>org.apache.httpcomponents</groupId>
+          <version>0.0.2</version>
+          <executions>
+            <execution>
+              <id>attach-notice-license</id>
+              <goals>
+                <goal>generate</goal>
+              </goals>
+            </execution>
+          </executions>
+          <configuration>
+            <projectTitle>Apache HttpComponents</projectTitle>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>