You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/05/06 08:10:40 UTC

svn commit: r772062 - in /incubator/sling/trunk/launchpad/testing: pom.xml pom.xml.releaseBackup release.properties

Author: cziegeler
Date: Wed May  6 06:10:40 2009
New Revision: 772062

URL: http://svn.apache.org/viewvc?rev=772062&view=rev
Log:
Remove release artifacts and don't use assembly plugin.

Removed:
    incubator/sling/trunk/launchpad/testing/pom.xml.releaseBackup
    incubator/sling/trunk/launchpad/testing/release.properties
Modified:
    incubator/sling/trunk/launchpad/testing/pom.xml

Modified: incubator/sling/trunk/launchpad/testing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/pom.xml?rev=772062&r1=772061&r2=772062&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/launchpad/testing/pom.xml Wed May  6 06:10:40 2009
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>6-incubator-SNAPSHOT</version>
+        <version>5-incubator</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -288,15 +288,6 @@
                     </systemProperties>
                 </configuration>
             </plugin>
-
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <configuration>
-                    <descriptors>
-                        <descriptor>src/main/assembly/bin.xml</descriptor>
-                    </descriptors>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
     <reporting>