Author: fmeschbe Date: Tue Jan 6 23:35:13 2009 New Revision: 732248 URL: http://svn.apache.org/viewvc?rev=732248&view=rev Log: SLING-811 Add explicit version numbers for bundles to be included (don't inherit from parent pom) SLING-813 Fix versions of included bundles to ensure using the latest version
Modified:
incubator/sling/trunk/launchpad/app/pom.xml
Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=732248&r1=732247&r2=732248&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Tue Jan 6 23:35:13 2009
@@ -71,7 +71,7 @@
<artifactId>
org.apache.sling.commons.log
</artifactId>
- <version>2.0.2-incubator</version>
+ <version>2.0.3-incubator-SNAPSHOT</version>
</artifactItem>
</artifactItems>
@@ -98,6 +98,7 @@
<artifactId>
pax-web-service
</artifactId>
+ <version>0.2.3</version>
</artifactItem>
<artifactItem>
@@ -105,6 +106,9 @@
<artifactId>
org.apache.felix.webconsole
</artifactId>
+ <version>
+ 1.2.2
+ </version>
</artifactItem>
<artifactItem>
<groupId>org.apache.felix</groupId>
@@ -126,6 +130,18 @@
<artifactId>
org.apache.felix.bundlerepository
</artifactId>
+ <version>
+ 1.2.1
+ </version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>
+ org.apache.sling.extensions.threaddump
+ </artifactId>
+ <version>
+ 0.1.0-incubator-SNAPSHOT
+ </version>
</artifactItem>
</artifactItems>
@@ -144,30 +160,41 @@
</goals>
<configuration>
<artifactItems>
-
<artifactItem>
<groupId>org.apache.felix</groupId>
<artifactId>
org.apache.felix.eventadmin
</artifactId>
+ <version>
+ 1.0.0
+ </version>
</artifactItem>
<artifactItem>
<groupId>org.apache.felix</groupId>
<artifactId>
org.apache.felix.scr
</artifactId>
+ <version>
+ 1.0.6
+ </version>
</artifactItem>
<artifactItem>
<groupId>org.apache.felix</groupId>
<artifactId>
org.apache.felix.configadmin
</artifactId>
+ <version>
+ 1.0.4
+ </version>
</artifactItem>
<artifactItem>
<groupId>org.apache.felix</groupId>
<artifactId>
org.apache.felix.metatype
</artifactId>
+ <version>
+ 1.0.2
+ </version>
</artifactItem>
</artifactItems>
<excludeTransitive>true</excludeTransitive>
@@ -199,7 +226,7 @@
<artifactId>
org.apache.sling.jcr.base
</artifactId>
- <version>2.0.2-incubator</version>
+ <version>2.0.3-incubator-SNAPSHOT</version>
</artifactItem>
<artifactItem>
<groupId>
@@ -249,6 +276,7 @@
<artifactId>
commons-collections
</artifactId>
+ <version>3.2.1</version>
</artifactItem>
</artifactItems>
@@ -271,7 +299,6 @@
base sling-app
-->
<artifactItems>
-
<artifactItem>
<groupId>org.apache.sling</groupId>
<artifactId>
@@ -327,7 +354,9 @@
<artifactId>
org.apache.sling.servlets.post
</artifactId>
- <version>2.0.2-incubator</version>
+ <version>
+ 2.0.3-incubator-SNAPSHOT
+ </version>
</artifactItem>
<artifactItem>
<groupId>org.apache.sling</groupId>
@@ -386,14 +415,18 @@
<artifactId>
org.apache.sling.jcr.classloader
</artifactId>
- <version>2.0.2-incubator</version>
+ <version>
+ 2.0.3-incubator-SNAPSHOT
+ </version>
</artifactItem>
<artifactItem>
<groupId>org.apache.sling</groupId>
<artifactId>
org.apache.sling.bundleresource.impl
</artifactId>
- <version>2.0.2-incubator</version>
+ <version>
+ 2.0.3-incubator-SNAPSHOT
+ </version>
</artifactItem>
<!-- Launchpad initial content -->
@@ -445,7 +478,9 @@
<artifactId>
org.apache.sling.scripting.jsp.taglib
</artifactId>
- <version>2.0.2-incubator</version>
+ <version>
+ 2.0.3-incubator-SNAPSHOT
+ </version>
</artifactItem>
<artifactItem>
<groupId>org.apache.sling</groupId>
