Skip to content

Commit

Permalink
pom.xml: do not rely on jitpack versioned builds of pircbotx (follow …
Browse files Browse the repository at this point in the history
…master of the day) until a v2.4 is properly released
  • Loading branch information
jimklimov committed Feb 18, 2023
1 parent c03fdbc commit b944426
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,16 @@
<artifactId>pircbotx</artifactId>
<!-- https://jitpack.io/#pircbotx/pircbotx => Branches => master-SNAPSHOT
=> https://jitpack.io/com/github/pircbotx/pircbotx/-v2.3-gb1b48bf-9/build.log
Using recent previews until 2.4 which should fix packaging
NOTE the leading minus in temporary-availability version!
-->
Using recent previews until 2.4 which should fix packaging
NOTE the leading minus in temporary-availability version!
<version>-v2.3-gb1b48bf-9</version>
-->
<!-- Alternately rely on master branch of the day, until release 2.4 is cut
See https://github.com/pircbotx/pircbotx/issues/414
<version>master-SNAPSHOT</version>
-->
<!-- <version>b1b48bfb64</version> -->
<version>master</version>
<scope>compile</scope>
<exclusions>
<!-- provides an ancient version, junit plugin is pulling in a more recent one -->
Expand Down

0 comments on commit b944426

Please sign in to comment.