Skip to content

Commit

Permalink
rm bintray, update moquette.version 0.14 is not in maven-central
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Bischof <[email protected]>
  • Loading branch information
stbischof committed Sep 2, 2024
1 parent 5bb6b23 commit f9933e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biz.aQute.mqtt.moquette.server/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand Down
2 changes: 1 addition & 1 deletion cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand Down
2 changes: 1 addition & 1 deletion cnf/central.mvn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cnf/templates/cnf/ext/biz.aQute.osgi.util.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f9933e5

Please sign in to comment.