You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/11/29 10:26:03 UTC

svn commit: r1207803 - in /servicemix/smx4/nmr/trunk: branding/ pom.xml

Author: gertv
Date: Tue Nov 29 09:26:02 2011
New Revision: 1207803

URL: http://svn.apache.org/viewvc?rev=1207803&view=rev
Log:
SMX4NMR-287: Remove obsolete branding module

Removed:
    servicemix/smx4/nmr/trunk/branding/
Modified:
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=1207803&r1=1207802&r2=1207803&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Tue Nov 29 09:26:02 2011
@@ -36,7 +36,6 @@
 
   <modules>
       <module>parent</module>
-      <module>branding</module>
       <module>document</module>
       <module>naming</module>
       <module>nmr</module>
@@ -107,12 +106,6 @@
       <!-- Maven Plugins -->
       <depends-maven-plugin.version>1.2</depends-maven-plugin.version>
       <build-helper-maven-plugin.version>1.5</build-helper-maven-plugin.version>
-      <!-- 
-        Fix the assembly plugin version to avoid:
-        http://jira.codehaus.org/browse/MASSEMBLY-462
-      -->
-      <maven-assembly-plugin.version>2.2-beta-4</maven-assembly-plugin.version>
-      
   </properties>
   
 
@@ -418,11 +411,6 @@
               </plugin>
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-assembly-plugin</artifactId>
-                  <version>${maven-assembly-plugin.version}</version>
-              </plugin>
-              <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-dependency-plugin</artifactId>
                   <version>2.1</version>
               </plugin>