Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from jrmartino/master
Browse files Browse the repository at this point in the history
update client version and tag release 0.1.0
  • Loading branch information
jrmartino authored May 28, 2019
2 parents 33eb287 + 5046350 commit 5c65be4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pass-journal-loader-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dataconservancy.pass</groupId>
<artifactId>pass-journal-loader</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>pass-journal-loader-integration</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pass-journal-loader-nih/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dataconservancy.pass</groupId>
<artifactId>pass-journal-loader</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>pass-journal-loader-nih</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dataconservancy.pass</groupId>
<artifactId>pass-journal-loader</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<modules>
<module>pass-journal-loader-nih</module>
Expand All @@ -18,7 +18,7 @@
<junit.version>4.12</junit.version>
<logback.version>1.2.3</logback.version>
<mockito.version>2.25.1</mockito.version>
<pass.java.client.version>0.5.3-SNAPSHOT</pass.java.client.version>
<pass.java.client.version>0.6.0</pass.java.client.version>

<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
<docker-maven-plugin.version>0.28.0</docker-maven-plugin.version>
Expand Down

0 comments on commit 5c65be4

Please sign in to comment.