Skip to content

Commit

Permalink
Version 1.0.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Oct 22, 2020
1 parent dd1fe9e commit 4c26315
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions duo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>duo-example</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>

<dependencies>
<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-sdk</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions duo-universal-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>duo-universal-java</artifactId>
<groupId>com.duosecurity</groupId>
<version>1.0.0</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>duo-universal-sdk</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-java</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.2</version>

<name>Duo Universal Java</name>
<url>https://github.com/duosecurity/duo_universal_java/</url>
Expand Down

0 comments on commit 4c26315

Please sign in to comment.