Skip to content

Commit

Permalink
Merge pull request #23955 from dmatej/felix705
Browse files Browse the repository at this point in the history
Using released Felix instead of temporary prerelease by OmniFish
  • Loading branch information
dmatej authored Jun 3, 2022
2 parents b1f4fbb + 43edcc1 commit ba05d6d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,12 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
<version>7.0.4-omnifish-M2</version>
<version>7.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>7.0.4-omnifish-M2</version>
<version>7.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1435,16 +1435,6 @@
</plugins>
</build>
</profile>
<profile>
<!-- Temporary solution to get prereleased Felix artifacts with fixes -->
<id>staging</id>
<repositories>
<repository>
<id>omnifish-prereleases</id>
<url>https://omnifish.jfrog.io/artifactory/prereleases</url>
</repository>
</repositories>
</profile>
<profile>
<id>findbugs</id>
<activation>
Expand Down

0 comments on commit ba05d6d

Please sign in to comment.