Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-spring-boot-parent-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed May 10, 2019
1 parent e4648e5 commit 08d1302
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-boot-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring.examples</groupId>
<artifactId>okta-spring-boot-examples</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-boot-cloud-config-example</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/hosted-login-code-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring.examples</groupId>
<artifactId>okta-spring-boot-examples</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-boot-hosted-code-flow-example</artifactId>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-sdk</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<groupId>com.okta.spring.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/redirect-code-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring.examples</groupId>
<artifactId>okta-spring-boot-examples</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-boot-redirect-code-flow-example</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/siw-jquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring.examples</groupId>
<artifactId>okta-spring-boot-examples</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-boot-siw-jquery-example</artifactId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<!-- Other standard Spring starters -->
Expand Down
4 changes: 2 additions & 2 deletions examples/webflux-resource-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring.examples</groupId>
<artifactId>okta-spring-boot-examples</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-boot-webflux-example</artifactId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<!-- Other standard Spring starters -->
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/oauth2-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../..</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-security-oauth2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okta-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-boot-starter</artifactId>
Expand Down
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<name>Okta Spring Boot</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -71,23 +71,23 @@
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-security-oauth2</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-sdk</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-integration-tests-oauth2</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -140,4 +140,8 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>okta-spring-boot-parent-1.2.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>okta-spring-sdk</artifactId>
Expand Down

0 comments on commit 08d1302

Please sign in to comment.