Skip to content

Commit

Permalink
- Remove duo-universal-java parent from duo-universal-sdk pom
Browse files Browse the repository at this point in the history
- Bump version to 1.0.3
  • Loading branch information
jeffreyparker committed Nov 10, 2020
1 parent 29100a5 commit a171726
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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.0.2</version>
<version>1.0.3</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.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
13 changes: 6 additions & 7 deletions duo-universal-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>duo-universal-java</artifactId>
<groupId>com.duosecurity</groupId>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>duo-universal-sdk</artifactId>
<version>1.0.2</version>
<groupId>com.duosecurity</groupId>
<version>1.0.3</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 @@ -216,5 +212,8 @@
</plugin>
</plugins>
</build>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class Client {

private static final String USER_AGENT_LIB = "duo_universal_java";

private static final String USER_AGENT_VERSION = "1.0.2";
private static final String USER_AGENT_VERSION = "1.0.3";

// **************************************************
// 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.0.2</version>
<version>1.0.3</version>

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

0 comments on commit a171726

Please sign in to comment.