You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/01/23 17:21:06 UTC

svn commit: r1234881 - in /servicemix/smx4/bundles/trunk: ./ abdera-0.4.0-incubating/ ant-1.7.0/ ant-1.8.2/ antlr-3.0.1/ antlr-3.4/ antlr-runtime-3.0.1/ antlr-runtime-3.2/ antlr-runtime-3.4/ aopalliance-1.0/ asm-3.1/ asm-3.3.1/ aspectj-1.6.12/ atlassia...

Author: jbonofre
Date: Mon Jan 23 16:21:05 2012
New Revision: 1234881

URL: http://svn.apache.org/viewvc?rev=1234881&view=rev
Log:
[SMX4-919] Start of adding the sources artifact generation

Modified:
    servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml
    servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml
    servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml
    servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml
    servicemix/smx4/bundles/trunk/antlr-3.4/pom.xml
    servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml
    servicemix/smx4/bundles/trunk/antlr-runtime-3.2/pom.xml
    servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml
    servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml
    servicemix/smx4/bundles/trunk/asm-3.1/pom.xml
    servicemix/smx4/bundles/trunk/asm-3.3.1/pom.xml
    servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml
    servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml
    servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml
    servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml
    servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml
    servicemix/smx4/bundles/trunk/aws-java-sdk-1.2.12/pom.xml
    servicemix/smx4/bundles/trunk/aws-java-sdk-1.3.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -23,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -108,6 +109,21 @@
             <version>3.1_3</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sourcces -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>abdera-core</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-codec</groupId>
+                    <artifactId>commons-codec</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
 
     <repositories>
@@ -153,4 +169,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
@@ -23,7 +24,7 @@
     <parent>
 	    <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>bundles-pom</artifactId>
-	    <version>6</version>
+	    <version>8-SNAPSHOT</version>
 	    <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -63,6 +64,24 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>ant</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <!-- Not available on central
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-launcher</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -105,4 +124,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -63,6 +64,8 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources are not present on central -->
     </dependencies>
 
     <build>

Modified: servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -23,8 +24,8 @@
     <parent>
 	    <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>bundles-pom</artifactId>
-	    <version>6</version>
-       <relativePath>../bundles-pom/pom.xml</relativePath>
+	    <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -58,6 +59,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -93,4 +103,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/antlr-3.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-3.4/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-3.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-3.4/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -58,6 +59,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>

Modified: servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
@@ -57,6 +57,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
     
     <build>
@@ -92,4 +101,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/antlr-runtime-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-runtime-3.2/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-runtime-3.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-runtime-3.2/pom.xml Mon Jan 23 16:21:05 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
@@ -57,6 +57,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
     
     <build>
@@ -92,4 +101,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml Mon Jan 23 16:21:05 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
@@ -57,6 +57,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
     
     <build>

Modified: servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -21,10 +22,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	    <groupId>org.apache.servicemix.bundles</groupId>
-	    <artifactId>bundles-pom</artifactId>
-	    <version>6</version>
-       <relativePath>../bundles-pom/pom.xml</relativePath>        
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -47,6 +48,16 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 
@@ -83,4 +94,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/asm-3.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/asm-3.1/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/asm-3.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/asm-3.1/pom.xml Mon Jan 23 16:21:05 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -56,6 +56,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>asm-all</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -91,4 +100,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/asm-3.3.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/asm-3.3.1/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/asm-3.3.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/asm-3.3.1/pom.xml Mon Jan 23 16:21:05 2012
@@ -56,6 +56,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>asm-all</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -91,4 +100,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml Mon Jan 23 16:21:05 2012
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -55,11 +55,29 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>aspectjrt</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>aspectjweaver</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>aspectjrt</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>aspectjweaver</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
         </dependency>
     </dependencies>
     

Modified: servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml Mon Jan 23 16:21:05 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -77,6 +77,29 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>atlassian-xmlrpc-binder-annotations</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>atlassian-xmlrpc-binder</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>atlassian-xmlrpc-binder-client-apache</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -126,4 +149,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml Mon Jan 23 16:21:05 2012
@@ -57,6 +57,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>

Modified: servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml Mon Jan 23 16:21:05 2012
@@ -60,6 +60,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>

Modified: servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml Mon Jan 23 16:21:05 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -63,6 +63,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -98,4 +107,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/aws-java-sdk-1.2.12/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aws-java-sdk-1.2.12/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aws-java-sdk-1.2.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aws-java-sdk-1.2.12/pom.xml Mon Jan 23 16:21:05 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -64,6 +64,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -99,4 +108,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/aws-java-sdk-1.3.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aws-java-sdk-1.3.0/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aws-java-sdk-1.3.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aws-java-sdk-1.3.0/pom.xml Mon Jan 23 16:21:05 2012
@@ -62,6 +62,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1234881&r1=1234880&r2=1234881&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Jan 23 16:21:05 2012
@@ -43,6 +43,26 @@
 
     <modules>
         <module>bundles-pom</module>
+
+        <module>abdera-0.4.0-incubating</module>
+        <module>ant-1.7.0</module>
+        <module>ant-1.8.2</module>
+        <module>antlr-3.0.1</module>
+        <module>antlr-3.4</module>
+        <module>antlr-runtime-3.0.1</module>
+        <module>antlr-runtime-3.2</module>
+        <module>antlr-runtime-3.4</module>
+        <module>aopalliance-1.0</module>
+        <module>asm-3.1</module>
+        <module>asm-3.3.1</module>
+        <module>aspectj-1.6.12</module>
+        <module>atlassian-xmlrpc-0.11</module>
+        <module>avro-1.6.1</module>
+        <module>avro-ipc-1.6.1</module>
+        <module>aws-java-sdk-1.1.1</module>
+        <module>aws-java-sdk-1.2.12</module>
+        <module>aws-java-sdk-1.3.0</module>
+
         <module>smack-3.2.1</module>
         <module>paranamer-2.4</module>
         <module>jopt-simple-4.3</module>
@@ -55,13 +75,6 @@
         <module>saxon-9.3.0.11</module>
         <module>saxon-9.4.0.1</module>
         <module>junit-4.10</module>
-        <module>ant-1.8.2</module>
-        <module>antlr-3.4</module>
-        <module>asm-3.3.1</module>
-        <module>aspectj-1.6.12</module>
-        <module>aws-java-sdk-1.1.1</module>
-        <module>aws-java-sdk-1.2.12</module>
-        <module>aws-java-sdk-1.3.0</module>
         <module>castor-1.3.2</module>
         <module>cglib-2.2.2</module>
         <module>derbynet-10.8.2.2</module>
@@ -79,8 +92,6 @@
         <module>jaxen-1.1.3</module>
         <module>jaxp-ri-1.4.5</module>
         <module>jdom-1.1.2</module>
-        <module>avro-1.6.1</module>
-        <module>avro-ipc-1.6.1</module>
         <module>jetty-cometd-6.1.26</module>
         <module>jsch-0.1.45</module>
         <module>lucene-3.5.0</module>