Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-authn-parent-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Oct 10, 2018
1 parent 56a1cab commit 9779506
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.2.0-SNAPSHOT</version>
<version>0.2.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.2.0-SNAPSHOT</version>
<version>0.2.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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>okta-authn-sdk-examples-docs</artifactId>
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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>okta-authn-sdk-examples-shiro</artifactId>
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.2.0-SNAPSHOT</version>
<version>0.2.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.2.0-SNAPSHOT</version>
<version>0.2.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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Okta Authn SDK</name>
<packaging>pom</packaging>
<url>https://github.com/okta/okta-auth-java</url>
Expand Down Expand Up @@ -58,17 +58,17 @@
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-api</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-impl</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-integration-tests</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

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

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

0 comments on commit 9779506

Please sign in to comment.