Skip to content

Commit

Permalink
Merge pull request #29 from DataONEorg/develop
Browse files Browse the repository at this point in the history
Merge develop to main for 1.0.4
  • Loading branch information
taojing2002 committed Mar 27, 2023
2 parents c9cafcb + b672190 commit d8da8a6
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 d8da8a6

Please sign in to comment.