Skip to content

Commit 46017b2

Browse files
author
Dave Syer
committed
[maven-release-plugin] prepare release 2.0.0.RC1
1 parent ae6aa8a commit 46017b2

File tree

8 files changed

+14
-18
lines changed

8 files changed

+14
-18
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>OAuth for Spring Security</name>
66
<description>Parent Project for OAuth Support for Spring Security</description>
77
<packaging>pom</packaging>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
99
<url>http://static.springframework.org/spring-security/oauth</url>
1010

1111
<modules>
@@ -25,7 +25,7 @@
2525
<url>http://github.com/SpringSource/spring-security-oauth</url>
2626
<connection>scm:git:git://github.com/SpringSource/spring-security-oauth.git</connection>
2727
<developerConnection>scm:git:ssh://git@github.com/SpringSource/spring-security-oauth.git</developerConnection>
28-
<tag>HEAD</tag>
28+
<tag>2.0.0.RC1</tag>
2929
</scm>
3030
<issueManagement>
3131
<system>JIRA</system>

samples/oauth/sparklr/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.springframework.security.oauth</groupId>
87
<artifactId>spring-security-oauth-parent</artifactId>
9-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
109
<relativePath>../../..</relativePath>
1110
</parent>
1211

samples/oauth/tonr/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.springframework.security.oauth</groupId>
87
<artifactId>spring-security-oauth-parent</artifactId>
9-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
109
<relativePath>../../..</relativePath>
1110
</parent>
1211

samples/oauth2/sparklr/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.springframework.security.oauth</groupId>
87
<artifactId>spring-security-oauth-parent</artifactId>
9-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
109
<relativePath>../../..</relativePath>
1110
</parent>
1211

samples/oauth2/tonr/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.springframework.security.oauth</groupId>
87
<artifactId>spring-security-oauth-parent</artifactId>
9-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
109
<relativePath>../../..</relativePath>
1110
</parent>
1211

samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.security.oauth</groupId>
66
<artifactId>spring-security-oauth-parent</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RC1</version>
88
</parent>
99

1010
<artifactId>spring-security-oauth-samples</artifactId>

spring-security-oauth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.security.oauth</groupId>
66
<artifactId>spring-security-oauth-parent</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RC1</version>
88
</parent>
99

1010
<artifactId>spring-security-oauth</artifactId>

spring-security-oauth2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.security.oauth</groupId>
77
<artifactId>spring-security-oauth-parent</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
99
</parent>
1010

1111
<artifactId>spring-security-oauth2</artifactId>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.springframework.security</groupId>
129129
<artifactId>spring-security-jwt</artifactId>
130-
<version>${spring.security.jwt.version}</version>
130+
<version>1.0.2.RELEASE</version>
131131
<optional>true</optional>
132132
</dependency>
133133

0 commit comments

Comments
 (0)