Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-upgrade-utils-6.0.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Feb 24, 2021
1 parent bc4beb8 commit 3876360
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<modelVersion>4.0.0</modelVersion>
<groupId>org.fcrepo</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-beta-1</version>

<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-beta-1</version>
</parent>

<artifactId>fcrepo-upgrade-utils</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-storage-ocfl</artifactId>
<version>${fcrepo.storage.ocfl.version}</version>
<version>6.0.0-beta-1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -244,4 +244,8 @@
<system>GitHub</system>
<url>https://github.com/fcrepo-exts/fcrepo-upgrade-utils/issues</url>
</issueManagement>

<scm>
<tag>fcrepo-upgrade-utils-6.0.0-beta-1</tag>
</scm>
</project>

0 comments on commit 3876360

Please sign in to comment.