Skip to content

Commit

Permalink
[maven-release-plugin] prepare release migration-utils-6.0.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods authored and dbernstein committed Dec 18, 2020
1 parent 0d1f2fa commit 6677b6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-alpha-2</version>
</parent>
<groupId>org.fcrepo.migration</groupId>
<artifactId>migration-utils</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-alpha-2</version>
<packaging>jar</packaging>

<name>migration-utils</name>
Expand Down Expand Up @@ -35,14 +35,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.0.0-alpha-2</tag>
</scm>

<dependencies>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-storage-ocfl</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-alpha-2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 6677b6d

Please sign in to comment.