You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/02/11 13:21:00 UTC

svn commit: r1069792 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml

Author: lcorneliussen
Date: Fri Feb 11 13:21:00 2011
New Revision: 1069792

URL: http://svn.apache.org/viewvc?rev=1069792&view=rev
Log:
Was still using npanday.plugin:maven-deploy-plugin
Removed the configuration, hopefully without breaking anything. (I remember strong-named NPanday.Model.Pom was sometimes omited from the repo)

Modified:
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml?rev=1069792&r1=1069791&r2=1069792&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml Fri Feb 11 13:21:00 2011
@@ -85,16 +85,7 @@ under the License.
           <configuration> 
             <isGacInstall>true</isGacInstall> 
           </configuration> 
-        </plugin> 
-        <!-- temporarily retained until we can use the new deploy lifecycle
-             with the standard plugin -->
-        <plugin> 
-          <groupId>npanday.plugin</groupId>  
-          <artifactId>maven-deploy-plugin</artifactId>  
-          <configuration> 
-            <classifier>4b435f4d76e2f0e6</classifier>
-          </configuration> 
-        </plugin> 
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>