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 2014/01/17 21:37:47 UTC

svn commit: r1559246 - in /commons/proper/vfs/branches/POMRELEASE: dist/pom.xml pom.xml

Author: sebb
Date: Fri Jan 17 20:37:47 2014
New Revision: 1559246

URL: http://svn.apache.org/r1559246
Log:
pom fixes

Modified:
    commons/proper/vfs/branches/POMRELEASE/dist/pom.xml
    commons/proper/vfs/branches/POMRELEASE/pom.xml

Modified: commons/proper/vfs/branches/POMRELEASE/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/branches/POMRELEASE/dist/pom.xml?rev=1559246&r1=1559245&r2=1559246&view=diff
==============================================================================
--- commons/proper/vfs/branches/POMRELEASE/dist/pom.xml (original)
+++ commons/proper/vfs/branches/POMRELEASE/dist/pom.xml Fri Jan 17 20:37:47 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/branches/POMRELEASE/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/branches/POMRELEASE/pom.xml?rev=1559246&r1=1559245&r2=1559246&view=diff
==============================================================================
--- commons/proper/vfs/branches/POMRELEASE/pom.xml (original)
+++ commons/proper/vfs/branches/POMRELEASE/pom.xml Fri Jan 17 20:37:47 2014
@@ -48,9 +48,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/vfs/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/branches/POMRELEASE</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/branches/POMRELEASE</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/vfs/branches/POMRELEASE/</url>
   </scm>
 
   <developers>
@@ -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>