Skip to content

Commit

Permalink
Version bump for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jul 27, 2021
1 parent 4b3e9b0 commit ac4bf6a
Show file tree
Hide file tree
Showing 4 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,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>duo-example</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<name>Duo Universal Java</name>
<url>https://github.com/duosecurity/duo_universal_java/</url>
<description>Duo Web SDK for two-factor authentication</description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-sdk</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion duo-universal-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>duo-universal-sdk</artifactId>
<groupId>com.duosecurity</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<name>Duo Universal Java</name>
<url>https://github.com/duosecurity/duo_universal_java/</url>
<description>Duo Web SDK for two-factor authentication</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Client {

private static final String USER_AGENT_LIB = "duo_universal_java";

private static final String USER_AGENT_VERSION = "1.1.2-SNAPSHOT";
private static final String USER_AGENT_VERSION = "1.1.2";

// **************************************************
// Fields
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.1.2-SNAPSHOT</version>
<version>1.1.2</version>

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

0 comments on commit ac4bf6a

Please sign in to comment.