Skip to content

Commit

Permalink
Merge pull request #31 from twinklehawk/fix-versions
Browse files Browse the repository at this point in the history
Fix version in child pom
  • Loading branch information
twinklehawk authored Aug 18, 2020
2 parents bcd926a + 13b7f05 commit 5257f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion birdeye-java-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.broadlume</groupId>
<artifactId>birdeye-java-sdk-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>birdeye-java-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.broadlume</groupId>
<artifactId>birdeye-java-sdk-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>BirdEye Java SDK parent</name>
Expand Down

0 comments on commit 5257f07

Please sign in to comment.