Author: sebb
Date: Thu Jan 30 11:37:11 2014
New Revision: 1562786

URL: http://svn.apache.org/r1562786
Log:
Change to use CP release profile

Modified:
    commons/proper/vfs/trunk/dist/pom.xml
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/dist/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/pom.xml?rev=1562786&r1=1562785&r2=1562786&view=diff
==============================================================================
--- commons/proper/vfs/trunk/dist/pom.xml (original)
+++ commons/proper/vfs/trunk/dist/pom.xml Thu Jan 30 11:37:11 2014
@@ -37,7 +37,7 @@ limitations under the License.
 
   <profiles>
     <profile>
-      <id>apache-release</id>
+      <id>release</id>
       <dependencies>
         <dependency>
           <groupId>org.apache.commons</groupId>

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1562786&r1=1562785&r2=1562786&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Jan 30 11:37:11 2014
@@ -550,17 +550,14 @@
       </build>
     </profile>
     <profile>
-      <id>apache-release</id>
+      <id>release</id>
       <build>
-
         <plugins>
-
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <executions>
-              <!-- Don't build the source archives here. They are constructed 
in the dist project -->
+              <!-- Don't build the archives here. They are constructed in the 
dist project -->
               <execution>
-                <id>source-release-assembly</id>
                 <configuration>
                   <skipAssembly>true</skipAssembly>
                 </configuration>
@@ -570,11 +567,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>cleanup-release</id>
-      <build>
-      </build>
-    </profile>
 
   </profiles>
 </project>


Reply via email to