This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds.git
commit 6a998211366068ce242a64e60626ab0aa1325309 Author: gurkerl83 <[email protected]> AuthorDate: Sat Oct 17 16:04:22 2020 +0200 Re-Enable the build for all modules. Increase version of bnd plugin to the latest. --- pom.xml | 2 -- project/pom.xml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f388e20..233d806 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,6 @@ <module>blobstore</module> <module>compute</module> <module>loadbalancer</module> - <!-- <module>common</module> <module>apis</module> <module>providers</module> @@ -46,7 +45,6 @@ <module>allblobstore</module> <module>allloadbalancer</module> <module>all</module> - --> </modules> <profiles> diff --git a/project/pom.xml b/project/pom.xml index 639479f..5e63cb4 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -218,7 +218,7 @@ <properties> - <bnd.version>5.1.0</bnd.version> + <bnd.version>5.2.0</bnd.version> <maven-jar-plugin.version>3.0.1</maven-jar-plugin.version> <maven.compile.source>1.8</maven.compile.source>
