Skip to content

Commit c6296c7

Browse files
author
josebarrueta
committed
[maven-release-plugin] prepare release stormpath-sdk-root-1.2.2
1 parent 1367f24 commit c6296c7

File tree

46 files changed

+66
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+66
-66
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

clover/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>stormpath-sdk-examples</artifactId>
2929
<groupId>com.stormpath.sdk</groupId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131
<name>Stormpath Java SDK :: Examples</name>
3232
<packaging>pom</packaging>
3333

examples/quickstart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.stormpath.sdk</groupId>
77
<artifactId>stormpath-sdk-examples</artifactId>
8-
<version>1.2.2-SNAPSHOT</version>
8+
<version>1.2.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>com.stormpath.sdk</groupId>
1313
<artifactId>stormpath-sdk-examples-quickstart</artifactId>
14-
<version>1.2.2-SNAPSHOT</version>
14+
<version>1.2.2</version>
1515

1616
<name>Stormpath Java SDK :: Examples :: Quickstart Code</name>
1717
<description>A simple (non-web) application to demonstrate the example code in the Stormpath Java Quickstart</description>

examples/servlet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>stormpath-sdk-examples-servlet</artifactId>
29-
<version>1.2.2-SNAPSHOT</version>
29+
<version>1.2.2</version>
3030
<name>Stormpath Java SDK :: Examples :: Servlet Container-based Webapp</name>
3131
<description>A simple example webapp deployed in a servlet container.</description>
3232
<packaging>war</packaging>

examples/spring-boot-default/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot-default</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot Default</name>
3333
<description>A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!</description>

examples/spring-boot-webmvc-angular/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot-web-angular</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot + Angular Webapp</name>
3333
<description>A Spring Boot web application that uses Stormpath.</description>

examples/spring-boot-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot-web</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot Webapp</name>
3333
<description>A Spring Boot web application that uses Stormpath.</description>

examples/spring-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot</name>
3333
<description>A Spring Boot (non-web) application that uses Stormpath.</description>

examples/spring-security-spring-boot-webmvc-bare-bones/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Security :: Spring Boot :: Bare Bones</name>
3333
<description>A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!</description>

examples/spring-security-spring-boot-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-security-spring-boot-webmvc</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Security :: Spring Boot Webapp</name>
3333
<description>A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!

examples/spring-security-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-security-webmvc</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Security Web MVC</name>
3333
<description>A simple Spring Security Web MVC application with out-of-the-box login and self-service screens!</description>

examples/spring-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-webmvc</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Web MVC</name>
3333
<description>A Spring Boot web application that uses Stormpath and Spring Security</description>

examples/spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring</name>
3333
<description>A simple (non-web) Spring Application.</description>

examples/zuul-spring-cloud-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-zuul-spring-cloud-starter</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.2</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Zuul Spring Cloud Starter</name>
3333
<description>An example spring cloud zuul web gateway using Stormpath</description>

extensions/hazelcast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/oauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.sdk</groupId>
2121
<artifactId>stormpath-sdk-root</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

extensions/servlet-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/spring/boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.spring</groupId>
2323
<artifactId>stormpath-spring-parent</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

extensions/spring/boot/stormpath-default-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/boot/stormpath-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/boot/stormpath-spring-security-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/boot/stormpath-spring-security-webmvc-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/boot/stormpath-thymeleaf-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/boot/stormpath-webmvc-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.spring</groupId>
2323
<artifactId>stormpath-spring-parent</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

extensions/spring/cloud/stormpath-zuul-spring-cloud-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.2</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/spring/stormpath-spring-security-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/stormpath-spring-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

extensions/spring/stormpath-spring-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.stormpath.spring</groupId>
2121
<artifactId>stormpath-spring-parent</artifactId>
22-
<version>1.2.2-SNAPSHOT</version>
22+
<version>1.2.2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

0 commit comments

Comments
 (0)