Author: davsclaus
Date: Thu May 23 12:01:53 2013
New Revision: 1485657
URL: http://svn.apache.org/r1485657
Log:
Align osgi version to 4.3.1
Modified:
activemq/trunk/activemq-osgi/pom.xml
activemq/trunk/activemq-web-console/pom.xml
Modified: activemq/trunk/activemq-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-osgi/pom.xml?rev=1485657&r1=1485656&r2=1485657&view=diff
==============================================================================
--- activemq/trunk/activemq-osgi/pom.xml (original)
+++ activemq/trunk/activemq-osgi/pom.xml Thu May 23 12:01:53 2013
@@ -170,7 +170,8 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>4.2.0</version>
+ <version>4.3.1</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
Modified: activemq/trunk/activemq-web-console/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=1485657&r1=1485656&r2=1485657&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Thu May 23 12:01:53 2013
@@ -282,7 +282,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>4.2.0</version>
+ <version>4.3.1</version>
<scope>provided</scope>
</dependency>