Skip to content

Commit

Permalink
[maven-release-plugin] prepare release migration-utils-6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Dec 9, 2022
1 parent 27ce792 commit 8e7f8b5
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.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<packaging>jar</packaging>

<name>migration-utils</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<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.3.0</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -364,7 +364,7 @@
<shadedArtifactAttached>true</shadedArtifactAttached>
<finalName>${project.artifactId}-${project.version}-driver</finalName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>${project.main.class}</Main-Class>
Expand Down

0 comments on commit 8e7f8b5

Please sign in to comment.