Skip to content

Commit a171726

Browse files
committed
- Remove duo-universal-java parent from duo-universal-sdk pom
- Bump version to 1.0.3
1 parent 29100a5 commit a171726

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

duo-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>
@@ -38,7 +38,7 @@
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>

duo-universal-sdk/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
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>
@@ -216,5 +212,8 @@
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>

duo-universal-sdk/src/main/java/com/duosecurity/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

0 commit comments

Comments
 (0)