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

Commit 49948b6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6616a09 commit 49948b6

File tree

54 files changed

+99
-99
lines changed

Some content is hidden

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

54 files changed

+99
-99
lines changed

api/pom.xml

+1-1
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

bom/pom.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Stormpath Java SDK :: BOM</name>
88
<description>Stormpath Bill of Materials</description>
99
<packaging>pom</packaging>
10-
<version>1.3.0</version>
10+
<version>1.4.0-SNAPSHOT</version>
1111

1212
<url>https://github.com/stormpath/stormpath-sdk-java</url>
1313
<organization>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:[email protected]:stormpath/stormpath-sdk-java.git</connection>
2828
<developerConnection>scm:git:[email protected]:stormpath/stormpath-sdk-java.git</developerConnection>
2929
<url>[email protected]:stormpath/stormpath-sdk-java.git</url>
30-
<tag>stormpath-sdk-root-1.3.0</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232
<issueManagement>
3333
<system>GitHub</system>
@@ -50,92 +50,92 @@
5050
<dependency>
5151
<groupId>com.stormpath.sdk</groupId>
5252
<artifactId>stormpath-sdk-api</artifactId>
53-
<version>1.3.0</version>
53+
<version>1.4.0-SNAPSHOT</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.stormpath.sdk</groupId>
5757
<artifactId>stormpath-sdk-impl</artifactId>
58-
<version>1.3.0</version>
58+
<version>1.4.0-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.stormpath.sdk</groupId>
6262
<artifactId>stormpath-sdk-oauth</artifactId>
63-
<version>1.3.0</version>
63+
<version>1.4.0-SNAPSHOT</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.stormpath.sdk</groupId>
6767
<artifactId>stormpath-sdk-servlet</artifactId>
68-
<version>1.3.0</version>
68+
<version>1.4.0-SNAPSHOT</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.stormpath.sdk</groupId>
7272
<artifactId>stormpath-sdk-httpclient</artifactId>
73-
<version>1.3.0</version>
73+
<version>1.4.0-SNAPSHOT</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.stormpath.sdk</groupId>
7777
<artifactId>stormpath-servlet-plugin</artifactId>
78-
<version>1.3.0</version>
78+
<version>1.4.0-SNAPSHOT</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.stormpath.sdk</groupId>
8282
<artifactId>stormpath-sdk-zuul</artifactId>
83-
<version>1.3.0</version>
83+
<version>1.4.0-SNAPSHOT</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.stormpath.spring</groupId>
8787
<artifactId>stormpath-spring</artifactId>
88-
<version>1.3.0</version>
88+
<version>1.4.0-SNAPSHOT</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.stormpath.spring</groupId>
9292
<artifactId>stormpath-spring-security</artifactId>
93-
<version>1.3.0</version>
93+
<version>1.4.0-SNAPSHOT</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.stormpath.spring</groupId>
9797
<artifactId>stormpath-spring-security-webmvc</artifactId>
98-
<version>1.3.0</version>
98+
<version>1.4.0-SNAPSHOT</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.stormpath.spring</groupId>
102102
<artifactId>stormpath-spring-webmvc</artifactId>
103-
<version>1.3.0</version>
103+
<version>1.4.0-SNAPSHOT</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>com.stormpath.spring</groupId>
107107
<artifactId>stormpath-spring-boot-starter</artifactId>
108-
<version>1.3.0</version>
108+
<version>1.4.0-SNAPSHOT</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.stormpath.spring</groupId>
112112
<artifactId>stormpath-webmvc-spring-boot-starter</artifactId>
113-
<version>1.3.0</version>
113+
<version>1.4.0-SNAPSHOT</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.stormpath.spring</groupId>
117117
<artifactId>stormpath-thymeleaf-spring-boot-starter</artifactId>
118-
<version>1.3.0</version>
118+
<version>1.4.0-SNAPSHOT</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.stormpath.spring</groupId>
122122
<artifactId>stormpath-spring-security-spring-boot-starter</artifactId>
123-
<version>1.3.0</version>
123+
<version>1.4.0-SNAPSHOT</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>com.stormpath.spring</groupId>
127127
<artifactId>stormpath-spring-security-webmvc-spring-boot-starter</artifactId>
128-
<version>1.3.0</version>
128+
<version>1.4.0-SNAPSHOT</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>com.stormpath.spring</groupId>
132132
<artifactId>stormpath-default-spring-boot-starter</artifactId>
133-
<version>1.3.0</version>
133+
<version>1.4.0-SNAPSHOT</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.stormpath.spring</groupId>
137137
<artifactId>stormpath-zuul-spring-cloud-starter</artifactId>
138-
<version>1.3.0</version>
138+
<version>1.4.0-SNAPSHOT</version>
139139
</dependency>
140140
</dependencies>
141141
</dependencyManagement>

clover/pom.xml

+1-1
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

examples/pom.xml

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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

examples/quickstart/pom.xml

+2-2
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.3.0</version>
8+
<version>1.4.0-SNAPSHOT</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.3.0</version>
14+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>stormpath-sdk-examples-servlet</artifactId>
29-
<version>1.3.0</version>
29+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+2-2
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</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.3.0</version>
30+
<version>1.4.0-SNAPSHOT</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

+1-1
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/httpclient/pom.xml

+1-1
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/oauth/pom.xml

+1-1
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/pom.xml

+1-1
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.3.0</version>
22+
<version>1.4.0-SNAPSHOT</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

extensions/servlet-plugin/pom.xml

+1-1
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.3.0</version>
24+
<version>1.4.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)