diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml
index f7c892c..2b621be 100644
--- a/.github/workflows/java-ci.yml
+++ b/.github/workflows/java-ci.yml
@@ -14,7 +14,7 @@ jobs:
working-directory: duo-example
run: printf "duo.clientId=DIAAAAAAAAAAAAAAAAAA\nduo.clientSecret=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nduo.api.host=example.duosecurity.com\nduo.redirect.uri=http://localhost:8080\nduo.failmode=CLOSED\n" > ./src/main/resources/application.properties
- name: Build and test with Maven
- run: mvn -B package
+ run: mvn -B install
- name: Lint with checkstyle
run: mvn checkstyle:check
- name: Verify example starts
diff --git a/duo-example/pom.xml b/duo-example/pom.xml
index 665361a..de95a55 100644
--- a/duo-example/pom.xml
+++ b/duo-example/pom.xml
@@ -10,7 +10,7 @@
4.0.0
duo-example
- 1.0.3
+ 1.0.4-SNAPSHOT
Duo Universal Java
https://github.com/duosecurity/duo_universal_java/
Duo Web SDK for two-factor authentication
@@ -38,7 +38,7 @@
com.duosecurity
duo-universal-sdk
- 1.0.3
+ 1.0.4-SNAPSHOT
org.springframework
diff --git a/duo-universal-sdk/pom.xml b/duo-universal-sdk/pom.xml
index ec39ea2..854ad5e 100644
--- a/duo-universal-sdk/pom.xml
+++ b/duo-universal-sdk/pom.xml
@@ -6,7 +6,7 @@
duo-universal-sdk
com.duosecurity
- 1.0.3
+ 1.0.4-SNAPSHOT
Duo Universal Java
https://github.com/duosecurity/duo_universal_java/
Duo Web SDK for two-factor authentication
diff --git a/duo-universal-sdk/src/main/java/com/duosecurity/Client.java b/duo-universal-sdk/src/main/java/com/duosecurity/Client.java
index 07767ce..47f3d01 100644
--- a/duo-universal-sdk/src/main/java/com/duosecurity/Client.java
+++ b/duo-universal-sdk/src/main/java/com/duosecurity/Client.java
@@ -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.0.3";
+ private static final String USER_AGENT_VERSION = "1.0.4-SNAPSHOT";
// **************************************************
// Fields
diff --git a/pom.xml b/pom.xml
index b70ca8b..8f88dc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.duosecurity
duo-universal-java
pom
- 1.0.3
+ 1.0.4-SNAPSHOT
Duo Universal Java
https://github.com/duosecurity/duo_universal_java/