Author: jbonofre
Date: Tue Feb 21 15:33:37 2012
New Revision: 1291872
URL: http://svn.apache.org/viewvc?rev=1291872&view=rev
Log:
Fix the few jung POM statements
Modified:
servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml
Modified: servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml?rev=1291872&r1=1291871&r2=1291872&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml Tue Feb 21
15:33:37 2012
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>8</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -39,9 +39,9 @@
<pkgGroupId>net.sf.jung</pkgGroupId>
<pkgArtifactId>jung-graph-impl</pkgArtifactId>
<pkgVersion>2.0.1</pkgVersion>
- <servicemix.osgi.export.pkg>
+ <servicemix.osgi.export>
edu.uci.ics.jung*;version="${project.version}";-noimport:=true
- </servicemix.osgi.export.pkg>
+ </servicemix.osgi.export>
<servicemix.osgi.import.pkg>
org.apache.commons.collections15;version:="[4,5)",
*
@@ -56,6 +56,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>
@@ -63,7 +72,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.4</version>
<executions>
<execution>
<phase>package</phase>
@@ -92,4 +100,5 @@
</plugin>
</plugins>
</build>
+
</project>