Skip to content

Commit

Permalink
Update to jbosgi-resolver-2.0.0.Beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Diesler committed Mar 12, 2012
1 parent 06f3003 commit 7d762bb
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 30 deletions.
2 changes: 1 addition & 1 deletion distribution/docbook/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.jboss.osgi.distribution</groupId>
<artifactId>jboss-osgi-distribution</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>JBossOSGi Distribution Userguide</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/installer/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.osgi.distribution</groupId>
<artifactId>jboss-osgi-distribution</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<!-- Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion distribution/javadoc/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.osgi.distribution</groupId>
<artifactId>jboss-osgi-distribution</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<!-- Properties -->
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<!-- Modules -->
Expand Down
27 changes: 19 additions & 8 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@
<artifactId>jboss-osgi</artifactId>
<packaging>pom</packaging>

<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>

<!-- Source Control -->
<scm>
Expand Down Expand Up @@ -61,13 +61,13 @@
<version.jboss.osgi.deployment>1.0.12.Final</version.jboss.osgi.deployment>
<version.jboss.osgi.equinox>3.5.2.SP1</version.jboss.osgi.equinox>
<version.jboss.osgi.felix>3.0.4</version.jboss.osgi.felix>
<version.jboss.osgi.framework>1.1.8.Final</version.jboss.osgi.framework>
<version.jboss.osgi.http>1.0.5</version.jboss.osgi.http>
<version.jboss.osgi.framework>1.2.0-SNAPSHOT</version.jboss.osgi.framework>
<version.jboss.osgi.javax.servlet>2.5.Final</version.jboss.osgi.javax.servlet>
<version.jboss.osgi.jmx>1.0.11</version.jboss.osgi.jmx>
<version.jboss.osgi.logging>1.0.0</version.jboss.osgi.logging>
<version.jboss.osgi.metadata>2.0.3.Final</version.jboss.osgi.metadata>
<version.jboss.osgi.repository>1.0.5</version.jboss.osgi.repository>
<version.jboss.osgi.resolver>1.0.13.Final</version.jboss.osgi.resolver>
<version.jboss.osgi.repository>1.0.6</version.jboss.osgi.repository>
<version.jboss.osgi.resolver>2.0.0.Beta4</version.jboss.osgi.resolver>
<version.jboss.osgi.spi>3.0.1.Final</version.jboss.osgi.spi>
<version.jboss.osgi.testing>1.0.2</version.jboss.osgi.testing>
<version.jboss.osgi.vfs>1.0.7.Final</version.jboss.osgi.vfs>
Expand Down Expand Up @@ -101,6 +101,12 @@
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-container-osgi-embedded</artifactId>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
<version>${version.jboss.arquillian.osgi}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -165,9 +171,9 @@
<version>${version.jboss.osgi.framework}</version>
</dependency>
<dependency>
<groupId>org.jboss.osgi.http</groupId>
<artifactId>jbosgi-http-api</artifactId>
<version>${version.jboss.osgi.http}</version>
<groupId>org.jboss.osgi</groupId>
<artifactId>javax.servlet.api</artifactId>
<version>${version.jboss.osgi.javax.servlet}</version>
</dependency>
<dependency>
<groupId>org.jboss.osgi.jmx</groupId>
Expand All @@ -189,6 +195,11 @@
<artifactId>jbosgi-repository</artifactId>
<version>${version.jboss.osgi.repository}</version>
</dependency>
<dependency>
<groupId>org.jboss.osgi.resolver</groupId>
<artifactId>jbosgi-resolver-felix-v2</artifactId>
<version>${version.jboss.osgi.resolver}</version>
</dependency>
<dependency>
<groupId>org.jboss.osgi.testing</groupId>
<artifactId>jbosgi-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactor/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>JBossOSGi Reactor</name>
Expand Down
20 changes: 10 additions & 10 deletions testsuite/example/pom.xml
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- ====================================================================== -->
<!-- -->
<!-- JBoss, the OpenSource J2EE webOS -->
<!-- -->
<!-- Distributable under LGPL license. -->
<!-- See terms of license at http://www.gnu.org. -->
<!-- -->
<!-- -->
<!-- JBoss, the OpenSource J2EE webOS -->
<!-- -->
<!-- Distributable under LGPL license. -->
<!-- See terms of license at http://www.gnu.org. -->
<!-- -->
<!-- ====================================================================== -->

<!--
Set these VM properties in your IDE debugger
-Djava.util.logging.manager=org.jboss.logmanager.LogManager
-Dtest.archive.directory=${workspace_loc:jboss-osgi-testsuite-example/target}/test-libs
-->

Expand All @@ -23,12 +24,11 @@
<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jboss-osgi-testsuite</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>JBossOSGi Testsuite Examples</name>

<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jboss-osgi-testsuite-example</artifactId>
<packaging>jar</packaging>

Expand Down Expand Up @@ -81,8 +81,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.osgi.http</groupId>
<artifactId>jbosgi-http-api</artifactId>
<groupId>org.jboss.osgi</groupId>
<artifactId>javax.servlet.api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/example/scripts/assembly-bundles.xml
Expand Up @@ -19,9 +19,9 @@
<includes>
<include>*:org.apache.felix.log:jar</include>
<include>*:org.osgi.enterprise:jar</include>
<include>*:javax.servlet.api:jar</include>
<include>*:jbosgi-repository-api:jar</include>
<include>*:jbosgi-repository:jar</include>
<include>*:jbosgi-http-api:jar</include>
<include>*:jboss-osgi-logging:jar</include>
</includes>
<useStrictFiltering>true</useStrictFiltering>
Expand Down
Expand Up @@ -17,7 +17,7 @@ org.osgi.framework.system.packages.extra=\
# Bundles that need to be installed with the Framework automatically
org.jboss.osgi.auto.install=\
file://${test.archive.directory}/bundles/org.osgi.enterprise.jar,\
file://${test.archive.directory}/bundles/jbosgi-http-api.jar,\
file://${test.archive.directory}/bundles/javax.servlet.api.jar,\
file://${test.archive.directory}/bundles/jbosgi-repository-api.jar

# Bundles that need to be started automatically
Expand Down
6 changes: 4 additions & 2 deletions testsuite/example/src/test/resources/logging.properties
Expand Up @@ -21,8 +21,10 @@
#

# Additional logger names to configure (root logger is always configured)
loggers=org.jboss.shrinkwrap
loggers=org.jboss.shrinkwrap,org.jboss.modules,org.jboss.osgi.resolver
logger.org.jboss.shrinkwrap.level=INFO
#logger.org.jboss.osgi.resolver.level=TRACE
#logger.org.jboss.modules.level=TRACE

# Root logger level
logger.level=DEBUG
Expand All @@ -33,7 +35,7 @@ logger.handlers=FILE
# Console handler configuration
handler.FILE=org.jboss.logmanager.handlers.FileHandler
handler.FILE.properties=autoFlush,fileName
handler.FILE.level=DEBUG
handler.FILE.level=TRACE
handler.FILE.autoFlush=true
handler.FILE.fileName=./target/test.log
handler.FILE.formatter=PATTERN
Expand Down
2 changes: 1 addition & 1 deletion testsuite/functional/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jboss-osgi-testsuite</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<!-- Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion testsuite/performance/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jboss-osgi-testsuite</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>JBossOSGi Testsuite Performance</name>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>JBossOSGi Testsuite</name>
Expand Down

0 comments on commit 7d762bb

Please sign in to comment.