Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dogeared committed Sep 28, 2017
1 parent 1347cf0 commit 96ac2e8
Show file tree
Hide file tree
Showing 54 changed files with 99 additions and 99 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.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
40 changes: 20 additions & 20 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>Stormpath Java SDK :: BOM</name>
<description>Stormpath Bill of Materials</description>
<packaging>pom</packaging>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<url>https://github.com/stormpath/stormpath-sdk-java</url>
<organization>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:[email protected]:stormpath/stormpath-sdk-java.git</connection>
<developerConnection>scm:git:[email protected]:stormpath/stormpath-sdk-java.git</developerConnection>
<url>[email protected]:stormpath/stormpath-sdk-java.git</url>
<tag>stormpath-sdk-root-2.0.4-okta</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -50,92 +50,92 @@
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-api</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-impl</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-oauth</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-servlet</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-httpclient</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-servlet-plugin</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-zuul</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-security</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-security-webmvc</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-webmvc</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-boot-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-webmvc-spring-boot-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-thymeleaf-spring-boot-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-security-spring-boot-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-security-webmvc-spring-boot-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-default-spring-boot-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-zuul-spring-cloud-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion clover/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>stormpath-sdk-examples</artifactId>
<groupId>com.stormpath.sdk</groupId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<name>Stormpath Java SDK :: Examples</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions examples/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples-quickstart</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Quickstart Code</name>
<description>A simple (non-web) application to demonstrate the example code in the Stormpath Java Quickstart</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>stormpath-sdk-examples-servlet</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<name>Stormpath Java SDK :: Examples :: Servlet Container-based Webapp</name>
<description>A simple example webapp deployed in a servlet container.</description>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-boot-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot-default</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Boot Default</name>
<description>A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-boot-webmvc-angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot-web-angular</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Boot + Angular Webapp</name>
<description>A Spring Boot web application that uses Stormpath.</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-boot-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot-web</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Boot Webapp</name>
<description>A Spring Boot web application that uses Stormpath.</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Boot</name>
<description>A Spring Boot (non-web) application that uses Stormpath.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Security :: Spring Boot :: Bare Bones</name>
<description>A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-security-spring-boot-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-security-spring-boot-webmvc</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Security :: Spring Boot Webapp</name>
<description>A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-security-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-security-webmvc</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Security Web MVC</name>
<description>A simple Spring Security Web MVC application with out-of-the-box login and self-service screens!</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-webmvc</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Web MVC</name>
<description>A Spring Boot web application that uses Stormpath and Spring Security</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring</name>
<description>A simple (non-web) Spring Application.</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/zuul-spring-cloud-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-zuul-spring-cloud-starter</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Zuul Spring Cloud Starter</name>
<description>An example spring cloud zuul web gateway using Stormpath</description>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>2.0.4-okta</version>
<version>2.0.5-okta-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

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

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

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

Expand Down
Loading

0 comments on commit 96ac2e8

Please sign in to comment.