diff --git a/android/pom.xml b/android/pom.xml
index 9633524bf..2670a73d0 100644
--- a/android/pom.xml
+++ b/android/pom.xml
@@ -21,7 +21,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
okta-authn-sdk-android
diff --git a/api/pom.xml b/api/pom.xml
index 96e0853c6..8c857e233 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
okta-authn-sdk-api
diff --git a/coverage/pom.xml b/coverage/pom.xml
index 724a4217f..0276e3b37 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -21,7 +21,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
okta-authn-sdk-coverage
diff --git a/examples/doc-examples/pom.xml b/examples/doc-examples/pom.xml
index 0e2b79a2c..ac73e8334 100644
--- a/examples/doc-examples/pom.xml
+++ b/examples/doc-examples/pom.xml
@@ -21,7 +21,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
../..
diff --git a/examples/shiro-mustache/pom.xml b/examples/shiro-mustache/pom.xml
index 96488180d..5aef0d133 100644
--- a/examples/shiro-mustache/pom.xml
+++ b/examples/shiro-mustache/pom.xml
@@ -21,7 +21,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
../..
@@ -125,7 +125,7 @@
false
-
+
${mainClass}
diff --git a/impl/pom.xml b/impl/pom.xml
index 8a756be0b..441a7f55d 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -21,7 +21,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
okta-authn-sdk-impl
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 2e92cbe82..1c93cee99 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -20,7 +20,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
okta-authn-sdk-integration-tests
diff --git a/integration-tests/src/test/groovy/com/okta/authn/sdk/its/AuthenticationClientIT.groovy b/integration-tests/src/test/groovy/com/okta/authn/sdk/its/AuthenticationClientIT.groovy
index b96c233a8..1f9225631 100644
--- a/integration-tests/src/test/groovy/com/okta/authn/sdk/its/AuthenticationClientIT.groovy
+++ b/integration-tests/src/test/groovy/com/okta/authn/sdk/its/AuthenticationClientIT.groovy
@@ -271,4 +271,4 @@ class AuthenticationClientIT extends AuthenticationTestSupport {
assertThat response3.getStatus(), is(AuthenticationStatus.MFA_ENROLL)
assertThat response3.getSessionToken(), nullValue()
}
-}
\ No newline at end of file
+}
diff --git a/pom.xml b/pom.xml
index dde6098a6..f1465da2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
com.okta.authn.sdk
okta-authn-parent
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
Okta Authn SDK
pom
https://github.com/okta/okta-auth-java
@@ -60,17 +60,17 @@
com.okta.authn.sdk
okta-authn-sdk-api
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
com.okta.authn.sdk
okta-authn-sdk-impl
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
com.okta.authn.sdk
okta-authn-sdk-integration-tests
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT