Skip to content

Commit

Permalink
POM: replace SNAPSHOT dependency of mastodon-collection
Browse files Browse the repository at this point in the history
  • Loading branch information
maarzt committed Jun 6, 2024
1 parent 84bdaba commit 717fdfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.mastodon</groupId>
<artifactId>mastodon-collection</artifactId>
<version>1.0.0-beta-26-SNAPSHOT</version>
<version>${mastodon-collection.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -113,8 +113,9 @@
<license.organizationName>Mastodon authors</license.organizationName>
<license.copyrightOwners>Matthias Arzt</license.copyrightOwners>

<mastodon.version>1.0.0-beta-29</mastodon.version>
<mastodon.version>1.0.0-beta-30</mastodon.version>
<mastodon-tomancak.version>0.4.2</mastodon-tomancak.version>
<mastodon-collection.version>1.0.0-beta-26</mastodon-collection.version>

<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
Expand Down

0 comments on commit 717fdfa

Please sign in to comment.