Skip to content

Commit

Permalink
[maven-release-plugin] prepare release migration-utils-6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Jun 5, 2022
1 parent 76b2488 commit 9a5d64b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>org.fcrepo.migration</groupId>
<artifactId>migration-utils</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<packaging>jar</packaging>

<name>migration-utils</name>
Expand Down Expand Up @@ -40,14 +40,14 @@
<connection>scm:git:git://github.com/fcrepo-exts/${project_name}.git</connection>
<developerConnection>scm:git:[email protected]:fcrepo-exts/${project_name}.git</developerConnection>
<url>https://github.com/fcrepo-exts/${project_name}</url>
<tag>HEAD</tag>
<tag>migration-utils-6.2.0</tag>
</scm>

<dependencies>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-storage-ocfl</artifactId>
<version>${fcrepo-storage-ocfl.version}</version>
<version>6.2.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 9a5d64b

Please sign in to comment.