Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Nov 11, 2014
1 parent 593bb78 commit 369973e
Show file tree
Hide file tree
Showing 29 changed files with 40 additions and 32 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>OAuth for Spring Security</name>
<description>Parent Project for OAuth Support for Spring Security</description>
<packaging>pom</packaging>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<url>http://static.springframework.org/spring-security/oauth</url>

<modules>
Expand All @@ -26,7 +26,7 @@
<url>http://github.com/SpringSource/spring-security-oauth</url>
<connection>scm:git:git://github.com/SpringSource/spring-security-oauth.git</connection>
<developerConnection>scm:git:ssh://[email protected]/SpringSource/spring-security-oauth.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0.4.RELEASE</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down
2 changes: 1 addition & 1 deletion samples/oauth/sparklr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/oauth/tonr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/oauth2/sparklr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/oauth2/tonr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<artifactId>spring-security-oauth-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<artifactId>spring-security-oauth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<artifactId>spring-security-oauth2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/approval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/mappings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
8 changes: 6 additions & 2 deletions tests/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<exclusions>
<exclusion>
<artifactId>jackson-mapper-asl</artifactId>
Expand Down Expand Up @@ -129,4 +129,8 @@
</snapshots>
</pluginRepository>
</pluginRepositories>

<scm>
<tag>2.0.4.RELEASE</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion tests/annotation/resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<artifactId>spring-security-oauth-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/approval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/mappings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down
8 changes: 6 additions & 2 deletions tests/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
<exclusions>
<exclusion>
<artifactId>jackson-mapper-asl</artifactId>
Expand Down Expand Up @@ -127,4 +127,8 @@
</snapshots>
</pluginRepository>
</pluginRepositories>

<scm>
<tag>2.0.4.RELEASE</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion tests/xml/vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.demo</groupId>
<artifactId>spring-oauth2-tests-xml-parent</artifactId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 369973e

Please sign in to comment.