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
Mario committed Sep 15, 2016
1 parent 1ec1ccc commit fd205a3
Show file tree
Hide file tree
Showing 42 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clover/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions examples/quickstart/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples-quickstart</artifactId>
<version>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>stormpath-sdk-examples-servlet</artifactId>
<version>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot-default</artifactId>
<version>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot-web-angular</artifactId>
<version>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot-web</artifactId>
<version>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-boot</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring Boot</name>
<description>A Spring Boot (non-web) application that uses Stormpath.</description>
Expand Down
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-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>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-security-spring-boot-webmvc</artifactId>
<version>1.0.4</version>
<version>1.1.0-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!</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-security-webmvc/pom.xml
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-security-webmvc</artifactId>
<version>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-webmvc</artifactId>
<version>1.0.4</version>
<version>1.1.0-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
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>

<name>Stormpath Java SDK :: Examples :: Spring</name>
<description>A simple (non-web) Spring Application.</description>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hazelcast/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/httpclient/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/oauth/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/servlet-plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/servlet/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/boot/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/stormpath-spring-security-webmvc/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/stormpath-spring-security/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/stormpath-spring-webmvc/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/stormpath-spring/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-parent</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-root</artifactId>
<version>1.0.4</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Stormpath Java SDK</name>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:git@github.com:stormpath/stormpath-sdk-java.git</connection>
<developerConnection>scm:git:git@github.com:stormpath/stormpath-sdk-java.git</developerConnection>
<url>git@github.com:stormpath/stormpath-sdk-java.git</url>
<tag>stormpath-sdk-root-1.0.4</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit fd205a3

Please sign in to comment.