Skip to content

Commit

Permalink
Temporary OmniFish snapshot repository
Browse files Browse the repository at this point in the history
- not to be merged!

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Oct 19, 2023
1 parent 70ffc04 commit d81c2f9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion nucleus/parent/pom.xml
Expand Up @@ -68,7 +68,21 @@
<system>IssueTracker</system>
<url>https://github.com/eclipse-ee4j/glassfish/issues</url>
</issueManagement>

<!-- FIXME: Remove before merge! -->
<repositories>
<repository>
<id>omnifish-snapshots</id>
<name>OmniFish Snapshots</name>
<url>https://repository.omnifish.ee/repository/snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<properties>
<!-- Jakarta Expression Language -->
<jakarta.el-api.version>5.0.1</jakarta.el-api.version>
Expand Down

0 comments on commit d81c2f9

Please sign in to comment.