diff --git a/biz.aQute.mqtt.moquette.server/bnd.bnd b/biz.aQute.mqtt.moquette.server/bnd.bnd index dd960ab..12f9ff2 100644 --- a/biz.aQute.mqtt.moquette.server/bnd.bnd +++ b/biz.aQute.mqtt.moquette.server/bnd.bnd @@ -18,7 +18,7 @@ slf4j.simple -includeresource @${repo;io.moquette:moquette-broker} --exportcontents io.moquette.broker;io.moquette.broker.config;io.moquette.interception;version=0.14.0 +-exportcontents io.moquette.broker;io.moquette.broker.config;io.moquette.interception;version=0.15.0 -conditionalpackage: * Import-Package: \ com.bugsnag;'resolution:'=optional,\ diff --git a/cnf/build.bnd b/cnf/build.bnd index c8ea547..ff1e0c6 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -62,7 +62,7 @@ usr = ${env;REPOSITORY_USERNAME;} -plugin: \ aQute.bnd.repository.maven.provider.MavenBndRepository;\ name =Central;\ - releaseUrl ='https://repo.maven.apache.org/maven2,https://jcenter.bintray.com/';\ + releaseUrl ='https://repo.maven.apache.org/maven2';\ snapshotUrl ='https://oss.sonatype.org/content/repositories/snapshots/,https://bndtools.jfrog.io/bndtools/update';\ index ='${.}/central.mvn';\ readOnly =true,\ diff --git a/cnf/central.mvn b/cnf/central.mvn index 8db748f..4008fb4 100644 --- a/cnf/central.mvn +++ b/cnf/central.mvn @@ -150,7 +150,7 @@ net.java.dev.jna:jna:4.5.2 org.apache.sshd:sshd-osgi:2.5.1 org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5 -io.moquette:moquette-broker:0.14 +io.moquette:moquette-broker:0.15 io.netty:netty-all:4.1.58.Final org.apache.aries.rsa:org.apache.aries.rsa.core:1.16.0 diff --git a/cnf/templates/cnf/ext/biz.aQute.osgi.util.bnd b/cnf/templates/cnf/ext/biz.aQute.osgi.util.bnd index 8cf8b88..7b3d50f 100644 --- a/cnf/templates/cnf/ext/biz.aQute.osgi.util.bnd +++ b/cnf/templates/cnf/ext/biz.aQute.osgi.util.bnd @@ -3,7 +3,7 @@ biz.aQute.osgi.util.version=1.10.0 -plugin.biz.aQute.osgi.util \ aQute.bnd.repository.maven.provider.MavenBndRepository;\ name = "biz.aQute.osgi.util";\ - releaseUrl ='https://repo.maven.apache.org/maven2,https://jcenter.bintray.com/';\ + releaseUrl ='https://repo.maven.apache.org/maven2';\ snapshotUrl ='https://oss.sonatype.org/content/repositories/snapshots/,https://bndtools.jfrog.io/bndtools/update';\ readOnly =true; \ index = ${.}/biz.aQute.osgi.util.mvn \ No newline at end of file