Skip to content

Commit

Permalink
add release repo
Browse files Browse the repository at this point in the history
Signed-off-by: Guido Grune <g.grune@datainmotion.com>
  • Loading branch information
gg-dim committed Jan 21, 2025
1 parent 5a73790 commit cc3bff3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backend/cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ javac.debug: on
# This can be replaced, as soon as we have the latest release figuered out
# geckoSearch

-releaserepo: UDP_Nexus_Release

sensinact.version: 0.0.2-SNAPSHOT
jackson.version: 2.16.0
jersey.version: 3.0.8
Expand Down
10 changes: 9 additions & 1 deletion backend/cnf/ext/repo_project.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@
name=DIM_Eclipse_Runtime;\
locations=https://devel.data-in-motion.biz/public/update/repository/p2/obr/dim-core-runtime/index.xml;\
cache=${build}/cache/dim-core-runtime;\
poll.time=-1
poll.time=-1

-plugin.release: \
aQute.bnd.repository.maven.provider.MavenBndRepository;\
releaseUrl=https://devel.data-in-motion.biz/nexus/repository/dim-release/;\
snapshotUrl=https://devel.data-in-motion.biz/nexus/repository/dim-snapshot/;\
index=${.}/udp_release.maven;\
poll_time = -1;\
name='UDP_Nexus_Release'

0 comments on commit cc3bff3

Please sign in to comment.