File tree Expand file tree Collapse file tree
src/main/java/com/duosecurity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111
1212 <artifactId >duo-example</artifactId >
13- <version >1.0.2 </version >
13+ <version >1.0.3 </version >
1414 <name >Duo Universal Java</name >
1515 <url >https://github.com/duosecurity/duo_universal_java/</url >
1616 <description >Duo Web SDK for two-factor authentication</description >
3838 <dependency >
3939 <groupId >com.duosecurity</groupId >
4040 <artifactId >duo-universal-sdk</artifactId >
41- <version >1.0.2 </version >
41+ <version >1.0.3 </version >
4242 </dependency >
4343 <dependency >
4444 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5- <parent >
6- <artifactId >duo-universal-java</artifactId >
7- <groupId >com.duosecurity</groupId >
8- <version >1.0.2</version >
9- </parent >
105 <modelVersion >4.0.0</modelVersion >
116
127 <artifactId >duo-universal-sdk</artifactId >
13- <version >1.0.2</version >
8+ <groupId >com.duosecurity</groupId >
9+ <version >1.0.3</version >
1410 <name >Duo Universal Java</name >
1511 <url >https://github.com/duosecurity/duo_universal_java/</url >
1612 <description >Duo Web SDK for two-factor authentication</description >
216212 </plugin >
217213 </plugins >
218214 </build >
219-
215+ <properties >
216+ <maven .compiler.source>1.8</maven .compiler.source>
217+ <maven .compiler.target>1.8</maven .compiler.target>
218+ </properties >
220219</project >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class Client {
4242
4343 private static final String USER_AGENT_LIB = "duo_universal_java" ;
4444
45- private static final String USER_AGENT_VERSION = "1.0.2 " ;
45+ private static final String USER_AGENT_VERSION = "1.0.3 " ;
4646
4747 // **************************************************
4848 // Fields
Original file line number Diff line number Diff line change 77 <groupId >com.duosecurity</groupId >
88 <artifactId >duo-universal-java</artifactId >
99 <packaging >pom</packaging >
10- <version >1.0.2 </version >
10+ <version >1.0.3 </version >
1111
1212 <name >Duo Universal Java</name >
1313 <url >https://github.com/duosecurity/duo_universal_java/</url >
You can’t perform that action at this time.
0 commit comments