Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-authn-parent-2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Dec 22, 2021
1 parent 0aedf29 commit 169a128
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>

<artifactId>okta-authn-sdk-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>

<artifactId>okta-authn-sdk-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>

<artifactId>okta-authn-sdk-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/doc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions examples/example-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/shiro-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>

<artifactId>okta-authn-sdk-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>

<artifactId>okta-authn-sdk-integration-tests</artifactId>
Expand Down
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<name>Okta Authn SDK</name>
<packaging>pom</packaging>
<url>https://github.com/okta/okta-auth-java</url>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-api</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-impl</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-integration-tests</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -150,5 +150,9 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>okta-authn-parent-2.0.4</tag>
</scm>
</project>

0 comments on commit 169a128

Please sign in to comment.