Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-authn-parent-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Mar 25, 2019
1 parent 9c81cc2 commit a0009e1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
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>0.4.0-SNAPSHOT</version>
<version>0.4.0</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>0.4.0-SNAPSHOT</version>
<version>0.4.0</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>0.4.0-SNAPSHOT</version>
<version>0.4.0</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>0.4.0-SNAPSHOT</version>
<version>0.4.0</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>0.4.0-SNAPSHOT</version>
<version>0.4.0</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>0.4.0-SNAPSHOT</version>
<version>0.4.0</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>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<name>Okta Authn SDK</name>
<packaging>pom</packaging>
<url>https://github.com/okta/okta-auth-java</url>
Expand Down Expand Up @@ -59,17 +59,17 @@
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-api</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-impl</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-integration-tests</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -128,4 +128,8 @@
</plugins>
</pluginManagement>
</build>

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

0 comments on commit a0009e1

Please sign in to comment.