You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/11/01 15:23:08 UTC

svn commit: r1196006 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Tue Nov  1 14:23:08 2011
New Revision: 1196006

URL: http://svn.apache.org/viewvc?rev=1196006&view=rev
Log:
Updated to CP-22
Add Implementation-Build manifest headers

Modified:
    commons/proper/net/trunk/pom.xml

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1196006&r1=1196005&r2=1196006&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Nov  1 14:23:08 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>21</version>
+        <version>22</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>
@@ -201,6 +201,7 @@ Supported protocols include: Echo, Finge
                                         <attribute name="Implementation-Vendor" value="${project.organization.name}" />
                                         <attribute name="Implementation-Version" value="${project.version}" />
                                         <attribute name="Implementation-Vendor-Id" value="org.apache" />
+                                        <attribute name="Implementation-Build" value="${implementation.build}"/>
                                         <attribute name="X-Compile-Source-JDK" value="${maven.compile.source}" />
                                         <attribute name="X-Compile-Target-JDK" value="${maven.compile.target}" />
                                     </manifest>
@@ -219,6 +220,7 @@ Supported protocols include: Echo, Finge
                                         <attribute name="Implementation-Vendor" value="${project.organization.name}" />
                                         <attribute name="Implementation-Version" value="${project.version}" />
                                         <attribute name="Implementation-Vendor-Id" value="org.apache" />
+                                        <attribute name="Implementation-Build" value="${implementation.build}"/>
                                         <attribute name="X-Compile-Source-JDK" value="${maven.compile.source}" />
                                         <attribute name="X-Compile-Target-JDK" value="${maven.compile.target}" />
                                     </manifest>