Skip to content

Commit

Permalink
Merge pull request #3039 from bjhargrave/osgi-snapshots
Browse files Browse the repository at this point in the history
build: Avoid Sonatype OSGi group and use the repositories instead
  • Loading branch information
bjhargrave authored Mar 1, 2019
2 parents e7f814b + 97d98ec commit d6e21d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnf/ext/repositories.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ baseline: aQute.libg,\
readOnly=true,\
aQute.bnd.repository.maven.provider.MavenBndRepository;\
name="OSGi Snapshots";\
releaseUrl="https://oss.sonatype.org/content/groups/osgi/";\
snapshotUrl="https://oss.sonatype.org/content/groups/osgi/";\
releaseUrl="https://oss.sonatype.org/content/repositories/osgi-releases/";\
snapshotUrl="https://oss.sonatype.org/content/repositories/osgi-snapshots/";\
index="${.}/osgi-snapshots.mvn";\
readOnly=true,\
aQute.bnd.repository.maven.provider.MavenBndRepository;\
Expand Down

0 comments on commit d6e21d4

Please sign in to comment.