Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-hooks-sdk-root-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Jun 13, 2019
1 parent cccb22d commit e5f4994
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
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.hooks.sdk</groupId>
<artifactId>okta-hooks-sdk-root</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

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

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

<artifactId>okta-hooks</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.hooks.sdk</groupId>
<artifactId>okta-hooks-sdk-root</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>okta-hooks-integration-tests</artifactId>
Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.okta.hooks.sdk</groupId>
<artifactId>okta-hooks-sdk-root</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>Okta Hooks SDK Parent</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.okta.hooks.sdk</groupId>
<artifactId>okta-hooks</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down Expand Up @@ -196,4 +196,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>okta-hooks-sdk-root-0.1.0</tag>
</scm>
</project>

0 comments on commit e5f4994

Please sign in to comment.