Repository: aries-jax-rs-whiteboard Updated Branches: refs/heads/master 2e2786aee -> 0d850ce6d
use released bnd 3.4.0 Signed-off-by: Raymond Auge <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/0d850ce6 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/0d850ce6 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/0d850ce6 Branch: refs/heads/master Commit: 0d850ce6d3e9ef14d171fe35c76e28a13a2e51f5 Parents: 2e2786a Author: Raymond Auge <[email protected]> Authored: Thu Aug 3 12:19:29 2017 -0400 Committer: Raymond Auge <[email protected]> Committed: Thu Aug 3 12:19:29 2017 -0400 ---------------------------------------------------------------------- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/0d850ce6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ae8e34f..14571b3 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <cxf.version>3.1.10</cxf.version> - <bnd.version>3.4.0-SNAPSHOT</bnd.version> + <bnd.version>3.4.0</bnd.version> </properties> <scm> @@ -255,21 +255,9 @@ <layout>default</layout> </repository> <repository> - <id>bnd-snapshots</id> - <url>https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles/</url> - <layout>default</layout> - </repository> - <repository> <id>osgi-releases-and-snapshots</id> <url>https://oss.sonatype.org/content/groups/osgi/</url> <layout>default</layout> </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <id>bnd-snapshots</id> - <url>https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles/</url> - <layout>default</layout> - </pluginRepository> - </pluginRepositories> </project>
