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> 


Reply via email to