This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 2783cd661155374ee5de7868dd4c45d8ef3557ac Author: Alex Heneveld <[email protected]> AuthorDate: Thu Dec 23 09:25:37 2021 +0000 remove staging repos for karaf, now that 4.3.5 is released --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 08d1ea1..5bee563 100644 --- a/pom.xml +++ b/pom.xml @@ -80,20 +80,8 @@ <enabled>true</enabled> </snapshots> </repository> - <repository> - <id>testKaraf435</id> - <url>https://repository.apache.org/content/repositories/orgapachekaraf-1167/</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <id>testKaraf435-plugin</id> - <url>https://repository.apache.org/content/repositories/orgapachekaraf-1167/</url> - </pluginRepository> - </pluginRepositories> + <properties> <brooklyn.version>1.1.0-SNAPSHOT</brooklyn.version> <!-- BROOKLYN_VERSION -->
