Skip to content

Commit

Permalink
1. Change the url value from ${project.url} to {url} on the both depl…
Browse files Browse the repository at this point in the history
…oy-file and distributionManagement sections.

2. Bump the version to 1.0.4
  • Loading branch information
taojing2002 committed Mar 23, 2023
1 parent c9cafcb commit b672190
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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dataone</groupId>
<artifactId>speedbagit</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>speedbagit</name>
<url>https://github.com/DataONEorg/speed-bagit</url>
Expand Down Expand Up @@ -143,7 +143,7 @@
</goals>
<phase>deploy</phase>
<configuration>
<url>${project.url}</url>
<url>${url}</url>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
Expand Down Expand Up @@ -222,7 +222,7 @@
<uniqueVersion>false</uniqueVersion>
<id>jenkins.dataone.org</id>
<name>DataONE</name>
<url>${project.url}</url>
<url>${url}</url>
<layout>default</layout>
</repository>
</distributionManagement>
Expand Down

0 comments on commit b672190

Please sign in to comment.